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.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.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()
           
 



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