Interface TriplePattern
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.graph.Triple
Returns a representation of this triple pattern as an object of the classTriple
of the Jena API.int
Returns 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 classTriple
of the Jena API. -
numberOfVars
int numberOfVars()Returns the number of distinct variables in this triple pattern. -
toString
-