Uses of Interface
org.modeshape.graph.query.process.SelectComponent.ConstraintChecker

Packages that use SelectComponent.ConstraintChecker
org.modeshape.graph.query.process This package defines the QueryProcessor interface, which is responsible for constructing for each query a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of the query and returning the tuples to the parent component. 
 

Uses of SelectComponent.ConstraintChecker in org.modeshape.graph.query.process
 

Methods in org.modeshape.graph.query.process that return SelectComponent.ConstraintChecker
protected  SelectComponent.ConstraintChecker SelectComponent.createChecker(TypeSystem types, Schemata schemata, QueryResults.Columns columns, Constraint constraint, Map<String,Object> variables, SelectComponent.Analyzer analyzer)
          Create the constraint evaluator that is used by the SelectComponent to evaluate the supplied criteria.
protected  SelectComponent.ConstraintChecker SelectComponent.createChecker(TypeSystem types, Schemata schemata, QueryResults.Columns columns, ProcessingComponent.DynamicOperation dynamicOperation, Operator operator, StaticOperand staticOperand)
           
 



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