Package ptolemy.component.test
Class MCApplication
- java.lang.Object
-
- ptolemy.component.test.MCApplication
-
public class MCApplication extends java.lang.Object
An application for testing the component domain.To run this, do cd $PTII/ptolemy/component/test java -classpath $PTII ptolemy.component.test.MCApplication
- Since:
- Ptolemy II 11.0
- Version:
- $Id$, $Id$
- Author:
- Yang Zhao
-
-
Constructor Summary
Constructors Constructor Description MCApplication()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Build the model.
-