[kepler-dev] [Bug 3960] New: - RExpression2 - support arrayType(arrayType(....)) tokens
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue Apr 7 14:27:48 PDT 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3960
Summary: RExpression2 - support arrayType(arrayType(....)) 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
the Ptolemy expression:
{{1}, "b", {3}}
will result in a Token with type:
arrayType(arrayType(string,1),3)
We need to [recursively] handle ArrayTokens that are input to the RExpression2
actor
More information about the Kepler-dev
mailing list