Uses of Interface
org.drools.StatelessSessionResult

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

Uses of StatelessSessionResult in org.drools
 

Methods in org.drools 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.reteoo
 

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

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



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