eu.larkc.core.pluginregistry.query
Class SparqlQuery

java.lang.Object
  extended by eu.larkc.core.pluginregistry.query.SparqlQuery

public class SparqlQuery
extends java.lang.Object

Author:
Blaz Fortuna

Nested Class Summary
static class SparqlQuery.Type
           
 
Constructor Summary
SparqlQuery(java.lang.String queryStr)
           
 
Method Summary
 boolean isAsk()
           
 boolean isSelect()
           
 java.lang.String toCycMicroTheory()
           
 java.lang.String toCycQuery()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SparqlQuery

public SparqlQuery(java.lang.String queryStr)
            throws MalformedSparqlQueryException
Throws:
MalformedSparqlQueryException
Method Detail

isSelect

public boolean isSelect()

isAsk

public boolean isAsk()

toCycQuery

public java.lang.String toCycQuery()
                            throws SparqlQueryTransformException
Throws:
SparqlQueryTransformException

toCycMicroTheory

public java.lang.String toCycMicroTheory()
                                  throws SparqlQueryTransformException
Throws:
SparqlQueryTransformException