ConfigurableAttribute
ptolemy.kernel.util.ConfigurableAttribute

This class provides a simple way to get a long string into an attribute. It implements Configurable, so its value can be set using a configure MoML element. For example,
 <property name="x" class="ptolemy.moml.ConfigurableAttribute">
 <configure source="url">xxx</configure>
 </property>
 
The value of this property, obtained via the value() method, will be whatever text is contained by the referenced URL (which is optional), followed by the text "xxx".

Author(s): Steve Neuendorffer and Edward A. Lee
Version:$Id: ConfigurableAttribute.java,v 1.45 2006/03/29 00:01:11 cxh Exp $
Pt.Proposed Rating:Green (eal)
Pt.Accepted Rating:Green (janneck)