org.drools.ruleflow.instance.impl
Class MilestoneNodeInstanceImpl

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

public class MilestoneNodeInstanceImpl
extends RuleFlowNodeInstanceImpl

Runtime counterpart of a milestone node.

Author:
Kris Verlaenen

Constructor Summary
MilestoneNodeInstanceImpl()
           
 
Method Summary
protected  MilestoneNode getMilestoneNode()
           
 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

MilestoneNodeInstanceImpl

public MilestoneNodeInstanceImpl()
Method Detail

getMilestoneNode

protected MilestoneNode getMilestoneNode()

trigger

public void trigger(RuleFlowNodeInstance from)

triggerCompleted

public void triggerCompleted()