Class RuleUnitDefaultFactHandle
java.lang.Object
org.drools.core.util.AbstractLinkedListNode<DefaultFactHandle>
org.drools.core.common.DefaultFactHandle
org.drools.ruleunits.impl.facthandles.RuleUnitDefaultFactHandle
- All Implemented Interfaces:
Serializable,Cloneable,InternalFactHandle,DoubleLinkedEntry<DefaultFactHandle>,SingleLinkedEntry<DefaultFactHandle>,RuleUnitInternalFactHandle,FactHandle
public class RuleUnitDefaultFactHandle
extends DefaultFactHandle
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
ConstructorsConstructorDescriptionRuleUnitDefaultFactHandle(long id, int identityHashCode, Object object, long recency, org.drools.base.rule.EntryPointId entryPointId) RuleUnitDefaultFactHandle(long id, int identityHashCode, Object object, long recency, WorkingMemoryEntryPoint wmEntryPoint) RuleUnitDefaultFactHandle(long id, Object object) RuleUnitDefaultFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint wmEntryPoint) RuleUnitDefaultFactHandle(long id, String wmEntryPointId, int identityHashCode, int objectHashCode, long recency, Object object) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDataHandle(DataHandle dataHandle) voidsetDataStore(InternalStoreCallback dataStore) Methods inherited from class org.drools.core.common.DefaultFactHandle
addFirstLeftTuple, addLastLeftTuple, addLastRightTuple, as, clearLeftTuples, clearRightTuples, clone, createFromExternalFormat, detachLinkedTuples, detachLinkedTuplesForPartition, determineIdentityHashCode, disconnect, equals, findFirstLeftTuple, forEachLeftTuple, forEachRightTuple, getEntryPoint, getEntryPointId, getEqualityKey, getExternalForm, getFirstLeftTuple, getFirstRightTuple, getFormatVersion, getId, getIdentityHashCode, getLinkedTuples, getObject, getObjectClassName, getObjectHashCode, getRecency, getReteEvaluator, getTraitType, hashCode, invalidate, isDisconnected, isEvent, isExpired, isNegated, isPendingRemoveFromStore, isTraitable, isTraiting, isTraitOrTraitable, isValid, removeLeftTuple, removeRightTuple, setDisconnected, setEqualityKey, setExternalForm, setIdentityHashCode, setLinkedTuples, setNegated, setObject, setObjectHashCode, setRecency, setTraitType, toExternalForm, toStringMethods 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
-
RuleUnitDefaultFactHandle
public RuleUnitDefaultFactHandle() -
RuleUnitDefaultFactHandle
-
RuleUnitDefaultFactHandle
public RuleUnitDefaultFactHandle(long id, Object object, long recency, WorkingMemoryEntryPoint wmEntryPoint) -
RuleUnitDefaultFactHandle
public RuleUnitDefaultFactHandle(long id, int identityHashCode, Object object, long recency, WorkingMemoryEntryPoint wmEntryPoint) -
RuleUnitDefaultFactHandle
public RuleUnitDefaultFactHandle(long id, int identityHashCode, Object object, long recency, org.drools.base.rule.EntryPointId entryPointId) -
RuleUnitDefaultFactHandle
-
-
Method Details
-
getDataHandle
- Specified by:
getDataHandlein interfaceRuleUnitInternalFactHandle
-
setDataHandle
- Specified by:
setDataHandlein interfaceRuleUnitInternalFactHandle
-
getDataStore
- Specified by:
getDataStorein interfaceRuleUnitInternalFactHandle
-
setDataStore
- Specified by:
setDataStorein interfaceRuleUnitInternalFactHandle
-