Uses of Class
org.drools.rule.QueryElement

Packages that use QueryElement
org.drools.reteoo   
org.drools.reteoo.builder   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of QueryElement in org.drools.reteoo
 

Methods in org.drools.reteoo that return QueryElement
 QueryElement QueryElementNode.getQueryElement()
           
 

Constructors in org.drools.reteoo with parameters of type QueryElement
QueryElementNode(int id, LeftTupleSource tupleSource, QueryElement queryElement, boolean tupleMemoryEnabled, boolean openQuery, BuildContext context)
           
 

Uses of QueryElement in org.drools.reteoo.builder
 

Methods in org.drools.reteoo.builder with parameters of type QueryElement
 QueryElementNode NodeFactory.buildQueryElementNode(int nextId, LeftTupleSource tupleSource, QueryElement qe, boolean tupleMemoryEnabled, boolean openQuery, BuildContext context)
           
 QueryElementNode DefaultNodeFactory.buildQueryElementNode(int id, LeftTupleSource tupleSource, QueryElement qe, boolean tupleMemoryEnabled, boolean openQuery, BuildContext context)
           
 

Uses of QueryElement in org.drools.rule
 

Methods in org.drools.rule that return QueryElement
 QueryElement QueryElement.clone()
           
 



Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.