Drools Workbench - Common Model 6.2.0.CR1

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

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

public class RHSGeneratorContext
extends Object

RHS DRL generation context object


Method Summary
 IAction getAction()
           
 ActionFieldValue getActionFieldValue()
           
 int getDepth()
           
 int getOffset()
           
 RHSGeneratorContext getParent()
           
 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

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

Drools Workbench - Common Model 6.2.0.CR1

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