Class GenericSPARQLGraphPatternImpl1
java.lang.Object
se.liu.ida.hefquin.base.query.impl.GenericSPARQLGraphPatternImpl1
- All Implemented Interfaces:
Query
,SPARQLGraphPattern
This class is a generic implementation of
SPARQLGraphPattern
in which this graph pattern is given as an object of the class
Element
of the Jena API.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.jena.sparql.syntax.Element
-
Constructor Summary
ConstructorsConstructorDescriptionGenericSPARQLGraphPatternImpl1
(org.apache.jena.sparql.syntax.Element jenaPatternElement) -
Method Summary
-
Field Details
-
jenaPatternElement
protected final org.apache.jena.sparql.syntax.Element jenaPatternElement
-
-
Constructor Details
-
GenericSPARQLGraphPatternImpl1
public GenericSPARQLGraphPatternImpl1(org.apache.jena.sparql.syntax.Element jenaPatternElement)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
asJenaElement
public org.apache.jena.sparql.syntax.Element asJenaElement() -
asJenaOp
Deprecated.Avoid using this function because, when called, it compiles the internalElement
object into anOp
object. -
toString
-