Uses of Interface
org.apache.uima.analysis_engine.AnalysisEngineManagement
Package
Description
Apache UIMA
The Analysis Engine interface, along with supporting
interfaces and exception classes.
Apache UIMA internals
-
Uses of AnalysisEngineManagement in org.apache.uima
Modifier and TypeMethodDescriptionUimaContextAdmin.getManagementInterface()
Gets an object that can be used to do monitoring or management of this AnalysisEngine. -
Uses of AnalysisEngineManagement in org.apache.uima.analysis_engine
Modifier and TypeMethodDescriptionAnalysisEngine.getManagementInterface()
Gets an object that can be used to do monitoring or management of this AnalysisEngine.Modifier and TypeMethodDescriptionAnalysisEngineManagement.getComponents()
For an Aggregate AnalysisEngine, gets a Map whose values are AnalysisEngineManagement objects that contain the statistics for the components of the aggregate. -
Uses of AnalysisEngineManagement in org.apache.uima.analysis_engine.impl
Modifier and TypeClassDescriptionclass
Implements Monitoring/Management interface to an AnalysisEngine. -
Uses of AnalysisEngineManagement in org.apache.uima.impl