Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.client.asseteditor.drools.modeldriven.ui
Class RuleModellerConfiguration

java.lang.Object
  extended by org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.RuleModellerConfiguration

public class RuleModellerConfiguration
extends Object

Configuration class for Rule Modeller.


Constructor Summary
RuleModellerConfiguration(boolean hideLHS, boolean hideRHS, boolean hideAttrbiutes)
           
 
Method Summary
static RuleModellerConfiguration getDefault()
           
 boolean isHideAttributes()
           
 boolean isHideLHS()
           
 boolean isHideRHS()
           
 void setHideAttributes(boolean hideAttributes)
           
 void setHideLHS(boolean hideLHS)
           
 void setHideRHS(boolean hideRHS)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleModellerConfiguration

public RuleModellerConfiguration(boolean hideLHS,
                                 boolean hideRHS,
                                 boolean hideAttrbiutes)
Method Detail

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)

Guvnor web application Drools 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.