Uses of Class
org.drools.core.rule.QueryElement
-
Packages that use QueryElement 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. -
-
Uses of QueryElement in org.drools.core.reteoo
Fields in org.drools.core.reteoo declared as QueryElement Modifier and Type Field Description protected QueryElementQueryElementNode. queryElementMethods in org.drools.core.reteoo that return QueryElement Modifier and Type Method Description QueryElementQueryElementNode. getQueryElement()Constructors in org.drools.core.reteoo with parameters of type QueryElement Constructor Description QueryElementNode(int id, LeftTupleSource tupleSource, QueryElement queryElement, boolean tupleMemoryEnabled, boolean openQuery, BuildContext context) -
Uses of QueryElement in org.drools.core.reteoo.builder
Methods in org.drools.core.reteoo.builder with parameters of type QueryElement Modifier and Type Method Description QueryElementNodeNodeFactory. buildQueryElementNode(int nextId, LeftTupleSource tupleSource, QueryElement qe, boolean tupleMemoryEnabled, boolean openQuery, BuildContext context)QueryElementNodePhreakNodeFactory. buildQueryElementNode(int id, LeftTupleSource tupleSource, QueryElement qe, boolean tupleMemoryEnabled, boolean openQuery, BuildContext context) -
Uses of QueryElement in org.drools.core.rule
Methods in org.drools.core.rule that return QueryElement Modifier and Type Method Description QueryElementQueryElement. clone()
-