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.common | |
org.drools.core.reteoo | |
org.drools.core.runtime.rule.impl |
Modifier and Type | Method and Description |
---|---|
QueryResults |
StatelessSessionResult.getQueryResults(String query)
Retrieve the QueryResults of the specified query.
|
QueryResults |
WorkingMemory.getQueryResults(String query,
Object... arguments)
Retrieve the QueryResults of the specified query and arguments
|
QueryResults |
StatelessSessionResult.getQueryResults(String query,
Object[] arguments)
Allows for parameters to be passed to a query.
|
Constructor and Description |
---|
QueryResult(QueryRowWithSubruleIndex row,
WorkingMemory workingMemory,
QueryResults queryResults) |
Modifier and Type | Method and Description |
---|---|
QueryResults |
AbstractWorkingMemory.getQueryResults(String query) |
QueryResults |
AbstractWorkingMemory.getQueryResults(String queryName,
Object[] arguments) |
Modifier and Type | Method and Description |
---|---|
QueryResults |
ReteStatelessSessionResult.getQueryResults(String query) |
QueryResults |
DisposedReteooWorkingMemory.getQueryResults(String query,
Object... arguments) |
QueryResults |
ReteStatelessSessionResult.getQueryResults(String query,
Object[] arguments) |
Modifier and Type | Method and Description |
---|---|
QueryResults |
NativeQueryResults.getResults() |
Constructor and Description |
---|
FlatQueryResults(QueryResults results) |
NativeQueryResults(QueryResults results) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.