Marshall Schor created UIMA-4980:
------------------------------------
Summary: add constructors for Builtin Feature Structure lists that
take value and maybe the next ptr
Key: UIMA-4980
URL: https://issues.apache.org/jira/browse/UIMA-4980
Project: UIMA
Issue Type: Improvement
Components: Core Java Framework
Reporter: Marshall Schor
Assignee: Marshall Schor
Priority: Minor
Fix For: 3.0.0SDKexp
I think it would be frequently convenient to have a constructor for a FS list
(e.g. NonEmptyFloatList), that took one or 2 additional args. The first
additional argument would be the value to set, the 2nd optional argument would
be the value for the "tail" pointer - if omitted, it would set it to the
(common, shared) "empty" value for this kind of list.
Also, rework getEmptyList() so it works better with existing instances of the 4
kinds of lists.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)