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
-
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
public int 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
-