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