
ArrayAccumulator |
org.resurgence.actor.ArrayAccumulator |
This actor reads an array and writes a string with all the elements.
The characters separating the entries can be specified as a parameter.
Author(s): Wibke Sudholt, University and ETH Zurich, November 2004
Version:$Id: ArrayAccumulator.java,v 1.4 2005/03/18 18:16:58 sudholt Exp $
array
The input port, which contains the array.
string
The output port, which contains the string.
separator
The parameter, which specifies the element separator.