Uses of Enum
org.apache.uima.analysis_engine.AnalysisEngineManagement.State
Packages that use AnalysisEngineManagement.State
Package
Description
The Analysis Engine interface, along with supporting
interfaces and exception classes.
-
Uses of AnalysisEngineManagement.State in org.apache.uima.analysis_engine
Methods in org.apache.uima.analysis_engine that return AnalysisEngineManagement.StateModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AnalysisEngineManagement.State[]
AnalysisEngineManagement.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AnalysisEngineManagement.State in org.apache.uima.analysis_engine.impl
Fields in org.apache.uima.analysis_engine.impl declared as AnalysisEngineManagement.StateModifier and TypeFieldDescriptionprivate AnalysisEngineManagement.State
AnalysisEngineManagementImpl.status
Methods in org.apache.uima.analysis_engine.impl with parameters of type AnalysisEngineManagement.StateModifier and TypeMethodDescriptionvoid
AnalysisEngineManagementImpl.setState
(AnalysisEngineManagement.State state)