de.aitools.iv.graphdrawing.datastructures.graph.algorithms
Interface TreeVertexVisitor

All Known Implementing Classes:
ModelConverter

public interface TreeVertexVisitor

Author:
bigben

Method Summary
 void visit(Vertex v, Vertex parent)
           
 

Method Detail

visit

void visit(Vertex v,
           Vertex parent)