ParameterPort
ptolemy.actor.parameters.ParameterPort

A specialized port for use with PortParameter. This port is created by an instance of PortParameter and provides values to a parameter. Data should not be read directly from this port. Instead, the update method of the corresponding PortParameter should be invoked. This port is only useful if the container is opaque, however, this is not checked.

Author(s): Edward A. Lee
Version:$Id: ParameterPort.java,v 1.32 2006/05/04 18:46:18 eal Exp $
Pt.Proposed Rating:Green (eal)
Pt.Accepted Rating:Yellow (neuendor)




_parameter
The associated parameter.