org.drools.workbench.models.commons.backend.rule.context
Class RHSGeneratorContext
java.lang.Object
org.drools.workbench.models.commons.backend.rule.context.RHSGeneratorContext
public class RHSGeneratorContext
- extends Object
RHS DRL generation context object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAction
public IAction getAction()
getActionFieldValue
public ActionFieldValue getActionFieldValue()
getParent
public RHSGeneratorContext getParent()
getDepth
public int getDepth()
getOffset
public int getOffset()
isHasOutput
public boolean isHasOutput()
setHasOutput
public void setHasOutput(boolean hasOutput)
getVarsInScope
public Set<String> getVarsInScope()
hasNonTemplateOutput
public boolean hasNonTemplateOutput()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.