| |
|
| java.lang.Object org.griphyn.vdl.toolkit.Toolkit org.griphyn.vdl.toolkit.VizDAX
VizDAX | public class VizDAX extends Toolkit (Code) | | This class generates GraphViz dot format from a DAX
author: Jens-S. Vöckler author: Yong Zhao version: $Revision: 50 $ |
Constructor Summary | |
public | VizDAX(String appName) ctor: Constructs a new instance object with the given application name. |
Method Summary | |
protected LongOpt[] | generateValidOptions() Creates a set of options. | public static void | main(String[] args) Get the DAX and generate GraphViz dot representation. | public void | showUsage() Implements printing the usage string onto stdout. |
VizDAX | public VizDAX(String appName)(Code) | | ctor: Constructs a new instance object with the given application name.
|
generateValidOptions | protected LongOpt[] generateValidOptions()(Code) | | Creates a set of options.
|
main | public static void main(String[] args)(Code) | | Get the DAX and generate GraphViz dot representation.
|
showUsage | public void showUsage()(Code) | | Implements printing the usage string onto stdout.
|
|
|
|