|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.moml.MoMLSimpleApplication
ptolemy.actor.gui.MoMLSimpleStatisticalApplication
public class MoMLSimpleStatisticalApplication
A simple application that reads in a .xml file as a command line argument, runs it and prints out time and memory statistics
MoMLApplication sets the look and feel, which starts up Swing, so we can't use MoMLApplication for non-graphical simulations.
We implement the ChangeListener interface so that this class will get exceptions thrown by failed change requests.
Below is an example use of this class:
java -classpath $PTII ptolemy.actor.gui.MoMLSimpleStatisticalApplication -iterations 2 ../../../ptolemy/domains/sdf/demo/OrthogonalCom/OrthogonalCom.xml
Red (eal) |
Red (cxh) |
Field Summary | |
---|---|
protected java.lang.String[] |
_commandFlags
The command-line options that are either present or not. |
protected java.lang.String[][] |
_commandOptions
The command-line options that take arguments. |
protected java.lang.String |
_commandTemplate
The form of the command line. |
private boolean |
_expectingClass
|
private java.util.List<java.lang.String> |
_parameterNames
|
private java.util.List<java.lang.String> |
_parameterValues
|
protected MoMLParser |
_parser
The parser used to construct the configuration. |
protected static boolean |
_test
If true, then auto exit after a few seconds. |
protected CompositeActor |
_toplevel
The toplevel, which is usually the model. |
Fields inherited from class ptolemy.moml.MoMLSimpleApplication |
---|
_activeCount, _executionFinishedOrError, _manager, _sawThrowable |
Constructor Summary | |
---|---|
MoMLSimpleStatisticalApplication(java.lang.String[] args)
Parse the xml file and run it. |
Method Summary | |
---|---|
protected boolean |
_parseArg(java.lang.String arg)
Parse a command-line argument. |
protected void |
_parseArgs(java.lang.String[] args)
Parse the command-line arguments. |
protected java.lang.String |
_usage()
Return a string summarizing the command-line arguments. |
static void |
main(java.lang.String[] args)
Create an instance of a single model and run it. |
Methods inherited from class ptolemy.moml.MoMLSimpleApplication |
---|
changeExecuted, changeFailed, executionError, executionFinished, managerStateChanged, rerun, waitForFinish |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String[] _commandFlags
protected java.lang.String[][] _commandOptions
protected java.lang.String _commandTemplate
protected MoMLParser _parser
protected CompositeActor _toplevel
protected static boolean _test
private boolean _expectingClass
private java.util.List<java.lang.String> _parameterNames
private java.util.List<java.lang.String> _parameterValues
Constructor Detail |
---|
public MoMLSimpleStatisticalApplication(java.lang.String[] args) throws java.lang.Exception
args
- The command line arguments
java.lang.Exception
- If there was a problem parsing
or running the model.Method Detail |
---|
protected boolean _parseArg(java.lang.String arg) throws java.lang.Exception
arg
- The command-line argument to be parsed.
java.lang.Exception
- If something goes wrong.protected void _parseArgs(java.lang.String[] args) throws java.lang.Exception
args
- The command-line arguments to be parsed.
java.lang.Exception
- If an argument is not understood or triggers
an error.public static void main(java.lang.String[] args)
args
- The command-line arguments naming the .xml file to runprotected java.lang.String _usage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |