java.lang.Object
org.apache.jena.sparql.core.TriplePath
Like a triple except it can be a path or a triple.
The triple can have a variable predicate.
There may be no "path".
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TriplePath
-
TriplePath
-
-
Method Details
-
getSubject
-
getPath
-
getPredicate
-
getObject
-
isTriple
public boolean isTriple() -
asTriple
Return as a triple when the path is a simple, 1-link, else return null -
hashCode
public int hashCode() -
equals
-
toString
-