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

Derik Barseghian <[email protected]> changed:

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

--- Comment #1 from Derik Barseghian <[email protected]> 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.
_______________________________________________
Kepler-dev mailing list
[email protected]
http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev

Reply via email to