You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by Richard Eckart de Castilho <ec...@tk.informatik.tu-darmstadt.de> on 2011/03/26 04:25:23 UTC

Question regarding outputsNewCASes

Hello,

if an aggregate contains a component that declares outputsNewCASes=true, must the aggregate then also declare outputsNewCASes=true?

Cheers, 

Richard

-- 
------------------------------------------------------------------- 
Richard Eckart de Castilho
Technical Lead
Ubiquitous Knowledge Processing Lab 
FB 20 Computer Science Department      
Technische Universität Darmstadt 
Hochschulstr. 10, D-64289 Darmstadt, Germany 
phone +49 (6151) 16-7477, fax -5455, room S2/02/E225
eckartde@tk.informatik.tu-darmstadt.de 
www.ukp.tu-darmstadt.de 
------------------------------------------------------------------- 






Re: Question regarding outputsNewCASes

Posted by Eddie Epstein <ea...@gmail.com>.
Nope. A common scenario is an aggregate containing a CasMultiplier
acting as a collection reader, creating CASes to be processed by
downstream components in the aggregate. The CAS input to the aggregate
could contain a pointer to the collection to be processed, and could
return the status of all processing when done.

If the aggregate is intended to return new CASes, the flow controller
will have to indicate that when processing for each new CAS is
finished.

Eddie

On Fri, Mar 25, 2011 at 11:25 PM, Richard Eckart de Castilho
<ec...@tk.informatik.tu-darmstadt.de> wrote:
> Hello,
>
> if an aggregate contains a component that declares outputsNewCASes=true, must the aggregate then also declare outputsNewCASes=true?
>
> Cheers,
>
> Richard
>
> --
> -------------------------------------------------------------------
> Richard Eckart de Castilho
> Technical Lead
> Ubiquitous Knowledge Processing Lab
> FB 20 Computer Science Department
> Technische Universität Darmstadt
> Hochschulstr. 10, D-64289 Darmstadt, Germany
> phone +49 (6151) 16-7477, fax -5455, room S2/02/E225
> eckartde@tk.informatik.tu-darmstadt.de
> www.ukp.tu-darmstadt.de
> -------------------------------------------------------------------
>
>
>
>
>
>