Package org.drools.core.reteoo
Class ReactiveFromNodeLeftTuple
- java.lang.Object
-
- org.drools.core.reteoo.AbstractTuple
-
- org.drools.core.reteoo.AbstractLeftTuple
-
- org.drools.core.reteoo.JoinNodeLeftTuple
-
- org.drools.core.reteoo.ReactiveFromNodeLeftTuple
-
- All Implemented Interfaces:
java.io.Serializable,org.drools.base.reteoo.BaseTuple,LeftTuple,Tuple,Entry<Tuple>
public class ReactiveFromNodeLeftTuple extends JoinNodeLeftTuple
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.drools.core.reteoo.AbstractLeftTuple
memory
-
Fields inherited from class org.drools.core.reteoo.AbstractTuple
handle, handleNext, handlePrevious, sink, stagedNext, stagedPrevious
-
-
Constructor Summary
Constructors Constructor Description ReactiveFromNodeLeftTuple()ReactiveFromNodeLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)ReactiveFromNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)ReactiveFromNodeLeftTuple(org.kie.api.runtime.rule.FactHandle factHandle, Sink sink, boolean leftTupleMemoryEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()voidinitPeer(AbstractLeftTuple original, LeftTupleSink sink)ReactiveObjectUtil.ModificationTyperesetModificationState(java.lang.Object object)booleanupdateModificationState(java.lang.Object object, ReactiveObjectUtil.ModificationType newState)-
Methods inherited from class org.drools.core.reteoo.AbstractLeftTuple
clear, clearBlocker, clearStaged, get, getAccumulatedObjects, getBlockedNext, getBlockedPrevious, getBlocker, getFactHandle, getFirstChild, getHandleNext, getHandlePrevious, getIndex, getInputOtnId, getLastChild, getLeftParent, getMemory, getNextParentWithHandle, getObject, getParent, getPeer, getRightParent, getRightParentNext, getRightParentPrevious, getStagedNext, getStagedPrevious, getStagedTypeForQueries, getSubTuple, getTupleSink, getTupleSource, isStagedOnRight, reAdd, reAddLeft, reAddRight, setBlockedNext, setBlockedPrevious, setBlocker, setFirstChild, setLastChild, setLeftParent, setLeftTupleSink, setMemory, setPeer, setRightParent, setRightParentNext, setRightParentPrevious, setStagedTypeForQueries, size, toExternalString, toFactHandles, toObjects, toString, unlinkFromLeftParent, unlinkFromRightParent
-
Methods inherited from class org.drools.core.reteoo.AbstractTuple
decreaseActivationCountForEvents, get, getContextObject, getNext, getObject, getOriginalFactHandle, getPrevious, getPropagationContext, getRootTuple, getStagedType, getTuple, increaseActivationCountForEvents, isExpired, setContextObject, setExpired, setFactHandle, setHandleNext, setHandlePrevious, setNext, setPrevious, setPropagationContext, setStagedNext, setStagedPrevious, setStagedType, skipEmptyHandles
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.drools.core.reteoo.LeftTuple
setExpired
-
Methods inherited from interface org.drools.core.reteoo.Tuple
decreaseActivationCountForEvents, findMostRecentPropagationContext, getContextObject, getOriginalFactHandle, getPrevious, getPropagationContext, getRootTuple, getStagedType, increaseActivationCountForEvents, isDeleted, isExpired, setContextObject, setFactHandle, setHandleNext, setHandlePrevious, setPrevious, setPropagationContext, setStagedNext, setStagedPrevious, setStagedType, skipEmptyHandles, toObjects
-
-
-
-
Constructor Detail
-
ReactiveFromNodeLeftTuple
public ReactiveFromNodeLeftTuple()
-
ReactiveFromNodeLeftTuple
public ReactiveFromNodeLeftTuple(LeftTuple leftTuple, RightTuple rightTuple, LeftTuple currentLeftChild, LeftTuple currentRightChild, Sink sink, boolean leftTupleMemoryEnabled)
-
ReactiveFromNodeLeftTuple
public ReactiveFromNodeLeftTuple(InternalFactHandle factHandle, LeftTuple leftTuple, Sink sink)
-
ReactiveFromNodeLeftTuple
public ReactiveFromNodeLeftTuple(org.kie.api.runtime.rule.FactHandle factHandle, Sink sink, boolean leftTupleMemoryEnabled)
-
-
Method Detail
-
initPeer
public void initPeer(AbstractLeftTuple original, LeftTupleSink sink)
- Overrides:
initPeerin classAbstractLeftTuple
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractLeftTuple
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classAbstractLeftTuple
-
updateModificationState
public boolean updateModificationState(java.lang.Object object, ReactiveObjectUtil.ModificationType newState)
-
resetModificationState
public ReactiveObjectUtil.ModificationType resetModificationState(java.lang.Object object)
-
-