Drools :: Core 6.1.0.Beta1

org.drools.core.reteoo
Class ObjectTypeNode.ObjectTypeNodeMemory

java.lang.Object
  extended by org.drools.core.reteoo.ObjectTypeNode.ObjectTypeNodeMemory
All Implemented Interfaces:
Memory, Entry<Memory>, LinkedListNode<Memory>
Enclosing class:
ObjectTypeNode

public static class ObjectTypeNode.ObjectTypeNodeMemory
extends Object
implements Memory


Field Summary
 ObjectHashSet memory
           
 
Method Summary
 Memory getNext()
           
 short getNodeType()
           
 ObjectHashSet getObjectHashSet()
           
 Memory getPrevious()
          Returns the previous node
 SegmentMemory getSegmentMemory()
           
 void nullPrevNext()
           
 void setNext(Memory next)
           
 void setPrevious(Memory previous)
          Sets the previous node
 void setSegmentMemory(SegmentMemory segmentMemory)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

memory

public ObjectHashSet memory
Method Detail

getNodeType

public short getNodeType()
Specified by:
getNodeType in interface Memory

getObjectHashSet

public ObjectHashSet getObjectHashSet()

getSegmentMemory

public SegmentMemory getSegmentMemory()
Specified by:
getSegmentMemory in interface Memory

setSegmentMemory

public void setSegmentMemory(SegmentMemory segmentMemory)
Specified by:
setSegmentMemory in interface Memory

getPrevious

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

Specified by:
getPrevious in interface LinkedListNode<Memory>
Returns:
The previous LinkedListNode

setPrevious

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

Specified by:
setPrevious in interface LinkedListNode<Memory>
Parameters:
previous - The previous LinkedListNode

nullPrevNext

public void nullPrevNext()
Specified by:
nullPrevNext in interface LinkedListNode<Memory>

setNext

public void setNext(Memory next)
Specified by:
setNext in interface Entry<Memory>

getNext

public Memory getNext()
Specified by:
getNext in interface Entry<Memory>

toString

public String toString()
Overrides:
toString in class Object

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.