Class 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)
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • addTransforms

        public void addTransforms()
        Add transforms to the Scene.
        Specified by:
        addTransforms in class KernelMain
      • _parseArgs

        protected java.lang.String[] _parseArgs​(GeneratorAttribute attribute)
                                         throws java.lang.Exception
        Parse any code generator specific arguments.
        Overrides:
        _parseArgs in class KernelMain
        Throws:
        java.lang.Exception