ptolemy.copernicus.c
Class Main

java.lang.Object
  extended by ptolemy.copernicus.kernel.KernelMain
      extended by ptolemy.copernicus.java.Main
          extended by ptolemy.copernicus.c.Main

public class Main
extends Main

Read in a MoML model, generate .c files with very few dependencies on Ptolemy II.

Since:
Ptolemy II 4.0
Version:
$Id: Main.java,v 1.58 2005/07/08 19:56:58 cxh Exp $
Author:
Shuvra S. Bhattacharyya, Michael Wirthlin, Stephen Neuendorffer, Edward A. Lee, Christopher Hylands
Accepted Rating:
Red (cxh)
Proposed Rating:
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
Main()
           
 
Method Summary
 void addTransforms()
          Add transforms to the Scene.
 
Methods inherited from class ptolemy.copernicus.java.Main
_parseArgs, addStandardTransforms
 
Methods inherited from class ptolemy.copernicus.kernel.KernelMain
addStandardOptimizations, addTransform, addTransform, compile, generateCode, initialize, toplevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

addTransforms

public void addTransforms()
Add transforms to the Scene.

Overrides:
addTransforms in class Main