Uses of Class
org.modeshape.graph.query.model.Visitors.AbstractVisitor

Packages that use Visitors.AbstractVisitor
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. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
 

Uses of Visitors.AbstractVisitor in org.modeshape.graph.query.plan
 

Subclasses of Visitors.AbstractVisitor in org.modeshape.graph.query.plan
protected static class PlanUtil.RequiredColumnVisitor
           
 

Uses of Visitors.AbstractVisitor in org.modeshape.graph.query.validate
 

Subclasses of Visitors.AbstractVisitor in org.modeshape.graph.query.validate
 class Validator
          A Visitor implementation that validates a query's used of a Schemata and records any problems as errors.
 



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