org.apache.uima.resourceSpecifier.factory
Interface UimaASAggregateDeploymentDescriptor

All Superinterfaces:
DeploymentDescriptor
All Known Implementing Classes:
UimaASAggregateDeploymentDescriptorImpl

public interface UimaASAggregateDeploymentDescriptor
extends DeploymentDescriptor

The Interface UimaASAggregateDeploymentDescriptor.


Method Summary
 List<DelegateAnalysisEngine> getDelegates()
          Gets the delegates.
 
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.DeploymentDescriptor
getBroker, getCasPoolSize, getDescription, getEndpoint, getInitialHeapSize, getName, getPrefetch, getProtocol, getProvider, getServiceAnalysisEngineDescriptor, isAsync, save, setAsync, setBroker, setCasPoolSize, setDescription, setEndoint, setInitialHeapSize, setName, setPrefetch, setProtocol, setProvider, setServiceAnalysisEngineDescriptor, toXML
 

Method Detail

getDelegates

List<DelegateAnalysisEngine> getDelegates()
Gets the delegates.

Returns:
the delegates


Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.