|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryResults | |
---|---|
org.drools | This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory |
org.drools.base | |
org.drools.common | |
org.drools.reteoo | |
org.drools.spi |
Uses of QueryResults in org.drools |
---|
Methods in org.drools that return QueryResults | |
---|---|
QueryResults |
WorkingMemory.getQueryResults(String query)
Retrieve the QueryResults of the specified query. |
QueryResults |
StatelessSessionResult.getQueryResults(String query)
Retrieve the QueryResults of the specified query. |
Constructors in org.drools with parameters of type QueryResults | |
---|---|
QueryResult(Tuple tuple,
WorkingMemory workingMemory,
QueryResults queryResults)
|
Uses of QueryResults in org.drools.base |
---|
Methods in org.drools.base that return QueryResults | |
---|---|
QueryResults |
DefaultKnowledgeHelper.getQueryResults(String query)
|
Uses of QueryResults in org.drools.common |
---|
Methods in org.drools.common that return QueryResults | |
---|---|
abstract QueryResults |
AbstractWorkingMemory.getQueryResults(String query)
|
Uses of QueryResults in org.drools.reteoo |
---|
Methods in org.drools.reteoo that return QueryResults | |
---|---|
QueryResults |
ReteStatelessSessionResult.getQueryResults(String query)
|
QueryResults |
ReteooWorkingMemory.getQueryResults(String query)
|
Uses of QueryResults in org.drools.spi |
---|
Methods in org.drools.spi that return QueryResults | |
---|---|
QueryResults |
KnowledgeHelper.getQueryResults(String query)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |