public interface RightTuple extends Tuple
| Modifier and Type | Method and Description |
|---|---|
void |
addBlocked(LeftTuple leftTuple) |
LeftTuple |
getBlocked() |
InternalFactHandle |
getFactHandleForEvaluation() |
LeftTuple |
getTempBlocked() |
RightTuple |
getTempNextRightTuple() |
void |
removeBlocked(LeftTuple leftTuple) |
void |
retractTuple(PropagationContext context,
InternalWorkingMemory workingMemory) |
void |
setBlocked(LeftTuple leftTuple) |
void |
setExpired(InternalWorkingMemory workingMemory,
PropagationContext pctx) |
void |
setTempBlocked(LeftTuple tempBlocked) |
void |
setTempNextRightTuple(RightTuple tempNextRightTuple) |
clear, clearStaged, decreaseActivationCountForEvents, findMostRecentPropagationContext, get, get, getContextObject, getFactHandle, getFirstChild, getHandleNext, getHandlePrevious, getIndex, getInputOtnId, getLastChild, getMemory, getObject, getObject, getOriginalFactHandle, getParent, getPrevious, getPropagationContext, getRootTuple, getStagedNext, getStagedPrevious, getStagedType, getSubTuple, getTuple, getTupleSink, getTupleSource, increaseActivationCountForEvents, isDeleted, isExpired, reAdd, setContextObject, setFactHandle, setFirstChild, setHandleNext, setHandlePrevious, setLastChild, setMemory, setPrevious, setPropagationContext, setStagedNext, setStagedPrevious, setStagedType, size, skipEmptyHandles, toFactHandles, toObjects, toObjects, unlinkFromLeftParent, unlinkFromRightParentLeftTuple getBlocked()
void setBlocked(LeftTuple leftTuple)
void addBlocked(LeftTuple leftTuple)
void removeBlocked(LeftTuple leftTuple)
LeftTuple getTempBlocked()
void setTempBlocked(LeftTuple tempBlocked)
RightTuple getTempNextRightTuple()
void setTempNextRightTuple(RightTuple tempNextRightTuple)
InternalFactHandle getFactHandleForEvaluation()
void retractTuple(PropagationContext context, InternalWorkingMemory workingMemory)
void setExpired(InternalWorkingMemory workingMemory, PropagationContext pctx)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.