V
E
Visitor<Edge<V,E>>
public interface EdgeVisitor<V,E> extends Visitor<Edge<V,E>>
Interface to implement visitor pattern for edges
visit