Package ptolemy.copernicus.interpreted
Class Main
- java.lang.Object
-
- ptolemy.copernicus.kernel.KernelMain
-
- ptolemy.copernicus.interpreted.Main
-
public class Main extends KernelMain
Read in a MoML model and generate a .xml file that will run the model as in standard interpreted mode.- Since:
- Ptolemy II 2.0
- Version:
- $Id$
- Author:
- Christopher Hylands
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (cxh)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ptolemy.copernicus.kernel.KernelMain
KernelMain._IgnoreAllApplicationClasses
-
-
Field Summary
-
Fields inherited from class ptolemy.copernicus.kernel.KernelMain
_momlClassName, _toplevel
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String[]
_parseArgs(GeneratorAttribute attribute)
Parse any code generator specific arguments.void
addTransforms()
Add transforms to the Scene.-
Methods inherited from class ptolemy.copernicus.kernel.KernelMain
addStandardOptimizations, addTransform, addTransform, compile, generateCode, initialize, toplevel
-
-
-
-
Method Detail
-
addTransforms
public void addTransforms()
Add transforms to the Scene.- Specified by:
addTransforms
in classKernelMain
-
_parseArgs
protected java.lang.String[] _parseArgs(GeneratorAttribute attribute) throws java.lang.Exception
Parse any code generator specific arguments.- Overrides:
_parseArgs
in classKernelMain
- Throws:
java.lang.Exception
-
-