Uses of Class
org.modeshape.graph.query.model.AllNodes

Packages that use AllNodes
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
 

Uses of AllNodes in org.modeshape.graph.query.model
 

Methods in org.modeshape.graph.query.model with parameters of type AllNodes
 void Visitors.AbstractVisitor.visit(AllNodes obj)
          
 void Visitors.WalkAllVisitor.visit(AllNodes allNodes)
          
 void Visitors.ReadableVisitor.visit(AllNodes allNodes)
          
 void Visitor.visit(AllNodes obj)
           
 

Uses of AllNodes in org.modeshape.graph.query.validate
 

Methods in org.modeshape.graph.query.validate with parameters of type AllNodes
 void Validator.visit(AllNodes obj)
          
 



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