public class Compose extends java.lang.Object
java ptolemy.domains.modal.kernel.test.Compose automaton1.xml automaton2.xml ...
| Constructor and Description |
|---|
Compose(java.lang.String[] momls,
boolean considerTransient)
Compose the interface automata in the argument array and write
the MoML description for the composition to stdout.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Pass the command line arguments to the constructor.
|
public Compose(java.lang.String[] momls, boolean considerTransient) throws java.lang.Exception
momls - An array of MoML file names for InterfaceAutomaton.considerTransient - True to indicate to treat transient state
differently.java.lang.Exception - If the automata cannot be composed.public static void main(java.lang.String[] args)
args - The command line arguments.