org.drools.ruleflow.instance.impl
Class ActionNodeInstanceImpl

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

public class ActionNodeInstanceImpl
extends RuleFlowNodeInstanceImpl

Runtime counterpart of an action node.

Author:
Kris Verlaenen

Constructor Summary
ActionNodeInstanceImpl()
           
 
Method Summary
protected  ActionNode getActionNode()
           
 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

ActionNodeInstanceImpl

public ActionNodeInstanceImpl()
Method Detail

getActionNode

protected ActionNode getActionNode()

trigger

public void trigger(RuleFlowNodeInstance from)

triggerCompleted

public void triggerCompleted()