org.drools.reteoo
Class FromNodeLeftTuple
java.lang.Object
org.drools.reteoo.BaseLeftTuple
org.drools.reteoo.FromNodeLeftTuple
- All Implemented Interfaces:
- Serializable, Entry, LeftTuple, Tuple
public class FromNodeLeftTuple
- extends BaseLeftTuple
- See Also:
- Serialized Form
|
Constructor Summary |
FromNodeLeftTuple()
|
FromNodeLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
FromNodeLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
FromNodeLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
FromNodeLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
FromNodeLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
| Methods inherited from class org.drools.reteoo.BaseLeftTuple |
clearBlocker, decreaseActivationCountForEvents, equals, equals, get, get, getBlockedNext, getBlockedPrevious, getBlocker, getFactHandles, getFirstChild, getHandle, getIndex, getLastChild, getLastHandle, getLeftParent, getLeftParentNext, getLeftParentPrevious, getLeftTupleSink, getObject, getParent, getRightParent, getRightParentNext, getRightParentPrevious, getSink, getSubTuple, hashCode, increaseActivationCountForEvents, reAdd, reAddLeft, reAddRight, setBlockedNext, setBlockedPrevious, setBlocker, setFactHandle, setFirstChild, setHandle, setIndex, setLastChild, setLeftParent, setLeftParentNext, setLeftParentPrevious, setLeftTupleSink, setObject, setParent, setRightParent, setRightParentNext, setRightParentPrevious, setSink, size, toExternalString, toFactHandles, toObjectArray, toString, toTupleTree, unlinkFromLeftParent, unlinkFromRightParent |
FromNodeLeftTuple
public FromNodeLeftTuple()
FromNodeLeftTuple
public FromNodeLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
FromNodeLeftTuple
public FromNodeLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
FromNodeLeftTuple
public FromNodeLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
FromNodeLeftTuple
public FromNodeLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
FromNodeLeftTuple
public FromNodeLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
getMemory
public LeftTupleList getMemory()
- Specified by:
getMemory in interface LeftTuple- Overrides:
getMemory in class BaseLeftTuple
setMemory
public void setMemory(LeftTupleList memory)
- Specified by:
setMemory in interface LeftTuple- Overrides:
setMemory in class BaseLeftTuple
getPrevious
public Entry getPrevious()
- Specified by:
getPrevious in interface LeftTuple- Overrides:
getPrevious in class BaseLeftTuple
setPrevious
public void setPrevious(Entry previous)
- Specified by:
setPrevious in interface LeftTuple- Overrides:
setPrevious in class BaseLeftTuple
setNext
public void setNext(Entry next)
- Specified by:
setNext in interface Entry- Overrides:
setNext in class BaseLeftTuple
getNext
public Entry getNext()
- Specified by:
getNext in interface Entry- Overrides:
getNext in class BaseLeftTuple
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.