| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
QueryImpl |
DroolsQuery.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
DroolsQuery.setQuery(QueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
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]
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleImpl.addUsedQuery(QueryImpl query) |
| Modifier and Type | Method and Description |
|---|---|
protected List<QueryImpl> |
RuleImpl.collectDependingQueries(LinkedList<QueryImpl> accumulator) |
| Modifier and Type | Field and Description |
|---|---|
protected QueryImpl |
QueryTerminalNode.query
The rule to invoke upon match.
|
| Modifier and Type | Method and Description |
|---|---|
QueryImpl |
QueryTerminalNode.getQuery() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbductiveQuery |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.