Uses of Class
eu.larkc.core.pluginregistry.query.exceptions.SparqlQueryTransformException

Packages that use SparqlQueryTransformException
eu.larkc.core.pluginregistry   
eu.larkc.core.pluginregistry.query   
 

Uses of SparqlQueryTransformException in eu.larkc.core.pluginregistry
 

Methods in eu.larkc.core.pluginregistry that throw SparqlQueryTransformException
 java.util.Collection<org.openrdf.model.URI> PluginRegistry.getPluginSparql(java.lang.String sparqlQuery)
          Returns a collection of all the plug-ins that correspond to the specified input SPARQL query
 

Uses of SparqlQueryTransformException in eu.larkc.core.pluginregistry.query
 

Methods in eu.larkc.core.pluginregistry.query that throw SparqlQueryTransformException
 java.lang.String SparqlQuery.toCycMicroTheory()
           
 java.lang.String SparqlQuery.toCycQuery()
           
 java.lang.String Value.toCycQuery()