import graphlib.graphs.UndirectedGraph; public interface Spanner { UndirectedGraph span(UndirectedGraph graph); }