Uses of Class
org.jboss.dna.graph.query.model.SameNode

Packages that use SameNode
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.validate This package provides the interfaces that define the tables and columns that can be queried. 
 

Uses of SameNode in org.jboss.dna.graph.query.model
 

Methods in org.jboss.dna.graph.query.model with parameters of type SameNode
 void Visitors.AbstractVisitor.visit(SameNode obj)
          
 void Visitors.WalkAllVisitor.visit(SameNode sameNode)
          
 void Visitors.ReadableVisitor.visit(SameNode sameNode)
          
 void Visitor.visit(SameNode obj)
           
 

Uses of SameNode in org.jboss.dna.graph.query.validate
 

Methods in org.jboss.dna.graph.query.validate with parameters of type SameNode
 void Validator.visit(SameNode obj)
          
 



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