Class RuleUnitEventFactHandle
java.lang.Object
org.drools.core.util.AbstractLinkedListNode<DefaultFactHandle>
org.drools.core.common.DefaultFactHandle
org.drools.core.common.DefaultEventHandle
org.drools.ruleunits.impl.facthandles.RuleUnitEventFactHandle
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<DefaultEventHandle>,InternalFactHandle,DoubleLinkedEntry<DefaultFactHandle>,SingleLinkedEntry<DefaultFactHandle>,RuleUnitInternalFactHandle,EventHandle,FactHandle
public class RuleUnitEventFactHandle
extends DefaultEventHandle
implements RuleUnitInternalFactHandle
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drools.core.common.DefaultFactHandle
DefaultFactHandle.CompositeLinkedTuples, DefaultFactHandle.DummyLinkedTuples, DefaultFactHandle.SingleLinkedTuplesNested classes/interfaces inherited from interface org.kie.api.runtime.rule.FactHandle
FactHandle.StateNested classes/interfaces inherited from interface org.drools.core.common.InternalFactHandle
InternalFactHandle.DummyFactHandle, InternalFactHandle.LinkedTuples -
Field Summary
Fields inherited from class org.drools.core.common.DefaultFactHandle
entryPointId, id, identityHashCode, linkedTuples, object, objectClassName, objectHashCode, recency, wmEntryPoint -
Constructor Summary
ConstructorsConstructorDescriptionRuleUnitEventFactHandle(long id, Object object, long recency, long timestamp, long duration, WorkingMemoryEntryPoint wmEntryPoint) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDataHandle(DataHandle dataHandle) voidsetDataStore(InternalStoreCallback dataStore) Methods inherited from class org.drools.core.common.DefaultEventHandle
addJob, clone, cloneAndLink, compareTo, decreaseOtnCount, getDuration, getEndTimestamp, getFormatVersion, getLinkedFactHandle, getOtnCount, getStartTimestamp, increaseOtnCount, invalidate, isEvent, isExpired, isPendingRemoveFromStore, isValid, quickCloneUpdate, removeJob, setExpired, setOtnCount, setPendingRemoveFromStore, toString, unscheduleAllJobsMethods inherited from class org.drools.core.common.DefaultFactHandle
addFirstLeftTuple, addLastLeftTuple, addLastRightTuple, as, clearLeftTuples, clearRightTuples, createFromExternalFormat, detachLinkedTuples, detachLinkedTuplesForPartition, determineIdentityHashCode, disconnect, equals, findFirstLeftTuple, forEachLeftTuple, forEachRightTuple, getEntryPoint, getEntryPointId, getEqualityKey, getExternalForm, getFirstLeftTuple, getFirstRightTuple, getId, getIdentityHashCode, getLinkedTuples, getObject, getObjectClassName, getObjectHashCode, getRecency, getReteEvaluator, getTraitType, hashCode, isDisconnected, isNegated, isTraitable, isTraiting, isTraitOrTraitable, removeLeftTuple, removeRightTuple, setDisconnected, setEqualityKey, setExternalForm, setIdentityHashCode, setLinkedTuples, setNegated, setObject, setObjectHashCode, setRecency, setTraitType, toExternalFormMethods inherited from class org.drools.core.util.AbstractLinkedListNode
clear, getNext, getPrevious, setNext, setPreviousMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kie.api.runtime.rule.FactHandle
asMethods inherited from interface org.drools.core.common.InternalFactHandle
addFirstLeftTuple, addLastLeftTuple, addLastRightTuple, clearLeftTuples, clearRightTuples, clone, detachLinkedTuples, detachLinkedTuplesForPartition, disconnect, findFirstLeftTuple, forEachLeftTuple, forEachRightTuple, getEntryPoint, getEntryPointId, getEntryPointName, getEqualityKey, getFirstLeftTuple, getFirstRightTuple, getId, getIdentityHashCode, getLinkedTuples, getObject, getObjectClassName, getObjectHashCode, getRecency, getReteEvaluator, getTraitType, hasMatches, invalidate, isDisconnected, isEvent, isExpired, isNegated, isPendingRemoveFromStore, isTraitable, isTraiting, isTraitOrTraitable, isValid, removeLeftTuple, removeRightTuple, setDisconnected, setEqualityKey, setNegated, setObject, setRecency, toExternalForm
-
Constructor Details
-
RuleUnitEventFactHandle
public RuleUnitEventFactHandle() -
RuleUnitEventFactHandle
public RuleUnitEventFactHandle(long id, Object object, long recency, long timestamp, long duration, WorkingMemoryEntryPoint wmEntryPoint)
-
-
Method Details
-
getDataHandle
- Specified by:
getDataHandlein interfaceRuleUnitInternalFactHandle
-
setDataHandle
- Specified by:
setDataHandlein interfaceRuleUnitInternalFactHandle
-
getDataStore
- Specified by:
getDataStorein interfaceRuleUnitInternalFactHandle
-
setDataStore
- Specified by:
setDataStorein interfaceRuleUnitInternalFactHandle
-