public final class TriplePath extends Object
Constructor and Description |
---|
TriplePath(Node s,
Path path,
Node o) |
TriplePath(Triple triple) |
Modifier and Type | Method and Description |
---|---|
Triple |
asTriple()
Return as a triple when the path is a simple, 1-link, else return null
|
boolean |
equals(Object other) |
Node |
getObject() |
Path |
getPath() |
Node |
getPredicate() |
Node |
getSubject() |
int |
hashCode() |
boolean |
isTriple() |
String |
toString() |
public TriplePath(Triple triple)
Licenced under the Apache License, Version 2.0