Package | Description |
---|---|
org.drools.core.reteoo | |
org.drools.core.reteoo.builder | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Field and Description |
---|---|
protected QueryElement |
QueryElementNode.queryElement |
Modifier and Type | Method and Description |
---|---|
QueryElement |
QueryElementNode.getQueryElement() |
Constructor and Description |
---|
QueryElementNode(int id,
LeftTupleSource tupleSource,
QueryElement queryElement,
boolean tupleMemoryEnabled,
boolean openQuery,
BuildContext context) |
Modifier and Type | Method and Description |
---|---|
QueryElementNode |
NodeFactory.buildQueryElementNode(int nextId,
LeftTupleSource tupleSource,
QueryElement qe,
boolean tupleMemoryEnabled,
boolean openQuery,
BuildContext context) |
QueryElementNode |
PhreakNodeFactory.buildQueryElementNode(int id,
LeftTupleSource tupleSource,
QueryElement qe,
boolean tupleMemoryEnabled,
boolean openQuery,
BuildContext context) |
Modifier and Type | Method and Description |
---|---|
QueryElement |
QueryElement.clone() |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.