ArrayAppend
ptolemy.actor.lib.ArrayAppend

An actor that appends ArrayTokens together. This actor has a single input multiport, and a single output port. The types on the input and the output port must both be the same array type. During each firing, this actor reads up to one ArrayToken from each channel of the input port and creates an ArrayToken of the same type on the output port. If no token is available on a particular channel, then there will be no contribution to the output.

Author(s): Steve Neuendorffer
Version:$Id: ArrayAppend.java,v 1.30 2005/10/28 20:14:30 cxh Exp $
Pt.Proposed Rating:Green (celaine)
Pt.Accepted Rating:Green (cxh)