| Package | Description |
|---|---|
| com.mastfrog.graph |
| Modifier and Type | Method and Description |
|---|---|
void |
IntGraph.walk(IntGraphVisitor v)
Walk the closure of the graph from top level nodes.
|
void |
IntGraph.walk(int startingWith,
IntGraphVisitor v)
Walk the closure of a node.
|
void |
IntGraph.walkUpwards(IntGraphVisitor v)
Walk the inverse closure of the bottom-most nodes in the graph.
|
void |
IntGraph.walkUpwards(int startingWith,
IntGraphVisitor v)
Walk the inverse closure of one node, visiting each ancestor exactly
once.
|
Copyright © 2010–2020 Mastfrog Technologies. All rights reserved.