public class CombineInternalTransitions extends java.lang.Object
java ptolemy.domains.modal.kernel.test.CombineInternalTransitions automaton1.xml
Constructor and Description |
---|
CombineInternalTransitions(java.lang.String moml)
Combine the internal transitions for the argument automaton and write
the MoML description for the result to stdout.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Pass the first command line argument to the constructor.
|
public CombineInternalTransitions(java.lang.String moml) throws java.lang.Exception
moml
- The MoML file name for the InterfaceAutomaton.java.lang.Exception
- If the operation failed.public static void main(java.lang.String[] args)
args
- The command line arguments.