Package se.liu.ida.hefquin.base.query
Interface TriplePattern
- All Superinterfaces:
Query,SPARQLGraphPattern
- All Known Implementing Classes:
TriplePatternImpl
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.graph.TripleReturns a representation of this triple pattern as an object of the classTripleof the Jena API.intReturns the number of distinct variables in this triple pattern.toString()Returns a string representation of the triple
-
Method Details
-
asJenaTriple
org.apache.jena.graph.Triple asJenaTriple()Returns a representation of this triple pattern as an object of the classTripleof the Jena API. -
numberOfVars
int numberOfVars()Returns the number of distinct variables in this triple pattern. -
toString
String toString()Returns a string representation of the triple
-