package esl.datastructures.graph; import java.util.List; public interface Node { public String name(); }