package esl.datastructures.graph; public interface EdgeVisitor { public void visit(Edge edge, TraversalContext traversalContext); }