Package org.apache.uima.resourceSpecifier.factory.impl

Examples of org.apache.uima.resourceSpecifier.factory.impl.UimaASDeploymentDescriptorImpl


   * @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());
View Full Code Here


   * @param dd the dd
   * @param context the context
   */
  public UimaASPrimitiveDeploymentDescriptorImpl(AnalysisEngineDeploymentDescriptionDocument dd,
          ServiceContext context ) {
    super(new UimaASDeploymentDescriptorImpl(dd,context));
  }
View Full Code Here

TOP

Related Classes of org.apache.uima.resourceSpecifier.factory.impl.UimaASDeploymentDescriptorImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.