Class DemoTreeSupplier


  • public class DemoTreeSupplier
    extends Object
    Author:
    Tom Nelson
    • Constructor Detail

      • DemoTreeSupplier

        public DemoTreeSupplier()
    • Method Detail

      • createSmallTree

        public static org.jgrapht.Graph<String,​Integer> createSmallTree()
      • createGenericTreeOne

        public static org.jgrapht.Graph<String,​Integer> createGenericTreeOne()
      • createNonTree

        public static org.jgrapht.Graph<String,​Integer> createNonTree()
      • createTreeTwo

        public static org.jgrapht.Graph<String,​Integer> createTreeTwo()
      • createTreeOne

        public static org.jgrapht.Graph<String,​Integer> createTreeOne()
      • createTreeZero

        public static org.jgrapht.Graph<String,​Integer> createTreeZero()
      • createForestForTidierTreeLayout

        public static org.jgrapht.Graph<String,​Integer> createForestForTidierTreeLayout()
      • createForest

        public static org.jgrapht.Graph<String,​Integer> createForest()
      • createForest2

        public static org.jgrapht.Graph<String,​Integer> createForest2()
      • generateProgramGraph

        public static org.jgrapht.Graph<String,​Integer> generateProgramGraph()
      • generateProgramGraph2

        public static org.jgrapht.Graph<String,​Integer> generateProgramGraph2()
      • generateProgramGraph3

        public static org.jgrapht.Graph<String,​Integer> generateProgramGraph3()
      • generatePicture

        public static org.jgrapht.Graph<String,​Integer> generatePicture()
      • generateDag

        public static org.jgrapht.Graph<String,​Integer> generateDag()
      • generateForest

        public static org.jgrapht.Graph<String,​Integer> generateForest​(int roots,
                                                                             int nodes)