Uses of Enum
org.apache.uima.aae.controller.BaseAnalysisEngineController.ServiceState
Packages that use BaseAnalysisEngineController.ServiceState
-
Uses of BaseAnalysisEngineController.ServiceState in org.apache.uima.aae.controller
Fields in org.apache.uima.aae.controller declared as BaseAnalysisEngineController.ServiceStateMethods in org.apache.uima.aae.controller that return BaseAnalysisEngineController.ServiceStateModifier and TypeMethodDescriptionAnalysisEngineController.getState()
AnalysisEngineControllerAdapter.getState()
BaseAnalysisEngineController.getState()
Returns the enum constant of this type with the specified name.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.ServiceStateModifier and TypeMethodDescriptionvoid
AggregateAnalysisEngineController_impl.changeCollocatedDelegateState
(String delegateKey, BaseAnalysisEngineController.ServiceState state) void
AggregateAnalysisEngineController.changeCollocatedDelegateState
(String delegateKey, BaseAnalysisEngineController.ServiceState state) void
AnalysisEngineController.changeState
(BaseAnalysisEngineController.ServiceState state) void
AnalysisEngineControllerAdapter.changeState
(BaseAnalysisEngineController.ServiceState state) void
BaseAnalysisEngineController.changeState
(BaseAnalysisEngineController.ServiceState state)