ptolemy.vergil
Class VergilInitializer

java.lang.Object
  extended by ptolemy.vergil.VergilInitializer

public class VergilInitializer
extends java.lang.Object

Initialize Vergil. This example class does nothing, though applications could do things like add constants.

How this works is that ptII/ptolemy/configs/defaultFullConfiguration.xml sets a StringParameter called "_applicationInitializer" that names this class. VergilApplication reads the parameter and instantiates this class.

Since:
Ptolemy II 5.2
Version:
$Id: VergilInitializer.java 47513 2007-12-07 06:32:21Z cxh $
Author:
Christopher Brooks
Accepted Rating:
Red (cxh)
Proposed Rating:
Red (cxh)

Constructor Summary
VergilInitializer()
          Perform any Vergil initialization.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VergilInitializer

public VergilInitializer()
Perform any Vergil initialization.