org.drools.reteoo
Class ConcurrentRightTuple

java.lang.Object
  extended by org.drools.reteoo.RightTuple
      extended by org.drools.reteoo.ConcurrentRightTuple
All Implemented Interfaces:
Entry

public class ConcurrentRightTuple
extends RightTuple


Field Summary
 
Fields inherited from class org.drools.reteoo.RightTuple
firstChild, handle, lastChild, sink
 
Constructor Summary
ConcurrentRightTuple()
           
ConcurrentRightTuple(InternalFactHandle handle, RightTupleSink sink)
           
 
Method Summary
 boolean equals(ConcurrentRightTuple other)
           
 boolean equals(Object object)
           
 RightTupleList getMemory()
           
 Entry getNext()
           
 Entry getPrevious()
           
 int hashCode()
           
 void setMemory(RightTupleList memory)
           
 void setNext(Entry next)
           
 void setPrevious(Entry previous)
           
 String toString()
           
 
Methods inherited from class org.drools.reteoo.RightTuple
addBlocked, equals, getBlocked, getFactHandle, getHandleNext, getHandlePrevious, getLeftTuple, getRightTupleSink, nullBlocked, reAdd, removeBlocked, setHandleNext, setHandlePrevious, setLeftTuple, unlinkFromRightParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcurrentRightTuple

public ConcurrentRightTuple()

ConcurrentRightTuple

public ConcurrentRightTuple(InternalFactHandle handle,
                            RightTupleSink sink)
Method Detail

getMemory

public RightTupleList getMemory()
Overrides:
getMemory in class RightTuple

setMemory

public void setMemory(RightTupleList memory)
Overrides:
setMemory in class RightTuple

getPrevious

public Entry getPrevious()
Overrides:
getPrevious in class RightTuple

setPrevious

public void setPrevious(Entry previous)
Overrides:
setPrevious in class RightTuple

getNext

public Entry getNext()
Specified by:
getNext in interface Entry
Overrides:
getNext in class RightTuple

setNext

public void setNext(Entry next)
Specified by:
setNext in interface Entry
Overrides:
setNext in class RightTuple

hashCode

public int hashCode()
Overrides:
hashCode in class RightTuple

toString

public String toString()
Overrides:
toString in class RightTuple

equals

public boolean equals(ConcurrentRightTuple other)

equals

public boolean equals(Object object)
Overrides:
equals in class RightTuple


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