Package | Description |
---|---|
ptolemy.actor.parameters |
The ptolemy.actor.parameters package.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterMirrorPort
This port mirrors properties of associated parameter ports.
|
Modifier and Type | Field and Description |
---|---|
protected ParameterPort |
PortParameter._port
The associated port.
|
Modifier and Type | Method and Description |
---|---|
ParameterPort |
PortParameter.getPort()
Return the associated port.
|
Constructor and Description |
---|
PortParameter(NamedObj container,
java.lang.String name,
ParameterPort port)
Construct a parameter with the given name contained by the specified
entity.
|