|
Drools :: Core 6.2.0.CR4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryImpl | |
|---|---|
| org.drools.core.base | |
| org.drools.core.definitions.rule.impl | |
| org.drools.core.reteoo | |
| org.drools.core.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
| Uses of QueryImpl in org.drools.core.base |
|---|
| Methods in org.drools.core.base that return QueryImpl | |
|---|---|
QueryImpl |
DroolsQuery.getQuery()
|
| Methods in org.drools.core.base with parameters of type QueryImpl | |
|---|---|
void |
DroolsQuery.setQuery(QueryImpl query)
|
| Uses of QueryImpl in org.drools.core.definitions.rule.impl |
|---|
| Methods in org.drools.core.definitions.rule.impl that return types with arguments of type QueryImpl | |
|---|---|
protected List<QueryImpl> |
RuleImpl.collectDependingQueries(LinkedList<QueryImpl> accumulator)
|
List<QueryImpl> |
RuleImpl.getDependingQueries()
Returns the lists of queries from which this rule (or query) depends on ordered by their relative dependencies, e.g. if R1 -> A -> B -> C (where the letter are queries) it will return [C, B, A] |
| Methods in org.drools.core.definitions.rule.impl with parameters of type QueryImpl | |
|---|---|
void |
RuleImpl.addUsedQuery(QueryImpl query)
|
| Method parameters in org.drools.core.definitions.rule.impl with type arguments of type QueryImpl | |
|---|---|
protected List<QueryImpl> |
RuleImpl.collectDependingQueries(LinkedList<QueryImpl> accumulator)
|
| Uses of QueryImpl in org.drools.core.reteoo |
|---|
| Fields in org.drools.core.reteoo declared as QueryImpl | |
|---|---|
protected QueryImpl |
QueryTerminalNode.query
The rule to invoke upon match. |
| Methods in org.drools.core.reteoo that return QueryImpl | |
|---|---|
QueryImpl |
QueryTerminalNode.getQuery()
|
| Uses of QueryImpl in org.drools.core.rule |
|---|
| Subclasses of QueryImpl in org.drools.core.rule | |
|---|---|
class |
AbductiveQuery
|
|
Drools :: Core 6.2.0.CR4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||