Class GetInfo
- java.lang.Object
-
- ptolemy.domains.modal.kernel.test.GetInfo
-
public class GetInfo extends java.lang.Object
Display the high-level information of interface automata to stdout. This class reads the MoML description of a number of interface automata, and writes their high-level description to stdout one by one. The high- level description is obtained by the getInfo() method of InterfaceAutomaton. The usage is:java ptolemy.domains.modal.kernel.test.GetInfo automaton1.xml automaton2.xml ...
- Since:
- Ptolemy II 8.0
- Version:
- $Id$
- Author:
- Yuhong Xiong
- Pt.AcceptedRating:
- Red (reviewmoderator)
- Pt.ProposedRating:
- Red (yuhong)
-
-
Constructor Summary
Constructors Constructor Description GetInfo(java.lang.String[] momls)
Write the high-level description of the interface automaton to stdout.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Pass the command line arguments to the constructor.
-