Class SPARQLQueryImpl
java.lang.Object
se.liu.ida.hefquin.base.query.impl.SPARQLQueryImpl
- All Implemented Interfaces:
 Query,SPARQLQuery
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsModifierConstructorDescriptionSPARQLQueryImpl(org.apache.jena.query.Query jenaQuery) protectedSPARQLQueryImpl(org.apache.jena.sparql.syntax.Element jenaElement)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface se.liu.ida.hefquin.base.query.SPARQLQuery
getExpectedVariables 
- 
Field Details
- 
jenaQuery
protected final org.apache.jena.query.Query jenaQuery 
 - 
 - 
Constructor Details
- 
SPARQLQueryImpl
public SPARQLQueryImpl(org.apache.jena.query.Query jenaQuery)  - 
SPARQLQueryImpl
 - 
SPARQLQueryImpl
protected SPARQLQueryImpl(org.apache.jena.sparql.syntax.Element jenaElement)  
 - 
 - 
Method Details
- 
equals
 - 
hashCode
 - 
asJenaQuery
public org.apache.jena.query.Query asJenaQuery()Description copied from interface:SPARQLQueryReturns a representation of this SPARQL query as an object of theQueryclass of the Jena API.- Specified by:
 asJenaQueryin interfaceSPARQLQuery
 - 
toString
 
 -