[kepler-dev] [Bug 3961] New: - RExpression2 - support arrayType(scalar, ....) tokens
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue Apr 7 14:31:14 PDT 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3961
Summary: RExpression2 - support arrayType(scalar, ....) tokens
Product: Kepler
Version: 1.x dev
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: actors
AssignedTo: leinfelder at nceas.ucsb.edu
ReportedBy: leinfelder at nceas.ucsb.edu
QAContact: kepler-dev at kepler-project.org
CC: soong at nceas.ucsb.edu
a "mixed" array token can be generated, as in the Ptolemy expression:
{1, 2.3, true}
the type then looks like this:
arrayType(scalar,3)
The RExpression2 actor needs to handle this heterogeneous array accordingly
(hopefully we can preserve the type information for each item in the array).
Note: if the array contains a string token, the entire array becomes an
arrayType(string...)
More information about the Kepler-dev
mailing list