Class Graphviz


public class Graphviz extends Object
Generate Graphviz-like graphs of disease modules.
  • Constructor Details

    • Graphviz

      public Graphviz()
  • Method Details

    • main

      public static void main(String[] args) throws URISyntaxException, IOException
      Generate the Graphviz-like graphs of the disease modules.
      Parameters:
      args - Optional path of modules to render. If not provided, the default modules will be loaded using the ClassLoader.
      Throws:
      URISyntaxException - on failure to load modules.
      IOException - on failure to read module files.