If this AnalysisEngine is an aggregate, this method will call the collectionProcessComplete method of all components of that aggregate. If the aggregate descriptor declares a fixedFlow
or capabilityLanguageFlow
, then the components' collectionProcessComplete methods will be called in the order specified by that flow element. Once all components in the flow have been called, any components not declared in the flow will be called, in arbitrary order. If there is no fixedFlow
or capabilityLanguageFlow
, then all components in the aggregate will be called in arbitrary order.
@throws AnalysisEngineProcessException if an exception occurs during processing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|