
SDFTransformer |
ptolemy.domains.sdf.lib.SDFTransformer |
This is an abstract base class for actors that transform an input
stream into an output stream. It provides an input and an output
port.
Author(s): Edward A. Lee, Steve Neuendorffer
Version:$Id: SDFTransformer.java,v 1.26 2005/07/08 19:58:45 cxh Exp $
Pt.Proposed Rating:Yellow (eal)
Pt.Accepted Rating:Yellow (neuendor)
input
The input port. This base class imposes no type constraints except
that the type of the input cannot be greater than the type of the
output.
output
The output port. By default, the type of this output is constrained
to be at least that of the input.
input_tokenConsumptionRate
The rate parameter for the input port.
output_tokenProductionRate
The rate parameter for the output port.
output_tokenInitProduction
The rate parameter for the output port that declares the
initial production.