public class Project extends java.lang.Object
java ptolemy.domains.modal.kernel.test.Project first_automaton.xml second_automaton.xml
Constructor and Description |
---|
Project(java.lang.String firstMoML,
java.lang.String secondMoML)
Compute the projection of the first automaton to the second one and
write the result to stdout.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Pass the command line arguments to the constructor.
|
public Project(java.lang.String firstMoML, java.lang.String secondMoML) throws java.lang.Exception
firstMoML
- The MoML file name for the first interface automaton.secondMoML
- The MoML file name for the second interface automaton.java.lang.Exception
- If the specified automata cannot be constructed
or are not consistent.public static void main(java.lang.String[] args)
args
- The command line arguments.