org.drools.ruleflow.instance.impl
Class SubFlowNodeInstanceImpl

java.lang.Object
  extended by org.drools.ruleflow.instance.impl.RuleFlowNodeInstanceImpl
      extended by org.drools.ruleflow.instance.impl.SubFlowNodeInstanceImpl
All Implemented Interfaces:
RuleFlowNodeInstance

public class SubFlowNodeInstanceImpl
extends RuleFlowNodeInstanceImpl

Runtime counterpart of a SubFlow node.

Author:
Kris Verlaenen

Constructor Summary
SubFlowNodeInstanceImpl()
           
 
Method Summary
 long getProcessInstanceId()
           
protected  SubFlowNode getSubFlowNode()
           
 void trigger(RuleFlowNodeInstance from)
           
 void triggerCompleted()
           
 
Methods inherited from class org.drools.ruleflow.instance.impl.RuleFlowNodeInstanceImpl
cancel, getId, getNode, getNodeId, getProcessInstance, setId, setNodeId, setProcessInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubFlowNodeInstanceImpl

public SubFlowNodeInstanceImpl()
Method Detail

getSubFlowNode

protected SubFlowNode getSubFlowNode()

trigger

public void trigger(RuleFlowNodeInstance from)

getProcessInstanceId

public long getProcessInstanceId()

triggerCompleted

public void triggerCompleted()