Interface RuleUnitInternalFactHandle
-
- All Superinterfaces:
Cloneable,org.kie.api.runtime.rule.FactHandle,org.drools.core.common.InternalFactHandle,Serializable
- All Known Implementing Classes:
RuleUnitDefaultFactHandle,RuleUnitEventFactHandle
public interface RuleUnitInternalFactHandle extends org.drools.core.common.InternalFactHandle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.drools.ruleunits.api.DataHandlegetDataHandle()InternalStoreCallbackgetDataStore()voidsetDataHandle(org.drools.ruleunits.api.DataHandle dataHandle)voidsetDataStore(InternalStoreCallback dataStore)-
Methods inherited from interface org.drools.core.common.InternalFactHandle
addFirstLeftTuple, addFirstRightTuple, addLastLeftTuple, addLastRightTuple, addTupleInPosition, as, clearLeftTuples, clearRightTuples, clone, detachLinkedTuples, detachLinkedTuplesForPartition, disconnect, findFirstLeftTuple, findFirstRightTuple, forEachLeftTuple, forEachRightTuple, getEntryPoint, getEntryPointId, getEntryPointName, getEqualityKey, getFirstLeftTuple, getFirstRightTuple, getId, getIdentityHashCode, getLinkedTuples, getObject, getObjectClassName, getObjectHashCode, getParentHandle, getRecency, getReteEvaluator, getTraitType, invalidate, isDisconnected, isEvent, isExpired, isNegated, isPendingRemoveFromStore, isTraitable, isTraiting, isTraitOrTraitable, isValid, removeLeftTuple, removeRightTuple, setEqualityKey, setFirstLeftTuple, setNegated, setObject, setParentHandle, setRecency, toExternalForm
-
-
-
-
Method Detail
-
getDataHandle
org.drools.ruleunits.api.DataHandle getDataHandle()
-
setDataHandle
void setDataHandle(org.drools.ruleunits.api.DataHandle dataHandle)
-
getDataStore
InternalStoreCallback getDataStore()
-
setDataStore
void setDataStore(InternalStoreCallback dataStore)
-
-