public class DeadlockStates extends java.lang.Object
java ptolemy.domains.modal.kernel.test.DeadlockStates automaton.xml
Constructor and Description |
---|
DeadlockStates(java.lang.String moml)
Write the names of the deadlock states of the specified interface
automaton to stdout.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Pass the command line argument to the constructor.
|
public DeadlockStates(java.lang.String moml) throws java.lang.Exception
moml
- The MoML file name for an InterfaceAutomaton.java.lang.Exception
- If the MoML file is not valid or deadlock cannot
be checked.public static void main(java.lang.String[] args)
args
- The command line arguments.