Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

Uses of Interface
org.drools.runtime.KnowledgeRuntime

Packages that use KnowledgeRuntime
org.drools.event Drools has a comprehensive event api for all parts of the platform. 
org.drools.impl.adapters   
org.drools.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
 

Uses of KnowledgeRuntime in org.drools.event
 

Methods in org.drools.event that return KnowledgeRuntime
 KnowledgeRuntime KnowledgeRuntimeEvent.getKnowledgeRuntime()
          The knowledge runtime that generated the event.
 

Uses of KnowledgeRuntime in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement KnowledgeRuntime
 class KnowledgeRuntimeAdapter
           
 class StatefulKnowledgeSessionAdapter
           
 

Uses of KnowledgeRuntime in org.drools.runtime
 

Subinterfaces of KnowledgeRuntime in org.drools.runtime
 interface StatefulKnowledgeSession
          StatefulKnowledgeSession is the most common way to interact with the engine.
 

Methods in org.drools.runtime that return KnowledgeRuntime
 KnowledgeRuntime KnowledgeContext.getKnowledgeRuntime()
           
 


Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

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