Uses of Interface
org.apache.clerezza.rdf.core.sparql.query.OrderCondition

Packages that use OrderCondition
org.apache.clerezza.rdf.core.sparql.query   
org.apache.clerezza.rdf.core.sparql.query.impl   
 

Uses of OrderCondition in org.apache.clerezza.rdf.core.sparql.query
 

Methods in org.apache.clerezza.rdf.core.sparql.query that return types with arguments of type OrderCondition
 List<OrderCondition> QueryWithSolutionModifier.getOrderConditions()
          Gets the list of required ordering conditions in decreasing ordering priority.
 

Uses of OrderCondition in org.apache.clerezza.rdf.core.sparql.query.impl
 

Classes in org.apache.clerezza.rdf.core.sparql.query.impl that implement OrderCondition
 class SimpleOrderCondition
           
 

Methods in org.apache.clerezza.rdf.core.sparql.query.impl that return types with arguments of type OrderCondition
 List<OrderCondition> SimpleQueryWithSolutionModifier.getOrderConditions()
           
 

Methods in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type OrderCondition
 void SimpleQueryWithSolutionModifier.addOrderCondition(OrderCondition orderCondition)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.