On 23.04.2015, at 23:36, Mario Gazzo <[email protected]> wrote:

> I am implementing a custom flow controller. I was wondering how flow 
> constraints are defined for an aggregate AE with UIMAfit?

After you have build an AnalysisEngineDescription for an aggregate using the 
know uimaFIT methods, you use the regular UIMA API:

AnalysisEngineDescription aae = createEngineDescription(ae1, ae2, ...);
aae.getAnalysisEngineMetaData().setFlowConstraints(...);

Cheers,

-- Richard

Reply via email to