public class GetInfo extends java.lang.Object
java ptolemy.domains.modal.kernel.test.GetInfo automaton1.xml automaton2.xml ...
| Constructor and Description |
|---|
GetInfo(java.lang.String[] momls)
Write the high-level description of the interface automaton to stdout.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Pass the command line arguments to the constructor.
|
public GetInfo(java.lang.String[] momls) throws java.lang.Exception
momls - An array of MoML file names for InterfaceAutomaton.java.lang.Exception - If the MoML file is not valid.public static void main(java.lang.String[] args)
args - The command line arguments.