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

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

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

Methods in org.apache.uima.resourceSpecifier.factory that return Delegates
 Delegates AnalysisEngine.getDelegates()
          Gets the delegates.
 

Methods in org.apache.uima.resourceSpecifier.factory with parameters of type Delegates
 void AnalysisEngine.setDelegates(Delegates delegates)
          Sets the delegates.
 

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

Classes in org.apache.uima.resourceSpecifier.factory.impl that implement Delegates
 class DelegatesImpl
          The Class DelegatesImpl.
 

Methods in org.apache.uima.resourceSpecifier.factory.impl that return Delegates
 Delegates TopLevelAnalysisEngineImpl.getDelegates()
           
 

Methods in org.apache.uima.resourceSpecifier.factory.impl with parameters of type Delegates
 void TopLevelAnalysisEngineImpl.setDelegates(Delegates delegates)
           
 



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