Uses of Interface
com.mastfrog.graph.IntGraphVisitor
-
Packages that use IntGraphVisitor Package Description com.mastfrog.graph -
-
Uses of IntGraphVisitor in com.mastfrog.graph
Methods in com.mastfrog.graph with parameters of type IntGraphVisitor Modifier and Type Method Description voidIntGraph. walk(int startingWith, IntGraphVisitor v)Walk the closure of a node.voidIntGraph. walk(IntGraphVisitor v)Walk the closure of the graph from top level nodes.voidIntGraph. walkUpwards(int startingWith, IntGraphVisitor v)Walk the inverse closure of one node, visiting each ancestor exactly once.voidIntGraph. walkUpwards(IntGraphVisitor v)Walk the inverse closure of the bottom-most nodes in the graph.
-