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, toTupleTree
public 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 LeftTuple
unlinkFromLeftParent
in class BaseLeftTuple
public void unlinkFromRightParent()
unlinkFromRightParent
in interface LeftTuple
unlinkFromRightParent
in class BaseLeftTuple
public LeftTupleList getMemory()
getMemory
in interface LeftTuple
getMemory
in class BaseLeftTuple
public void setMemory(LeftTupleList memory)
setMemory
in interface LeftTuple
setMemory
in class BaseLeftTuple
public Entry getPrevious()
getPrevious
in interface LeftTuple
getPrevious
in class BaseLeftTuple
public void setPrevious(Entry previous)
setPrevious
in interface LeftTuple
setPrevious
in class BaseLeftTuple
public void setNext(Entry next)
setNext
in interface Entry
setNext
in class BaseLeftTuple
public Entry getNext()
getNext
in interface Entry
getNext
in class BaseLeftTuple
public void clearBlocker()
clearBlocker
in interface LeftTuple
clearBlocker
in class BaseLeftTuple
public void setBlocker(RightTuple blocker)
setBlocker
in interface LeftTuple
setBlocker
in class BaseLeftTuple
public RightTuple getBlocker()
getBlocker
in interface LeftTuple
getBlocker
in class BaseLeftTuple
public LeftTuple getBlockedPrevious()
getBlockedPrevious
in interface LeftTuple
getBlockedPrevious
in class BaseLeftTuple
public void setBlockedPrevious(LeftTuple blockerPrevious)
setBlockedPrevious
in interface LeftTuple
setBlockedPrevious
in class BaseLeftTuple
public LeftTuple getBlockedNext()
getBlockedNext
in interface LeftTuple
getBlockedNext
in class BaseLeftTuple
public void setBlockedNext(LeftTuple blockerNext)
setBlockedNext
in interface LeftTuple
setBlockedNext
in class BaseLeftTuple
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.