[kepler-dev] [Bug 5662] resurgence ArrayAccumulator is a duplicate of Ptolemy ArrayAccumulate

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Sep 17 21:44:27 PDT 2012


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5662

Derik Barseghian <barseghian at nceas.ucsb.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Derik Barseghian <barseghian at nceas.ucsb.edu> 2012-09-17 21:44:27 PDT ---
These actors do different things. Kepler's was poorly named; I renamed
ArrayAccumulator to Array To String, added the filter, etc at r30699.

Kepler 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.

Example output in SDF w/ 2 iterations:
onetwothree
onetwothree


Ptolemy ArrayAccumulate
---
 An actor that accumulates input arrays into a growing array that
 includes the contents of all input arrays.  Upon firing, this actor reads
 an input array, appends it to the accumulating array, and outputs
 the new array. The length of the output array grows by the size
 of the input array on each firing.

Example output in SDF w/ 2 iterations:
{"one", "two", "three"}
{"one", "two", "three", "one", "two", "three"}

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Kepler-dev mailing list