I don't think there's support for the 2nd, directly. It's doable. There are various bits of code around that sequentially walk the heap, which is what this would amount to, I think.
I'm curious about the need for such a capability? -Marshall On 9/9/2015 5:04 PM, Richard Eckart de Castilho wrote: > Ok, well I guess the first is reasonably easy covered by getting all indexed > FSes and following references handling simple FS values and array-type values. > > But what about the second? > > -- Richard > > On 09.09.2015, at 21:40, Richard Eckart de Castilho <[email protected]> wrote: > >> Hi all, >> >> is there some method or easily reusable logic in UIMA that allows to get all >> reachable FSes? >> >> And is there by any chance also a method/logic that allows to get all FSes, >> even those that have been deleted from indexes and that are no longer >> reachable via refs from other FSes? >> >> Cheers, >> >> -- Richard >
