Uses of Interface
org.apache.uima.util.InstrumentationFacility
Packages that use InstrumentationFacility
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
The Annotator Interfaces, along with supporting interfaces
and exception classes.
Contains reference implementations of the interfaces in
org.apache.uima
.-
Uses of InstrumentationFacility in org.apache.uima
Methods in org.apache.uima that return InstrumentationFacilityModifier and TypeMethodDescriptionUimaContext.getInstrumentationFacility()
Gets theInstrumentationFacility
that a component can use to record information about its performance. -
Uses of InstrumentationFacility in org.apache.uima.analysis_engine.annotator
Methods in org.apache.uima.analysis_engine.annotator that return InstrumentationFacilityModifier and TypeMethodDescriptionAnnotatorContext.getInstrumentationFacility()
Deprecated.Gets theInstrumentationFacility
that this annotator can use to record information about its performance. -
Uses of InstrumentationFacility in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl that return InstrumentationFacilityModifier and TypeMethodDescriptionAnnotatorContext_impl.getInstrumentationFacility()
Gets the InstrumentationFacility to be used within this AnalysisEngine. -
Uses of InstrumentationFacility in org.apache.uima.impl
Methods in org.apache.uima.impl that return InstrumentationFacilityModifier and TypeMethodDescriptionChildUimaContext_impl.getInstrumentationFacility()
Gets the InstrumentationFacility to be used within this AnalysisEngine.RootUimaContext_impl.getInstrumentationFacility()
Gets the InstrumentationFacility to be used within this AnalysisEngine. -
Uses of InstrumentationFacility in org.apache.uima.internal.util
Classes in org.apache.uima.internal.util that implement InstrumentationFacility