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

Packages that use AskQuery
org.apache.clerezza.rdf.core.access This package provides access to named org.apache.clerezza.rdf.model.GraphS and org.apache.clerezza.rdf.model.MGraphS that may originate from various implementations. 
org.apache.clerezza.rdf.core.sparql   
org.apache.clerezza.rdf.core.sparql.query.impl   
 

Uses of AskQuery in org.apache.clerezza.rdf.core.access
 

Methods in org.apache.clerezza.rdf.core.access with parameters of type AskQuery
 boolean TcManager.executeSparqlQuery(AskQuery query, TripleCollection defaultGraph)
          Executes a sparql ASK query.
 

Uses of AskQuery in org.apache.clerezza.rdf.core.sparql
 

Methods in org.apache.clerezza.rdf.core.sparql with parameters of type AskQuery
abstract  String StringQuerySerializer.serialize(AskQuery askQuery)
          Serializes an AskQuery object to a String.
 

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

Classes in org.apache.clerezza.rdf.core.sparql.query.impl that implement AskQuery
 class SimpleAskQuery
           
 

Methods in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type AskQuery
 String SimpleStringQuerySerializer.serialize(AskQuery askQuery)
           
 



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