Uses of Class
eu.larkc.jactr.scripting.sparql.SPARQLRequest

Packages that use SPARQLRequest
eu.larkc.jactr.modules.larkc.plugin   
eu.larkc.jactr.modules.sparql   
eu.larkc.jactr.scripting.sparql   
 

Uses of SPARQLRequest in eu.larkc.jactr.modules.larkc.plugin
 

Methods in eu.larkc.jactr.modules.larkc.plugin with parameters of type SPARQLRequest
 Future<IChunk> LarKCPluginModule.retrieveChunk(SPARQLRequest sparqlRequest)
           
 

Uses of SPARQLRequest in eu.larkc.jactr.modules.sparql
 

Methods in eu.larkc.jactr.modules.sparql with parameters of type SPARQLRequest
 Future<IChunk> ISPARQLRetrievalModule.retrieveChunk(SPARQLRequest request)
          Returns (the promise of) an IChunk that matches the SPARQLRequest.
 Future<IChunk> AbstractSPARQLRetrievalModule.retrieveChunk(SPARQLRequest request)
           
 

Uses of SPARQLRequest in eu.larkc.jactr.scripting.sparql
 

Methods in eu.larkc.jactr.scripting.sparql that return SPARQLRequest
 SPARQLRequest SPARQLRequest.clone()