Class TreeView<V,​E>


  • public class TreeView<V,​E>
    extends Object
    • Method Detail

      • builder

        public static <V,​E> TreeView.Builder<V,​E,​?,​?> builder()
        Type Parameters:
        V - vertex type
        E - edge type
        Returns:
        a Builder ready to configure
      • buildTree

        public org.jgrapht.Graph<V,​E> buildTree​(org.jgrapht.Graph<V,​E> graph)