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

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


org.drools.util
Class AbstractBaseLinkedListNode

java.lang.Object
  extended by org.drools.util.AbstractBaseLinkedListNode
All Implemented Interfaces:
Serializable, LinkedListNode
Direct Known Subclasses:
ActivationGroupNode, LinkedListEntry, LogicalDependency, RuleFlowGroupNode

public class AbstractBaseLinkedListNode
extends Object
implements LinkedListNode

Provides a abstract base implementation that an object can extend so that it can be used in a LinkedList.

Author:
Mark Proctor, Bob McWhirter
See Also:
LinkedList, Serialized Form

Constructor Summary
AbstractBaseLinkedListNode()
          Empty Constructor
 
Method Summary
 LinkedListNode getNext()
          Returns the next node
 LinkedListNode getPrevious()
          Returns the previous node
 void setNext(LinkedListNode next)
          Sets the next node
 void setPrevious(LinkedListNode previous)
          Sets the previous node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBaseLinkedListNode

public AbstractBaseLinkedListNode()
Empty Constructor

Method Detail

getNext

public LinkedListNode getNext()
Description copied from interface: LinkedListNode
Returns the next node

Specified by:
getNext in interface LinkedListNode
Returns:
The next LinkedListNode

setNext

public void setNext(LinkedListNode next)
Description copied from interface: LinkedListNode
Sets the next node

Specified by:
setNext in interface LinkedListNode
Parameters:
next - The next LinkedListNode

getPrevious

public LinkedListNode getPrevious()
Description copied from interface: LinkedListNode
Returns the previous node

Specified by:
getPrevious in interface LinkedListNode
Returns:
The previous LinkedListNode

setPrevious

public void setPrevious(LinkedListNode previous)
Description copied from interface: LinkedListNode
Sets the previous node

Specified by:
setPrevious in interface LinkedListNode
Parameters:
previous - The previous LinkedListNode


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