
RecordAssembler |
ptolemy.actor.lib.RecordAssembler |
On each firing, read one token from each input port and assemble them
into a RecordToken. The labels for the RecordToken are the names of the
input ports. To use this class, instantiate it, and then add input ports
(instances of TypedIOPort). This actor is polymorphic. The type constraint
is that the type of each record field is no less than the type of the
corresponding input port.
Author(s): Yuhong Xiong
Version:$Id: RecordAssembler.java,v 1.35 2005/10/28 19:20:13 cxh Exp $
Pt.Proposed Rating:Yellow (yuhong)
Pt.Accepted Rating:Yellow (cxh)
output
The output port. Its type is constrained to be a RecordType.