org.apache.uima.resourceSpecifier.factory
Interface AggregateDelegateEngine

All Superinterfaces:
ColocatedDelegateEngine, DelegateAnalysisEngine
All Known Implementing Classes:
AggregateDelegateEngineImpl

public interface AggregateDelegateEngine
extends ColocatedDelegateEngine

The Interface AggregateDelegateEngine.


Method Summary
 void addDelegate(DelegateAnalysisEngine delegate)
          Adds the delegate.
 List<DelegateAnalysisEngine> getDelegates()
          Gets the delegates.
 
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.ColocatedDelegateEngine
getInputQueueScaleout, isAsync, setAsync, setInputQueueScaleout
 
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.DelegateAnalysisEngine
getCasMultiplier, getConfiguration, getKey, getReplyQueueScaleup, isAggregate, isRemote, setCasMultiplier, setKey, setReplyQueueScaleup
 

Method Detail

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.