org.drools.ruleflow.instance.impl
Class RuleFlowJoinInstanceImpl

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

public class RuleFlowJoinInstanceImpl
extends RuleFlowNodeInstanceImpl
implements RuleFlowNodeInstance

Runtime counterpart of a join node.

Author:
Kris Verlaenen

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

Constructor Detail

RuleFlowJoinInstanceImpl

public RuleFlowJoinInstanceImpl()
Method Detail

getJoinNode

protected Join getJoinNode()

trigger

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

triggerCompleted

public void triggerCompleted()