LeHouillier, Frank D. wrote:
What is an FSList useful for? I'm looking at the API and it doesn't
seem clear to me. Thanks
Frank LeHouillier
FSLists are your standard first/rest lopsided tree lists
that we know and love from logic and functional programming.
Same as a singly-linked list in Java. The main issue with
FSLists is that there is no API support for them in UIMA
(i.e., no standard functions like append). Various people
have expressed a wish for such an API in the past, but
somehow it never seemed urgent enough...
--Thilo