Class Graphviz
- java.lang.Object
-
- 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.
-
-
-
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
-
-