Uses of Interface
org.jboss.dna.graph.query.model.Readable

Packages that use Readable
org.jboss.dna.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.jboss.dna.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 Readable in org.jboss.dna.graph.query.model
 

Classes in org.jboss.dna.graph.query.model that implement Readable
 class JoinType
           
 class Order
           
 class SelectorName
          A representation of a qualified or expanded name.
static class SetQuery.Operation
           
 

Uses of Readable in org.jboss.dna.graph.query.plan
 

Classes in org.jboss.dna.graph.query.plan that implement Readable
 class PlanNode
          A representation of a single node within a plan tree.
 



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