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

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


org.drools.ruleflow.instance.impl
Class RuleFlowNodeInstance

java.lang.Object
  extended by org.drools.ruleflow.instance.impl.RuleFlowNodeInstance
All Implemented Interfaces:
IRuleFlowNodeInstance
Direct Known Subclasses:
EndNodeInstance, RuleFlowJoinInstance, RuleFlowSequenceNodeInstance, RuleFlowSplitInstance, StartNodeInstance

public abstract class RuleFlowNodeInstance
extends Object
implements IRuleFlowNodeInstance

Default implementation of a RuleFlow node instance.

Author:
Kris Verlaenen

Constructor Summary
RuleFlowNodeInstance()
           
 
Method Summary
 long getId()
           
protected  INode getNode()
           
 long getNodeId()
           
 IRuleFlowProcessInstance getProcessInstance()
           
 void setId(long id)
           
 void setNodeId(long nodeId)
           
 void setProcessInstance(IRuleFlowProcessInstance processInstance)
           
 
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
trigger, triggerCompleted
 

Constructor Detail

RuleFlowNodeInstance

public RuleFlowNodeInstance()
Method Detail

setId

public void setId(long id)
Specified by:
setId in interface IRuleFlowNodeInstance

getId

public long getId()
Specified by:
getId in interface IRuleFlowNodeInstance

setNodeId

public void setNodeId(long nodeId)
Specified by:
setNodeId in interface IRuleFlowNodeInstance

getNodeId

public long getNodeId()
Specified by:
getNodeId in interface IRuleFlowNodeInstance

setProcessInstance

public void setProcessInstance(IRuleFlowProcessInstance processInstance)
Specified by:
setProcessInstance in interface IRuleFlowNodeInstance

getProcessInstance

public IRuleFlowProcessInstance getProcessInstance()
Specified by:
getProcessInstance in interface IRuleFlowNodeInstance

getNode

protected INode getNode()


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