org.drools.common
Interface InternalWorkingMemoryEntryPoint
- All Superinterfaces:
- org.drools.runtime.rule.WorkingMemoryEntryPoint
- All Known Subinterfaces:
- InternalWorkingMemoryActions
- All Known Implementing Classes:
- AbstractWorkingMemory, NamedEntryPoint, ReteooStatefulSession, ReteooWorkingMemory, StatefulKnowledgeSessionImpl
public interface InternalWorkingMemoryEntryPoint
- extends org.drools.runtime.rule.WorkingMemoryEntryPoint
Methods inherited from interface org.drools.runtime.rule.WorkingMemoryEntryPoint |
getEntryPointId, getFactCount, getFactHandle, getFactHandles, getFactHandles, getObject, getObjects, getObjects, insert, retract, update |
getObjectTypeConfigurationRegistry
ObjectTypeConfigurationRegistry getObjectTypeConfigurationRegistry()
getRuleBase
RuleBase getRuleBase()
retract
void retract(FactHandle factHandle,
boolean removeLogical,
boolean updateEqualsMap,
Rule rule,
Activation activation)
throws FactException
- Throws:
FactException
update
void update(org.drools.runtime.rule.FactHandle handle,
Object object,
Rule rule,
Activation activation)
throws FactException
- Throws:
FactException
getEntryPoint
EntryPoint getEntryPoint()
getInternalWorkingMemory
InternalWorkingMemory getInternalWorkingMemory()
getFactHandleByIdentity
FactHandle getFactHandleByIdentity(Object object)
reset
void reset()
getObjectStore
ObjectStore getObjectStore()
getEntryPointNode
EntryPointNode getEntryPointNode()
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.