org.drools.ruleflow.instance.impl
Class EndNodeInstanceImpl

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

public class EndNodeInstanceImpl
extends RuleFlowNodeInstanceImpl

Runtime counterpart of an end node.

Author:
Kris Verlaenen

Constructor Summary
EndNodeInstanceImpl()
           
 
Method Summary
 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
 

Constructor Detail

EndNodeInstanceImpl

public EndNodeInstanceImpl()
Method Detail

trigger

public void trigger(RuleFlowNodeInstance from)