Uses of Interface
org.apache.uima.resourceSpecifier.factory.DelegateAnalysisEngine

Packages that use DelegateAnalysisEngine
org.apache.uima.resourceSpecifier.factory   
org.apache.uima.resourceSpecifier.factory.impl   
 

Uses of DelegateAnalysisEngine in org.apache.uima.resourceSpecifier.factory
 

Subinterfaces of DelegateAnalysisEngine in org.apache.uima.resourceSpecifier.factory
 interface AggregateDelegateEngine
          The Interface AggregateDelegateEngine.
 interface ColocatedDelegateEngine
          The Interface ColocatedDelegateEngine.
 interface RemoteDelegateEngine
          The Interface RemoteDelegateEngine.
 

Methods in org.apache.uima.resourceSpecifier.factory that return types with arguments of type DelegateAnalysisEngine
 List<DelegateAnalysisEngine> UimaASAggregateDeploymentDescriptor.getDelegates()
          Gets the delegates.
 List<DelegateAnalysisEngine> UimaASAggregateDeploymentDescriptor.getDelegates()
          Gets the delegates.
 List<DelegateAnalysisEngine> Delegates.getDelegates()
          Gets the delegates.
 List<DelegateAnalysisEngine> AggregateDelegateEngine.getDelegates()
          Gets the delegates.
 

Methods in org.apache.uima.resourceSpecifier.factory with parameters of type DelegateAnalysisEngine
 void Delegates.addDelegate(DelegateAnalysisEngine dae)
          Adds the delegate.
 void AggregateDelegateEngine.addDelegate(DelegateAnalysisEngine delegate)
          Adds the delegate.
 

Uses of DelegateAnalysisEngine in org.apache.uima.resourceSpecifier.factory.impl
 

Classes in org.apache.uima.resourceSpecifier.factory.impl that implement DelegateAnalysisEngine
 class AggregateDelegateEngineImpl
          The Class AggregateDelegateEngineImpl.
 class ColocatedDelegateEngineImpl
          The Class ColocatedDelegateEngineImpl.
 class RemoteDelegateEngineImpl
          The Class RemoteDelegateEngineImpl.
 

Methods in org.apache.uima.resourceSpecifier.factory.impl that return types with arguments of type DelegateAnalysisEngine
 List<DelegateAnalysisEngine> UimaASAggregateDeploymentDescriptorImpl.getDelegates()
           
 List<DelegateAnalysisEngine> DelegatesImpl.getDelegates()
           
 List<DelegateAnalysisEngine> AggregateDelegateEngineImpl.getDelegates()
           
 

Methods in org.apache.uima.resourceSpecifier.factory.impl with parameters of type DelegateAnalysisEngine
 void DelegatesImpl.addDelegate(DelegateAnalysisEngine dae)
           
 void AggregateDelegateEngineImpl.addDelegate(DelegateAnalysisEngine delegate)
           
 



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