/* (non-Javadoc)
* @see org.apache.uima.resourceSpecifier.factory.UimaASAggregateDeploymentDescriptor#getDelegates()
*/
public List<DelegateAnalysisEngine> getDelegates() {
// List<DelegateConfiguration> delegateList = new ArrayList<DelegateConfiguration>();
Delegates delegates = super.getDeploymentDescriptor().getDeployment().getService().getTopLevelAnalysisEngine().getDelegates();
// super.deploymentDescriptor.getDeployment().getService().getTopLevelAnalysisEngine().getDelegates();
return delegates.getDelegates();
}