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.ServiceStateBaseAnalysisEngineController. currentStateMethods in org.apache.uima.aae.controller that return BaseAnalysisEngineController.ServiceState Modifier and Type Method Description BaseAnalysisEngineController.ServiceStateAnalysisEngineController. getState()BaseAnalysisEngineController.ServiceStateAnalysisEngineControllerAdapter. getState()BaseAnalysisEngineController.ServiceStateBaseAnalysisEngineController. getState()static BaseAnalysisEngineController.ServiceStateBaseAnalysisEngineController.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 voidAggregateAnalysisEngineController_impl. changeCollocatedDelegateState(java.lang.String delegateKey, BaseAnalysisEngineController.ServiceState state)voidAggregateAnalysisEngineController. changeCollocatedDelegateState(java.lang.String delegateKey, BaseAnalysisEngineController.ServiceState state)voidAnalysisEngineController. changeState(BaseAnalysisEngineController.ServiceState state)voidAnalysisEngineControllerAdapter. changeState(BaseAnalysisEngineController.ServiceState state)voidBaseAnalysisEngineController. changeState(BaseAnalysisEngineController.ServiceState state)
-