org.drools.workbench.screens.guided.rule.client.editor
Class RuleModellerConfiguration
java.lang.Object
org.drools.workbench.screens.guided.rule.client.editor.RuleModellerConfiguration
public class RuleModellerConfiguration
- extends Object
Configuration class for Rule Modeller.
|
Constructor Summary |
RuleModellerConfiguration(boolean hideLHS,
boolean hideRHS,
boolean hideAttrbiutes,
boolean hideExtendedRuleDropdown)
|
| 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,
boolean hideExtendedRuleDropdown)
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)
isHideExtendedRuleDropdown
public boolean isHideExtendedRuleDropdown()
setHideExtendedRuleDropdown
public void setHideExtendedRuleDropdown(boolean hideExtendedRuleDropdown)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.