public interface GraphVisitor
| Modifier and Type | Method and Description | 
|---|---|
void | 
completeGraph(Graph graph)  | 
void | 
visitEdge(Edge edge)  | 
void | 
visitGraph(Graph graph)  | 
void | 
visitVertex(Vertex vertex)  | 
Copyright © 2021. All rights reserved.