Package org.drools.core.reteoo
Interface RightTuple
-
- All Superinterfaces:
Entry<Tuple>,Serializable,Tuple
- All Known Implementing Classes:
RightTupleImpl,SubnetworkTuple,WindowTuple
public interface RightTuple extends Tuple
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddBlocked(LeftTuple leftTuple)LeftTuplegetBlocked()InternalFactHandlegetFactHandleForEvaluation()LeftTuplegetTempBlocked()RightTuplegetTempNextRightTuple()voidremoveBlocked(LeftTuple leftTuple)voidretractTuple(PropagationContext context, ReteEvaluator reteEvaluator)voidsetBlocked(LeftTuple leftTuple)voidsetExpired(ReteEvaluator reteEvaluator, PropagationContext pctx)voidsetTempBlocked(LeftTuple tempBlocked)voidsetTempNextRightTuple(RightTuple tempNextRightTuple)-
Methods inherited from interface org.drools.core.spi.Tuple
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, unlinkFromRightParent
-
-
-
-
Method Detail
-
getBlocked
LeftTuple getBlocked()
-
setBlocked
void setBlocked(LeftTuple leftTuple)
-
addBlocked
void addBlocked(LeftTuple leftTuple)
-
removeBlocked
void removeBlocked(LeftTuple leftTuple)
-
getTempBlocked
LeftTuple getTempBlocked()
-
setTempBlocked
void setTempBlocked(LeftTuple tempBlocked)
-
getTempNextRightTuple
RightTuple getTempNextRightTuple()
-
setTempNextRightTuple
void setTempNextRightTuple(RightTuple tempNextRightTuple)
-
getFactHandleForEvaluation
InternalFactHandle getFactHandleForEvaluation()
-
retractTuple
void retractTuple(PropagationContext context, ReteEvaluator reteEvaluator)
-
setExpired
void setExpired(ReteEvaluator reteEvaluator, PropagationContext pctx)
-
-