| Modifier and Type | Method and Description |
|---|---|
void |
add(Step step) |
List<Step> |
asList() |
Path |
copy() |
boolean |
equals(Object other) |
Context |
getContext() |
Path |
has(org.openrdf.model.URI predicate,
org.openrdf.model.Value value) |
Path |
in(org.openrdf.model.URI predicate) |
int |
length() |
Path |
out(org.openrdf.model.URI predicate) |
Step |
remove(int index) |
void |
setContext(Context context) |
Path |
subpath(int start)
Get a sub-path from a given index to the end of this Path.
|
Path |
subpath(int start,
int end)
Get a sub-path
|
String |
toSimpleString() |
String |
toString() |
org.openrdf.model.Value |
toValue() |
Set<org.openrdf.model.Value> |
traverse(Traverser traverser) |
Set<org.openrdf.model.Value> |
traverse(Vertex source) |
void |
visit(SPARQLBuilder builder) |
public void add(Step step)
public Path has(org.openrdf.model.URI predicate, org.openrdf.model.Value value)
public void visit(SPARQLBuilder builder)
public Path subpath(int start, int end)
Pathpublic Path subpath(int start)
Pathpublic Context getContext()
getContext in interface Pathpublic void setContext(Context context)
setContext in interface Pathpublic String toSimpleString()
toSimpleString in interface PathCopyright © 2019. All rights reserved.