org.drools.guvnor.client.modeldriven.ui
Class RuleModellerConfiguration
java.lang.Object
org.drools.guvnor.client.modeldriven.ui.RuleModellerConfiguration
public class RuleModellerConfiguration
- extends Object
Configuration singleton class for RuleModeller.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static RuleModellerConfiguration getInstance()
isHideAttributes
public boolean isHideAttributes()
setHideAttributes
public void setHideAttributes(boolean hideAttributes)
isHideLHS
public boolean isHideLHS()
setHideLHS
public void setHideLHS(boolean hideLHS)
isHideRHS
public boolean isHideRHS()
setHideRHS
public void setHideRHS(boolean hideRHS)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.