Uses of Interface
org.jboss.dna.graph.query.process.SelectComponent.Analyzer

Packages that use SelectComponent.Analyzer
org.jboss.dna.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.Analyzer in org.jboss.dna.graph.query.process
 

Constructors in org.jboss.dna.graph.query.process with parameters of type SelectComponent.Analyzer
SelectComponent(ProcessingComponent delegate, Constraint constraint, Map<String,Object> variables, SelectComponent.Analyzer analyzer)
          Create a SELECT processing component that pass those tuples that satisfy the supplied constraint, using the supplied SelectComponent.Analyzer for the verification of the more complex/arduous constraints.
 



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