* @param context the context
* @param delegateConfigurations the delegate configurations
*/
public UimaASAggregateDeploymentDescriptorImpl(AnalysisEngineDeploymentDescriptionDocument dd,
ServiceContext context, DelegateConfiguration ... delegateConfigurations) {
super(new UimaASDeploymentDescriptorImpl(dd,context,delegateConfigurations));
//this.dd = dd;
//Assert.notNull(dd);
// dt = dd.addNewAnalysisEngineDeploymentDescription();
//setName(context.getName());
//setDescription(context.getDescription());