Uses of Class
org.apache.uima.aae.delegate.Delegate
-
Packages that use Delegate Package Description org.apache.uima.aae.controller org.apache.uima.aae.delegate org.apache.uima.adapter.jms.client -
-
Uses of Delegate in org.apache.uima.aae.controller
Fields in org.apache.uima.aae.controller with type parameters of type Delegate Modifier and Type Field Description protected java.util.List<Delegate>BaseAnalysisEngineController. delegatesMethods in org.apache.uima.aae.controller that return Delegate Modifier and Type Method Description DelegateLocalCache.CasStateEntry. getLastDelegate()DelegateAggregateAnalysisEngineController_impl. lookupDelegate(java.lang.String aDelegateKey)ReturnDelegateobject for a given delegate key.DelegateAggregateAnalysisEngineController. lookupDelegate(java.lang.String aDelegateKey)Methods in org.apache.uima.aae.controller with parameters of type Delegate Modifier and Type Method Description voidLocalCache.CasStateEntry. setLastDelegate(Delegate aDelegate)voidAggregateAnalysisEngineController. stopCasMultiplier(Delegate casMultiplier, java.lang.String aCasReferenceId)voidBaseAnalysisEngineController. stopCasMultiplier(Delegate casMultiplier, java.lang.String aCasReferenceId) -
Uses of Delegate in org.apache.uima.aae.delegate
Subclasses of Delegate in org.apache.uima.aae.delegate Modifier and Type Class Description classControllerDelegate -
Uses of Delegate in org.apache.uima.adapter.jms.client
Subclasses of Delegate in org.apache.uima.adapter.jms.client Modifier and Type Class Description classClientServiceDelegate
-