Drools Workbench - Common Model 6.2.0.CR1

org.drools.workbench.models.commons.backend.rule.context
Class LHSGeneratorContext

java.lang.Object
  extended by org.drools.workbench.models.commons.backend.rule.context.LHSGeneratorContext

public class LHSGeneratorContext
extends Object

LHS DRL generation context object


Method Summary
 int getDepth()
           
 FieldConstraint getFieldConstraint()
           
 int getOffset()
           
 LHSGeneratorContext getParent()
           
 IPattern getPattern()
           
 Set<String> getVarsInScope()
           
 boolean hasNonTemplateOutput()
           
 boolean isHasOutput()
           
 void setHasOutput(boolean hasOutput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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()

Drools Workbench - Common Model 6.2.0.CR1

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