public interface InternalWorkingMemoryEntryPoint
extends org.kie.api.runtime.rule.EntryPoint
Modifier and Type | Method and Description |
---|---|
void |
delete(org.kie.api.runtime.rule.FactHandle factHandle,
RuleImpl rule,
Activation activation) |
void |
delete(org.kie.api.runtime.rule.FactHandle factHandle,
RuleImpl rule,
Activation activation,
org.kie.api.runtime.rule.FactHandle.State fhState) |
EntryPointId |
getEntryPoint() |
EntryPointNode |
getEntryPointNode() |
org.kie.api.runtime.rule.FactHandle |
getFactHandleByIdentity(Object object) |
FactHandleFactory |
getHandleFactory() |
InternalWorkingMemory |
getInternalWorkingMemory() |
InternalKnowledgeBase |
getKnowledgeBase() |
ObjectStore |
getObjectStore() |
ObjectTypeConfigurationRegistry |
getObjectTypeConfigurationRegistry() |
TruthMaintenanceSystem |
getTruthMaintenanceSystem() |
void |
removeFromObjectStore(InternalFactHandle handle) |
void |
reset() |
void |
update(org.kie.api.runtime.rule.FactHandle handle,
Object object,
BitMask mask,
Class<?> modifiedClass,
Activation activation) |
ObjectTypeConfigurationRegistry getObjectTypeConfigurationRegistry()
InternalKnowledgeBase getKnowledgeBase()
void delete(org.kie.api.runtime.rule.FactHandle factHandle, RuleImpl rule, Activation activation)
void delete(org.kie.api.runtime.rule.FactHandle factHandle, RuleImpl rule, Activation activation, org.kie.api.runtime.rule.FactHandle.State fhState)
void update(org.kie.api.runtime.rule.FactHandle handle, Object object, BitMask mask, Class<?> modifiedClass, Activation activation)
TruthMaintenanceSystem getTruthMaintenanceSystem()
EntryPointId getEntryPoint()
InternalWorkingMemory getInternalWorkingMemory()
org.kie.api.runtime.rule.FactHandle getFactHandleByIdentity(Object object)
void reset()
ObjectStore getObjectStore()
FactHandleFactory getHandleFactory()
EntryPointNode getEntryPointNode()
void removeFromObjectStore(InternalFactHandle handle)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.