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


Method Summary
 EntryPoint getEntryPoint()
           
 EntryPointNode getEntryPointNode()
           
 FactHandle getFactHandleByIdentity(Object object)
           
 InternalWorkingMemory getInternalWorkingMemory()
           
 ObjectStore getObjectStore()
           
 ObjectTypeConfigurationRegistry getObjectTypeConfigurationRegistry()
           
 RuleBase getRuleBase()
           
 void reset()
           
 void retract(FactHandle factHandle, boolean removeLogical, boolean updateEqualsMap, Rule rule, Activation activation)
           
 void update(org.drools.runtime.rule.FactHandle handle, Object object, Rule rule, Activation activation)
           
 
Methods inherited from interface org.drools.runtime.rule.WorkingMemoryEntryPoint
getEntryPointId, getFactCount, getFactHandle, getFactHandles, getFactHandles, getObject, getObjects, getObjects, insert, retract, update
 

Method Detail

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.