public class NotNodeLeftTuple extends BaseLeftTuple
memory, next, previous| Constructor and Description |
|---|
NotNodeLeftTuple() |
NotNodeLeftTuple(InternalFactHandle factHandle,
LeftTuple leftTuple,
LeftTupleSink sink) |
NotNodeLeftTuple(InternalFactHandle factHandle,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled) |
NotNodeLeftTuple(LeftTuple leftTuple,
LeftTupleSink sink,
PropagationContext pctx,
boolean leftTupleMemoryEnabled) |
NotNodeLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTuple currentLeftChild,
LeftTuple currentRightChild,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled) |
NotNodeLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink) |
NotNodeLeftTuple(LeftTuple leftTuple,
RightTuple rightTuple,
LeftTupleSink sink,
boolean leftTupleMemoryEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearBlocker() |
LeftTuple |
getBlockedNext() |
LeftTuple |
getBlockedPrevious() |
RightTuple |
getBlocker() |
LeftTupleList |
getMemory() |
Entry |
getNext() |
Entry |
getPrevious() |
void |
setBlockedNext(LeftTuple blockerNext) |
void |
setBlockedPrevious(LeftTuple blockerPrevious) |
void |
setBlocker(RightTuple blocker) |
void |
setMemory(LeftTupleList memory) |
void |
setNext(Entry next) |
void |
setPrevious(Entry previous) |
void |
unlinkFromLeftParent() |
void |
unlinkFromRightParent() |
clear, clearStaged, decreaseActivationCountForEvents, equals, equals, get, get, getFirstChild, getHandle, getIndex, getLastChild, getLastHandle, getLeftParent, getLeftParentNext, getLeftParentPrevious, getLeftTupleSink, getObject, getParent, getPeer, 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, setObject, setParent, setPeer, setPropagationContext, setRightParent, setRightParentNext, setRightParentPrevious, setSink, setStagedNext, setStagedType, setStagePrevious, size, skipEmptyHandles, toExternalString, toFactHandles, toObjectArray, toString, toTupleTreepublic NotNodeLeftTuple()
public NotNodeLeftTuple(InternalFactHandle factHandle, LeftTupleSink sink, boolean leftTupleMemoryEnabled)
public NotNodeLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, LeftTupleSink sink)
public NotNodeLeftTuple(LeftTuple leftTuple, LeftTupleSink sink, PropagationContext pctx, boolean leftTupleMemoryEnabled)
public NotNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTupleSink sink)
public NotNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTupleSink sink, boolean leftTupleMemoryEnabled)
public NotNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, LeftTupleSink sink, boolean leftTupleMemoryEnabled)
public void unlinkFromLeftParent()
unlinkFromLeftParent in interface LeftTupleunlinkFromLeftParent in class BaseLeftTuplepublic void unlinkFromRightParent()
unlinkFromRightParent in interface LeftTupleunlinkFromRightParent in class BaseLeftTuplepublic LeftTupleList getMemory()
getMemory in interface LeftTuplegetMemory in class BaseLeftTuplepublic void setMemory(LeftTupleList memory)
setMemory in interface LeftTuplesetMemory in class BaseLeftTuplepublic Entry getPrevious()
getPrevious in interface LeftTuplegetPrevious in class BaseLeftTuplepublic void setPrevious(Entry previous)
setPrevious in interface LeftTuplesetPrevious in class BaseLeftTuplepublic void setNext(Entry next)
setNext in interface EntrysetNext in class BaseLeftTuplepublic Entry getNext()
getNext in interface EntrygetNext in class BaseLeftTuplepublic void clearBlocker()
clearBlocker in interface LeftTupleclearBlocker in class BaseLeftTuplepublic void setBlocker(RightTuple blocker)
setBlocker in interface LeftTuplesetBlocker in class BaseLeftTuplepublic RightTuple getBlocker()
getBlocker in interface LeftTuplegetBlocker in class BaseLeftTuplepublic LeftTuple getBlockedPrevious()
getBlockedPrevious in interface LeftTuplegetBlockedPrevious in class BaseLeftTuplepublic void setBlockedPrevious(LeftTuple blockerPrevious)
setBlockedPrevious in interface LeftTuplesetBlockedPrevious in class BaseLeftTuplepublic LeftTuple getBlockedNext()
getBlockedNext in interface LeftTuplegetBlockedNext in class BaseLeftTuplepublic void setBlockedNext(LeftTuple blockerNext)
setBlockedNext in interface LeftTuplesetBlockedNext in class BaseLeftTupleCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.