Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MCApplication

        public MCApplication()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Build the model.

        Read the model "NCApplication.xml" from the current directory.

        Parameters:
        args - Ignored
        Throws:
        java.lang.Exception - If there is a problem reading the model.