Uses of Package
org.drools.runtime

Packages that use org.drools.runtime
org.drools The KnowledgeBase and its factory. 
org.drools.agent The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files. 
org.drools.command   
org.drools.event Drools has a comprehensive event api for all parts of the platform. 
org.drools.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
org.drools.persistence.jpa   
org.drools.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.drools.runtime.process The process runtime classes. 
org.drools.runtime.rule The rule runtime classes. 
 

Classes in org.drools.runtime used by org.drools
Environment
           
KnowledgeSessionConfiguration
          KnowledgeSessionConfiguration A class to store Session related configuration.
StatefulKnowledgeSession
          StatefulKnowledgeSession is the most common way to interact with the engine.
StatelessKnowledgeSession
          StatelessKnowledgeSession provides a convenience API, wrapping StatefulKnowledgeSession.
 

Classes in org.drools.runtime used by org.drools.agent
KnowledgeSessionConfiguration
          KnowledgeSessionConfiguration A class to store Session related configuration.
StatelessKnowledgeSession
          StatelessKnowledgeSession provides a convenience API, wrapping StatefulKnowledgeSession.
 

Classes in org.drools.runtime used by org.drools.command
ObjectFilter
          ObjectFilter is used with WorkingMemories to filter out instances during Iteration
 

Classes in org.drools.runtime used by org.drools.event
KnowledgeRuntime
           
 

Classes in org.drools.runtime used by org.drools.marshalling
Environment
           
KnowledgeSessionConfiguration
          KnowledgeSessionConfiguration A class to store Session related configuration.
StatefulKnowledgeSession
          StatefulKnowledgeSession is the most common way to interact with the engine.
 

Classes in org.drools.runtime used by org.drools.persistence.jpa
Environment
           
KnowledgeSessionConfiguration
          KnowledgeSessionConfiguration A class to store Session related configuration.
StatefulKnowledgeSession
          StatefulKnowledgeSession is the most common way to interact with the engine.
 

Classes in org.drools.runtime used by org.drools.runtime
Calendars
           
Channel
           A channel provides a mechanism to send objects from the working memory to some external process or function.
CommandExecutor
           Batch Executor allows for the scripting of of a Knowledge session using Commands, both the StatelessKnowledgeSession and StatefulKnowledgeSession implement this interface.
Environment
           
ExitPoint
          Deprecated. Use Channel instead
Globals
           
KnowledgeRuntime
           
KnowledgeSessionConfiguration
          KnowledgeSessionConfiguration A class to store Session related configuration.
ObjectFilter
          ObjectFilter is used with WorkingMemories to filter out instances during Iteration
 

Classes in org.drools.runtime used by org.drools.runtime.process
KnowledgeContext
           
 

Classes in org.drools.runtime used by org.drools.runtime.rule
KnowledgeContext
           
ObjectFilter
          ObjectFilter is used with WorkingMemories to filter out instances during Iteration
 



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