Uses of Class
org.openrdf.query.algebra.Distinct

Packages that use Distinct
org.openrdf.query.algebra Query Algebra 
org.openrdf.query.algebra.evaluation.impl   
org.openrdf.query.algebra.helpers   
 

Uses of Distinct in org.openrdf.query.algebra
 

Methods in org.openrdf.query.algebra that return Distinct
 Distinct Distinct.clone()
           
 

Methods in org.openrdf.query.algebra with parameters of type Distinct
 void QueryModelVisitor.meet(Distinct node)
           
 

Uses of Distinct in org.openrdf.query.algebra.evaluation.impl
 

Methods in org.openrdf.query.algebra.evaluation.impl with parameters of type Distinct
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Distinct distinct, BindingSet bindings)
           
 

Uses of Distinct in org.openrdf.query.algebra.helpers
 

Methods in org.openrdf.query.algebra.helpers with parameters of type Distinct
 void QueryModelVisitorBase.meet(Distinct node)
           
 



Copyright © 2001-2008 Aduna. All Rights Reserved.