Uses of Interface
org.modeshape.graph.query.process.Processor

Packages that use Processor
org.modeshape.graph.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.graph.query.process This package defines the QueryProcessor interface, which is responsible for constructing for each query a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of the query and returning the tuples to the parent component. 
 

Uses of Processor in org.modeshape.graph.query
 

Constructors in org.modeshape.graph.query with parameters of type Processor
QueryEngine(Planner planner, Optimizer optimizer, Processor processor)
          Create a new query engine given the planner, optimizer, processor, and schemata.
 

Uses of Processor in org.modeshape.graph.query.process
 

Classes in org.modeshape.graph.query.process that implement Processor
 class QueryProcessor
          An abstract Processor implementation that builds a tree of ProcessingComponent objects to perform the different parts of the query processing logic.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.