|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WalkConstraint | |
---|---|
slib.sglib.model.graph | |
slib.sglib.model.graph.utils |
Uses of WalkConstraint in slib.sglib.model.graph |
---|
Methods in slib.sglib.model.graph with parameters of type WalkConstraint | |
---|---|
Set<E> |
G.getE(org.openrdf.model.URI v,
WalkConstraint wc)
Retrieve a view of all edges of the graph which can be reached from a given vertex respecting the given constraint. |
Set<org.openrdf.model.URI> |
G.getV(org.openrdf.model.URI v,
WalkConstraint wc)
Retrieve view of all vertices of the graph which can be reached from a given vertex respecting the given constraint. |
Uses of WalkConstraint in slib.sglib.model.graph.utils |
---|
Methods in slib.sglib.model.graph.utils with parameters of type WalkConstraint | |
---|---|
void |
WalkConstraint.addWalkconstraints(WalkConstraint wc)
Add to the current constraints the ones defines in the walk constraint passed in parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |