Drools :: Core 6.1.0.Beta1

Uses of Interface
org.drools.core.StatelessSessionResult

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

Uses of StatelessSessionResult in org.drools.core
 

Methods in org.drools.core that return StatelessSessionResult
 StatelessSessionResult StatelessSession.executeWithResults(Collection collection)
          Similar to the normal execute method, but this will return "results".
 StatelessSessionResult StatelessSession.executeWithResults(Object object)
          Similar to the normal execute method, but this will return "results".
 StatelessSessionResult StatelessSession.executeWithResults(Object[] array)
          Similar to the normal execute method, but this will return "results".
 

Uses of StatelessSessionResult in org.drools.core.reteoo
 

Classes in org.drools.core.reteoo that implement StatelessSessionResult
 class ReteStatelessSessionResult
           
 

Methods in org.drools.core.reteoo that return StatelessSessionResult
 StatelessSessionResult ReteooStatelessSession.executeWithResults(Collection collection)
           
 StatelessSessionResult ReteooStatelessSession.executeWithResults(Object object)
           
 StatelessSessionResult ReteooStatelessSession.executeWithResults(Object[] array)
           
 


Drools :: Core 6.1.0.Beta1

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