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