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

Packages that use Not
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.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.jcr.query.qom   
 

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

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

Uses of Not in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that return Not
protected  Not SqlQueryParser.not(Constraint constraint)
           
 

Uses of Not in org.modeshape.jcr.query.qom
 

Subclasses of Not in org.modeshape.jcr.query.qom
 class JcrNot
          Implementation of the 'not' constraint for the JCR Query Object Model and the Graph API.
 



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