public interface GraphVisitor
DependencyGraph
in a depth-first order.
All the reachable nodes and edges are visited once and only once.Modifier and Type | Method and Description |
---|---|
boolean |
visit(DependencyGraph.Edge edge)
Visits an edge.
|
boolean |
visit(DependencyGraph.Node node)
Visits a node.
|
boolean visit(DependencyGraph.Edge edge)
boolean visit(DependencyGraph.Node node)
Copyright © 2014. All rights reserved.