Uses of Interface
org.modeshape.graph.query.plan.Planner

Packages that use Planner
org.modeshape.graph.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.graph.query.plan This package defines the Planner interface, the CanonicalPlanner implementation, and the PlanNode class that is used to represent a canonical query plan. 
 

Uses of Planner in org.modeshape.graph.query
 

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

Uses of Planner in org.modeshape.graph.query.plan
 

Classes in org.modeshape.graph.query.plan that implement Planner
 class CanonicalPlanner
          The planner that produces a canonical query plan given a query command.
 



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