org.drools.workbench.models.commons.backend.rule.context
Class LHSGeneratorContext
java.lang.Object
org.drools.workbench.models.commons.backend.rule.context.LHSGeneratorContext
public class LHSGeneratorContext
- extends Object
LHS DRL generation context object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPattern
public IPattern getPattern()
getFieldConstraint
public FieldConstraint getFieldConstraint()
getParent
public LHSGeneratorContext 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.