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

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


org.drools.ruleflow.instance.impl
Class RuleFlowJoinInstance

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

public class RuleFlowJoinInstance
extends RuleFlowNodeInstance
implements IRuleFlowNodeInstance

Runtime counterpart of a join node.

Author:
Kris Verlaenen

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

Constructor Detail

RuleFlowJoinInstance

public RuleFlowJoinInstance()
Method Detail

getJoinNode

protected IJoin getJoinNode()

trigger

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

triggerCompleted

public void triggerCompleted()
Specified by:
triggerCompleted in interface IRuleFlowNodeInstance


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