org.drools.core.reteoo
Class LeftTupleImpl
java.lang.Object
org.drools.core.reteoo.BaseLeftTuple
org.drools.core.reteoo.LeftTupleImpl
- All Implemented Interfaces:
- Serializable, LeftTuple, Tuple, Entry
public class LeftTupleImpl
- extends BaseLeftTuple
- See Also:
- Serialized Form
|
Constructor Summary |
LeftTupleImpl()
|
LeftTupleImpl(InternalFactHandle factHandle,
LeftTuple leftTuple,
LeftTupleSink sink)
|
LeftTupleImpl(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTupleImpl(LeftTuple leftTuple,
LeftTupleSink sink,
PropagationContext pctx,
boolean leftTupleMemoryEnabled)
|
LeftTupleImpl(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
LeftTupleImpl(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
|
LeftTupleImpl(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
|
| Methods inherited from class org.drools.core.reteoo.BaseLeftTuple |
clear, clearStaged, decreaseActivationCountForEvents, equals, equals, get, get, getFirstChild, getHandle, getIndex, getLastChild, getLastHandle, getLeftParent, getLeftParentNext, getLeftParentPrevious, getLeftTupleSink, getMemory, getNext, getObject, getParent, getPeer, getPrevious, getPropagationContext, getRightParent, getRightParentNext, getRightParentPrevious, getRootLeftTuple, getSink, getStagedNext, getStagedPrevious, getStagedType, getSubTuple, hashCode, increaseActivationCountForEvents, initPeer, reAdd, reAddLeft, reAddRight, setFactHandle, setFirstChild, setHandle, setIndex, setLastChild, setLeftParent, setLeftParentNext, setLeftParentPrevious, setLeftTupleSink, setMemory, setNext, setObject, setParent, setPeer, setPrevious, setPropagationContext, setRightParent, setRightParentNext, setRightParentPrevious, setSink, setStagedNext, setStagedType, setStagePrevious, size, toFactHandles, toObjectArray, toString, toTupleTree |
LeftTupleImpl
public LeftTupleImpl()
LeftTupleImpl
public LeftTupleImpl(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
LeftTupleImpl
public LeftTupleImpl(InternalFactHandle factHandle,
LeftTuple leftTuple,
LeftTupleSink sink)
LeftTupleImpl
public LeftTupleImpl(LeftTuple leftTuple,
LeftTupleSink sink,
PropagationContext pctx,
boolean leftTupleMemoryEnabled)
LeftTupleImpl
public LeftTupleImpl(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink)
LeftTupleImpl
public LeftTupleImpl(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
LeftTupleImpl
public LeftTupleImpl(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled)
unlinkFromLeftParent
public void unlinkFromLeftParent()
- Specified by:
unlinkFromLeftParent in interface LeftTuple- Overrides:
unlinkFromLeftParent in class BaseLeftTuple
unlinkFromRightParent
public void unlinkFromRightParent()
- Specified by:
unlinkFromRightParent in interface LeftTuple- Overrides:
unlinkFromRightParent in class BaseLeftTuple
clearBlocker
public void clearBlocker()
- Specified by:
clearBlocker in interface LeftTuple- Overrides:
clearBlocker in class BaseLeftTuple
setBlocker
public void setBlocker(RightTuple blocker)
- Specified by:
setBlocker in interface LeftTuple- Overrides:
setBlocker in class BaseLeftTuple
getBlocker
public RightTuple getBlocker()
- Specified by:
getBlocker in interface LeftTuple- Overrides:
getBlocker in class BaseLeftTuple
getBlockedPrevious
public LeftTuple getBlockedPrevious()
- Specified by:
getBlockedPrevious in interface LeftTuple- Overrides:
getBlockedPrevious in class BaseLeftTuple
setBlockedPrevious
public void setBlockedPrevious(LeftTuple blockerPrevious)
- Specified by:
setBlockedPrevious in interface LeftTuple- Overrides:
setBlockedPrevious in class BaseLeftTuple
getBlockedNext
public LeftTuple getBlockedNext()
- Specified by:
getBlockedNext in interface LeftTuple- Overrides:
getBlockedNext in class BaseLeftTuple
setBlockedNext
public void setBlockedNext(LeftTuple blockerNext)
- Specified by:
setBlockedNext in interface LeftTuple- Overrides:
setBlockedNext in class BaseLeftTuple
toExternalString
protected String toExternalString()
- Overrides:
toExternalString in class BaseLeftTuple
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.