Package org.apache.uima.resourceSpecifier.factory

Examples of org.apache.uima.resourceSpecifier.factory.Delegates


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

TOP

Related Classes of org.apache.uima.resourceSpecifier.factory.Delegates

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.