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) protected
SPARQLQueryImpl
(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:SPARQLQuery
Returns a representation of this SPARQL query as an object of theQuery
class of the Jena API.- Specified by:
asJenaQuery
in interfaceSPARQLQuery
-
toString
-