public class DefaultGraphVisitor extends Object implements GraphVisitor
GraphVisitor implementation that returns true.| Constructor and Description |
|---|
DefaultGraphVisitor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
visit(DependencyGraph.Edge edge)
Visits an edge.
|
boolean |
visit(DependencyGraph.Node node)
Visits a node.
|
public boolean visit(DependencyGraph.Edge edge)
GraphVisitorvisit in interface GraphVisitorpublic boolean visit(DependencyGraph.Node node)
GraphVisitorvisit in interface GraphVisitorCopyright © 2014. All rights reserved.