Uses of Interface
org.drools.WorkingMemoryEntryPoint

Packages that use WorkingMemoryEntryPoint
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.common   
org.drools.reteoo   
 

Uses of WorkingMemoryEntryPoint in org.drools
 

Subinterfaces of WorkingMemoryEntryPoint in org.drools
 interface StatefulSession
          A stateful session represents a working memory which keeps state between invocations (accumulating facts/knowledge).
 interface WorkingMemory
          A knowledge session for a RuleBase.
 

Methods in org.drools that return WorkingMemoryEntryPoint
 WorkingMemoryEntryPoint WorkingMemory.getWorkingMemoryEntryPoint(String id)
          Returns the interface instance for a given entry point, so that the application can manage entry-point-scoped facts.
 WorkingMemoryEntryPoint WorkingMemoryEntryPoint.getWorkingMemoryEntryPoint(String name)
           
 

Uses of WorkingMemoryEntryPoint in org.drools.common
 

Subinterfaces of WorkingMemoryEntryPoint in org.drools.common
 interface InternalWorkingMemory
           
 interface InternalWorkingMemoryActions
           
 

Classes in org.drools.common that implement WorkingMemoryEntryPoint
 class AbstractWorkingMemory
          Implementation of WorkingMemory.
 

Fields in org.drools.common with type parameters of type WorkingMemoryEntryPoint
protected  Map<String,WorkingMemoryEntryPoint> AbstractWorkingMemory.entryPoints
           
 

Methods in org.drools.common that return WorkingMemoryEntryPoint
 WorkingMemoryEntryPoint AbstractWorkingMemory.getWorkingMemoryEntryPoint(String name)
           
 WorkingMemoryEntryPoint NamedEntryPoint.getWorkingMemoryEntryPoint(String name)
           
 

Methods in org.drools.common that return types with arguments of type WorkingMemoryEntryPoint
 Map<String,WorkingMemoryEntryPoint> AbstractWorkingMemory.getEntryPoints()
           
 Collection<WorkingMemoryEntryPoint> AbstractWorkingMemory.getWorkingMemoryEntryPoints()
           
 

Uses of WorkingMemoryEntryPoint in org.drools.reteoo
 

Subinterfaces of WorkingMemoryEntryPoint in org.drools.reteoo
 interface ReteooWorkingMemoryInterface
          This is an interface for ReteooWorkingMemory implementations
 

Classes in org.drools.reteoo that implement WorkingMemoryEntryPoint
 class DisposedReteooWorkingMemory
           
 class ReteooStatefulSession
           
 class ReteooWorkingMemory
          Implementation of WorkingMemory.
 

Methods in org.drools.reteoo that return WorkingMemoryEntryPoint
 WorkingMemoryEntryPoint DisposedReteooWorkingMemory.getWorkingMemoryEntryPoint(String id)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.