Class GenerateBerlinerTreeFigures

java.lang.Object
visualizer.GenerateBerlinerTreeFigures

public class GenerateBerlinerTreeFigures extends Object
Generates the tree figures included in the thesis. The output files are xml format .drawio files, that can be edited at https://app.diagrams.net/
The initial output of this method may need to be adjusted first, as the positions of nodes are not intelligently positioned by the generator.
  • Constructor Details

    • GenerateBerlinerTreeFigures

      public GenerateBerlinerTreeFigures()
  • Method Details

    • main

      public static void main(String[] args)
    • generateBerlinerExamples

      public static String[] generateBerlinerExamples(boolean PB, String folder) throws IOException
      Parameters:
      PB -
      folder -
      Returns:
      an array containing the names of the generated files
      Throws:
      IOException