站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

RuleFlowSequenceNodeInstance (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.ruleflow.instance.impl
Class RuleFlowSequenceNodeInstance

java.lang.Object
  extended by org.drools.ruleflow.instance.impl.RuleFlowNodeInstance
      extended by org.drools.ruleflow.instance.impl.RuleFlowSequenceNodeInstance
All Implemented Interfaces:
IRuleFlowNodeInstance
Direct Known Subclasses:
RuleFlowGroupImpl

public class RuleFlowSequenceNodeInstance
extends RuleFlowNodeInstance

Runtime counterpart of a ruleset node.

Author:
Kris Verlaenen

Constructor Summary
RuleFlowSequenceNodeInstance()
           
 
Method Summary
protected  IRuleSetNode getRuleSetNode()
           
 void trigger(IRuleFlowNodeInstance from)
           
 void triggerCompleted()
           
 
Methods inherited from class org.drools.ruleflow.instance.impl.RuleFlowNodeInstance
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

RuleFlowSequenceNodeInstance

public RuleFlowSequenceNodeInstance()
Method Detail

getRuleSetNode

protected IRuleSetNode getRuleSetNode()

trigger

public void trigger(IRuleFlowNodeInstance from)

triggerCompleted

public void triggerCompleted()


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.