Class SpanningTreeAdapter


  • public class SpanningTreeAdapter
    extends Object
    • Constructor Detail

      • SpanningTreeAdapter

        public SpanningTreeAdapter()
    • Method Detail

      • getSpanningTree

        public static <V,​E> org.jgrapht.Graph<V,​E> getSpanningTree​(org.jgrapht.Graph<V,​E> graph)
        Type Parameters:
        V - vertex type
        E - edge type
        Parameters:
        graph - input graph, directed or undirected
        Returns:
        a directed acyclic graph that contains all vertices and edges from the minimum spanning tree of the input graph