org.apache.uima.resourceSpecifier.factory
Interface AggregateDelegateEngine
- All Superinterfaces:
- ColocatedDelegateEngine, DelegateAnalysisEngine
- All Known Implementing Classes:
- AggregateDelegateEngineImpl
public interface AggregateDelegateEngine
- extends ColocatedDelegateEngine
The Interface AggregateDelegateEngine.
getDelegates
List<DelegateAnalysisEngine> getDelegates()
- Gets the delegates.
- Returns:
- the delegates
addDelegate
void addDelegate(DelegateAnalysisEngine delegate)
- Adds the delegate.
- Parameters:
delegate
- the delegate
Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.