Uses of Class
org.apache.uima.aae.controller.BaseAnalysisEngineController.ServiceState
-
Packages that use BaseAnalysisEngineController.ServiceState Package Description org.apache.uima.aae.controller -
-
Uses of BaseAnalysisEngineController.ServiceState in org.apache.uima.aae.controller
Fields in org.apache.uima.aae.controller declared as BaseAnalysisEngineController.ServiceState Modifier and Type Field Description protected BaseAnalysisEngineController.ServiceState
BaseAnalysisEngineController. currentState
Methods in org.apache.uima.aae.controller that return BaseAnalysisEngineController.ServiceState Modifier and Type Method Description BaseAnalysisEngineController.ServiceState
AnalysisEngineController. getState()
BaseAnalysisEngineController.ServiceState
AnalysisEngineControllerAdapter. getState()
BaseAnalysisEngineController.ServiceState
BaseAnalysisEngineController. getState()
static BaseAnalysisEngineController.ServiceState
BaseAnalysisEngineController.ServiceState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BaseAnalysisEngineController.ServiceState[]
BaseAnalysisEngineController.ServiceState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.uima.aae.controller with parameters of type BaseAnalysisEngineController.ServiceState Modifier and Type Method Description void
AggregateAnalysisEngineController_impl. changeCollocatedDelegateState(java.lang.String delegateKey, BaseAnalysisEngineController.ServiceState state)
void
AggregateAnalysisEngineController. changeCollocatedDelegateState(java.lang.String delegateKey, BaseAnalysisEngineController.ServiceState state)
void
AnalysisEngineController. changeState(BaseAnalysisEngineController.ServiceState state)
void
AnalysisEngineControllerAdapter. changeState(BaseAnalysisEngineController.ServiceState state)
void
BaseAnalysisEngineController. changeState(BaseAnalysisEngineController.ServiceState state)
-