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

MultiLinkedListNodeWrapper - JBoss RULES 3.0.6 API 英文版文档


org.drools.util
Class MultiLinkedListNodeWrapper

java.lang.Object
  extended by org.drools.util.AbstractBaseLinkedListNode
      extended by org.drools.util.BaseMultiLinkedListNode
          extended by org.drools.util.MultiLinkedListNodeWrapper
All Implemented Interfaces:
java.io.Serializable, LinkedListNode, MultiLinkedListNode

public class MultiLinkedListNodeWrapper
extends BaseMultiLinkedListNode

MultiLinkedListNodeWrapper A wrapper to a MultiLinkedListNode in a way you can add it to another linked list without losing the references to the original list.

See Also:
Serialized Form

Constructor Summary
MultiLinkedListNodeWrapper(LinkedListNode node)
           
 
Method Summary
 LinkedListNode getNode()
           
 
Methods inherited from class org.drools.util.BaseMultiLinkedListNode
getChild, getOuterList, setChild, setOuterList
 
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
 
Methods inherited from interface org.drools.util.LinkedListNode
getNext, getPrevious, setNext, setPrevious
 

Constructor Detail

MultiLinkedListNodeWrapper

public MultiLinkedListNodeWrapper(LinkedListNode node)
Method Detail

getNode

public LinkedListNode getNode()