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

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


org.drools.common
Class RuleFlowGroupNode

java.lang.Object
  extended by org.drools.util.AbstractBaseLinkedListNode
      extended by org.drools.common.RuleFlowGroupNode
All Implemented Interfaces:
Serializable, LinkedListNode

public class RuleFlowGroupNode
extends AbstractBaseLinkedListNode

See Also:
Serialized Form

Constructor Summary
RuleFlowGroupNode(Activation activation, InternalRuleFlowGroup ruleFlowGroup)
           
 
Method Summary
 Activation getActivation()
           
 InternalRuleFlowGroup getRuleFlowGroup()
           
 
Methods inherited from class org.drools.util.AbstractBaseLinkedListNode
getNext, getPrevious, setNext, setPrevious
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleFlowGroupNode

public RuleFlowGroupNode(Activation activation,
                         InternalRuleFlowGroup ruleFlowGroup)
Method Detail

getActivation

public Activation getActivation()

getRuleFlowGroup

public InternalRuleFlowGroup getRuleFlowGroup()


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