KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.runtime.rule.RuleRuntime

Packages that use RuleRuntime
org.kie.api.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
org.kie.api.runtime.rule The rule runtime classes. 
 

Uses of RuleRuntime in org.kie.api.runtime
 

Subinterfaces of RuleRuntime in org.kie.api.runtime
 interface KieRuntime
           
 interface KieSession
          KieSession is the most common way to interact with the engine.
 

Uses of RuleRuntime in org.kie.api.runtime.rule
 

Methods in org.kie.api.runtime.rule with parameters of type RuleRuntime
 void ConsequenceExceptionHandler.handleException(Match match, RuleRuntime workingMemory, Exception exception)
           
 

Constructors in org.kie.api.runtime.rule with parameters of type RuleRuntime
ConsequenceException(Throwable rootCause, RuleRuntime workingMemory, Match match)
           
 


KIE API 6.1.0.Beta2

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