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

Uses of Interface org.drools.ruleflow.instance.IRuleFlowNodeInstance (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.ruleflow.instance.IRuleFlowNodeInstance

Packages that use IRuleFlowNodeInstance
org.drools.common   
org.drools.ruleflow.instance   
org.drools.ruleflow.instance.impl   
 

Uses of IRuleFlowNodeInstance in org.drools.common
 

Classes in org.drools.common that implement IRuleFlowNodeInstance
 class RuleFlowGroupImpl
          Implementation of a RuleFlowGroup that collects activations of rules of this ruleflow-group.
 

Methods in org.drools.common with parameters of type IRuleFlowNodeInstance
 void RuleFlowGroupImpl.trigger(IRuleFlowNodeInstance parent)
           
 

Uses of IRuleFlowNodeInstance in org.drools.ruleflow.instance
 

Methods in org.drools.ruleflow.instance that return IRuleFlowNodeInstance
 IRuleFlowNodeInstance IRuleFlowProcessInstance.getFirstNodeInstance(long nodeId)
           
 IRuleFlowNodeInstance IRuleFlowProcessInstance.getNodeInstance(INode node)
           
 

Methods in org.drools.ruleflow.instance with parameters of type IRuleFlowNodeInstance
 void IRuleFlowProcessInstance.addNodeInstance(IRuleFlowNodeInstance nodeInstance)
           
 void IRuleFlowProcessInstance.removeNodeInstance(IRuleFlowNodeInstance nodeInstance)
           
 void IRuleFlowNodeInstance.trigger(IRuleFlowNodeInstance from)
           
 

Uses of IRuleFlowNodeInstance in org.drools.ruleflow.instance.impl
 

Classes in org.drools.ruleflow.instance.impl that implement IRuleFlowNodeInstance
 class EndNodeInstance
          Runtime counterpart of an end node.
 class RuleFlowJoinInstance
          Runtime counterpart of a join node.
 class RuleFlowNodeInstance
          Default implementation of a RuleFlow node instance.
 class RuleFlowSequenceNodeInstance
          Runtime counterpart of a ruleset node.
 class RuleFlowSplitInstance
          Runtime counterpart of a split node.
 class StartNodeInstance
          Runtime counterpart of a start node.
 

Methods in org.drools.ruleflow.instance.impl that return IRuleFlowNodeInstance
 IRuleFlowNodeInstance RuleFlowProcessInstance.getFirstNodeInstance(long nodeId)
           
 IRuleFlowNodeInstance RuleFlowProcessInstance.getNodeInstance(INode node)
           
 

Methods in org.drools.ruleflow.instance.impl with parameters of type IRuleFlowNodeInstance
 void RuleFlowProcessInstance.addNodeInstance(IRuleFlowNodeInstance nodeInstance)
           
 void RuleFlowProcessInstance.removeNodeInstance(IRuleFlowNodeInstance nodeInstance)
           
 void StartNodeInstance.trigger(IRuleFlowNodeInstance from)
           
 void RuleFlowSplitInstance.trigger(IRuleFlowNodeInstance from)
           
 void RuleFlowSequenceNodeInstance.trigger(IRuleFlowNodeInstance from)
           
 void RuleFlowJoinInstance.trigger(IRuleFlowNodeInstance from)
           
 void EndNodeInstance.trigger(IRuleFlowNodeInstance from)
           
 



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