SequenceToArray
ptolemy.domains.sdf.lib.SequenceToArray

This actor bundles a specified number of input tokens into a single array. The number of tokens to be bundled is specified by the arrayLength parameter.

This actor is polymorphic. It can accept inputs of any type, as long as the type does not change, and will produce an array with elements of the corresponding type.



Author(s): Yuhong Xiong
Version:$Id: SequenceToArray.java,v 1.56 2005/07/08 19:58:46 cxh Exp $
Pt.Proposed Rating:Green (yuhong)
Pt.Accepted Rating:Yellow (neuendor)




arrayLength
The size of the output array. This is an integer that defaults to 1.