|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphVisitor
Traverses a DependencyGraph
in a depth-first order.
All the reachable nodes and edges are visited once and only once.
Method Summary | |
---|---|
boolean |
visit(DependencyGraph.Edge edge)
Visits an edge. |
boolean |
visit(DependencyGraph.Node node)
Visits a node. |
Method Detail |
---|
boolean visit(DependencyGraph.Edge edge)
boolean visit(DependencyGraph.Node node)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |