StringConst
ptolemy.actor.lib.StringConst

Produce a constant output of type string. This is similar to the base class Const, which can also produce a string output, but this has the added convenience that the string can be specified without the enclosing double quotes. Moreover, the string can include references to parameters within scope using the $name syntax. The value of the output is that of the token contained by the value parameter, which by default is an empty string.

Author(s): Edward A. Lee
Version:$Id: StringConst.java,v 1.9 2005/07/08 19:56:07 cxh Exp $
Pt.Proposed Rating:Green (eal)
Pt.Accepted Rating:Red (bilung)