|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphWalker | |
|---|---|
| net.innig.collect | |
| Uses of GraphWalker in net.innig.collect |
|---|
| Methods in net.innig.collect with parameters of type GraphWalker | ||
|---|---|---|
static
|
Graphs.findCycles(N initial,
GraphWalker<N> walker)
|
|
static
|
Graphs.reachableNodes(N initial,
GraphWalker<N> walker)
Returns the set of all nodes reachable along directed paths from a given node in a given graph. |
|
static
|
Graphs.reachableNodesFromSet(java.util.Set<N> initial,
GraphWalker<N> walker)
Returns the set of all nodes reachable along directed paths from a given set of nodes in a given graph. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||