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)
GraphVisitor
visit
in interface GraphVisitor
public boolean visit(DependencyGraph.Node node)
GraphVisitor
visit
in interface GraphVisitor
Copyright © 2014. All rights reserved.