org.drools.guvnor.client.asseteditor.drools.modeldriven.ui
Class RuleModellerConfiguration
java.lang.Object
org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.RuleModellerConfiguration
public class RuleModellerConfiguration
- extends Object
Configuration class for Rule Modeller.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleModellerConfiguration
public RuleModellerConfiguration(boolean hideLHS,
boolean hideRHS,
boolean hideAttrbiutes)
getDefault
public static RuleModellerConfiguration getDefault()
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-2014 JBoss by Red Hat. All Rights Reserved.