Class Graphviz


  • public class Graphviz
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Graphviz()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Generate the Graphviz-like graphs of the disease modules.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Graphviz

        public Graphviz()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.net.URISyntaxException,
                                java.io.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:
        java.net.URISyntaxException - on failure to load modules.
        java.io.IOException