Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.reteoo |
Modifier and Type | Method and Description |
---|---|
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".
|
Modifier and Type | Class and Description |
---|---|
class |
ReteStatelessSessionResult |
Modifier and Type | Method and Description |
---|---|
StatelessSessionResult |
ReteooStatelessSession.executeWithResults(Collection collection) |
StatelessSessionResult |
ReteooStatelessSession.executeWithResults(Object object) |
StatelessSessionResult |
ReteooStatelessSession.executeWithResults(Object[] array) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.