public class ExampleZooDiscoverer
extends java.lang.Object
ZooDiscoverer and ModelDrawer
A link to the DOT executable is needed (see DOT_EXE
We recommend play with the code to learn how to use the toolset.
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
DOT_EXE
Directory where the DOT executable can be found
|
private static java.lang.String |
WORKING_DIR
Working directory where the files can be stored
|
| Constructor and Description |
|---|
ExampleZooDiscoverer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
exampleDiscover()
Launches the example
|
static void |
main(java.lang.String[] args)
Main method to launch the example
|
private static final java.lang.String DOT_EXE
private static final java.lang.String WORKING_DIR
public static void main(java.lang.String[] args)
throws java.io.FileNotFoundException
args - The main args. None is neededjava.io.FileNotFoundException - Thrown if the file is not foundpublic static void exampleDiscover()
throws java.io.FileNotFoundException
java.io.FileNotFoundException - Thrown if the file is not found