public class AlternatingSimulation extends java.lang.Object
java ptolemy.domains.modal.kernel.test.AlternatingSimulation [-reacheable] super_automaton.xml sub_automaton.xml-reacheable indicates to only list the reacheable alternating simulation state pairs. This flag is optional.
Constructor and Description |
---|
AlternatingSimulation(java.lang.String superMoML,
java.lang.String subMoML,
boolean onlyReacheable)
Compute the alternating simulation from the sub automaton to the
super one and list 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 AlternatingSimulation(java.lang.String superMoML, java.lang.String subMoML, boolean onlyReacheable) throws java.lang.Exception
superMoML
- The MoML file name for the super interface automaton.subMoML
- The MoML file name for the sub interface automaton.onlyReacheable
- True to indicate only print the reacheable
state pairs.java.lang.Exception
- If the specified automata cannot be constructed.public static void main(java.lang.String[] args)
args
- The command line arguments.