org.drools.reteoo
Class RightTuple
java.lang.Object
org.drools.reteoo.RightTuple
- All Implemented Interfaces:
- Entry
- Direct Known Subclasses:
- ConcurrentRightTuple
public class RightTuple
- extends Object
- implements Entry
handle
protected InternalFactHandle handle
firstChild
public LeftTuple firstChild
lastChild
public LeftTuple lastChild
sink
protected RightTupleSink sink
RightTuple
public RightTuple()
RightTuple
public RightTuple(InternalFactHandle handle)
RightTuple
public RightTuple(InternalFactHandle handle,
RightTupleSink sink)
getRightTupleSink
public RightTupleSink getRightTupleSink()
reAdd
public void reAdd()
unlinkFromRightParent
public void unlinkFromRightParent()
getFactHandle
public InternalFactHandle getFactHandle()
getBlocked
public LeftTuple getBlocked()
nullBlocked
public void nullBlocked()
setLeftTuple
public void setLeftTuple(LeftTuple leftTuple)
getLeftTuple
public LeftTuple getLeftTuple()
addBlocked
public void addBlocked(LeftTuple leftTuple)
removeBlocked
public void removeBlocked(LeftTuple leftTuple)
getMemory
public RightTupleList getMemory()
setMemory
public void setMemory(RightTupleList memory)
getPrevious
public Entry getPrevious()
setPrevious
public void setPrevious(Entry previous)
getHandlePrevious
public RightTuple getHandlePrevious()
setHandlePrevious
public void setHandlePrevious(RightTuple handlePrevious)
getHandleNext
public RightTuple getHandleNext()
setHandleNext
public void setHandleNext(RightTuple handleNext)
getNext
public Entry getNext()
- Specified by:
getNext
in interface Entry
setNext
public void setNext(Entry next)
- Specified by:
setNext
in interface Entry
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(RightTuple other)
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.