| Interface | Description |
|---|---|
| DOTConfiguration |
This is the interface that defined the configuration to handle DOT.
|
| OutputHandler |
This is the interface that defined the handler for fiel output.
|
| Class | Description |
|---|---|
| BasicHandler |
This is the abstract output handler to write the structure to the output.
|
| BatchConfiguration |
This is an implementation of the DOTConfiguration interface that can be used for batch mode.
|
| FatherChildHandler |
This is the output handler that writes a application structure along the father child relations.
|
| Generator |
This is the generator for the dot file.
|
| OdsGraph |
The Plugin to dump the ASAM ODS structure to a dot file.
|
| PlainHandler |
This is the output handler that writes a application plain.
|
| PropertyChooser |
This is the component that lets the user sets some options and
selects a filename for output.
|