Uses of Interface
org.jrdf.sparql.analysis.VariableCollector

Packages that use VariableCollector
org.jrdf.query.expression   
org.jrdf.sparql.analysis   
 

Uses of VariableCollector in org.jrdf.query.expression
 

Constructors in org.jrdf.query.expression with parameters of type VariableCollector
Projection(VariableCollector collector, LinkedHashSet<AttributeName> declaredVariables, Expression<ExpressionVisitor> nextExpression)
           
 

Uses of VariableCollector in org.jrdf.sparql.analysis
 

Classes in org.jrdf.sparql.analysis that implement VariableCollector
 class AttributeCollectorImpl
          A variable collector takes the attribute value pairs from constraints and add them to a map.
 

Constructors in org.jrdf.sparql.analysis with parameters of type VariableCollector
WhereAnalyserImpl(TripleBuilder tripleBuilder, Graph graph, VariableCollector collector)