public interface Path
| Modifier and Type | Method and Description |
|---|---|
List<Step> |
asList() |
Path |
copy() |
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() |
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) |
Context getContext()
void setContext(Context context)
Path out(org.openrdf.model.URI predicate)
Path in(org.openrdf.model.URI predicate)
Path has(org.openrdf.model.URI predicate, org.openrdf.model.Value value)
Path copy()
org.openrdf.model.Value toValue()
Path subpath(int start, int end)
start - The initial index of the subpath.end - The end of the subpath.start through end-1Path subpath(int start)
start - Step remove(int index)
int length()
void visit(SPARQLBuilder builder)
String toSimpleString()
Copyright © 2019. All rights reserved.