org.drools.ruleflow.instance.impl
Class RuleFlowSplitInstanceImpl

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

public class RuleFlowSplitInstanceImpl
extends RuleFlowNodeInstanceImpl
implements RuleFlowNodeInstance

Runtime counterpart of a split node.

Author:
Kris Verlaenen

Constructor Summary
RuleFlowSplitInstanceImpl()
           
 
Method Summary
protected  Split getSplitNode()
           
 void trigger(RuleFlowNodeInstance from)
           
 
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
 
Methods inherited from interface org.drools.ruleflow.instance.RuleFlowNodeInstance
cancel, getId, getNodeId, getProcessInstance, setId, setNodeId, setProcessInstance
 

Constructor Detail

RuleFlowSplitInstanceImpl

public RuleFlowSplitInstanceImpl()
Method Detail

getSplitNode

protected Split getSplitNode()

trigger

public void trigger(RuleFlowNodeInstance from)
Specified by:
trigger in interface RuleFlowNodeInstance