Uses of Interface
org.apache.uima.util.InstrumentationFacility
-
Packages that use InstrumentationFacility Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.analysis_engine.annotator The Annotator Interfaces, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.impl org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima.org.apache.uima.internal.util -
-
Uses of InstrumentationFacility in org.apache.uima
Methods in org.apache.uima that return InstrumentationFacility Modifier and Type Method Description InstrumentationFacilityUimaContext. getInstrumentationFacility()Gets theInstrumentationFacilitythat 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 InstrumentationFacility Modifier and Type Method Description InstrumentationFacilityAnnotatorContext. getInstrumentationFacility()Deprecated.Gets theInstrumentationFacilitythat 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 InstrumentationFacility Modifier and Type Method Description InstrumentationFacilityAnnotatorContext_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 InstrumentationFacility Modifier and Type Method Description InstrumentationFacilityChildUimaContext_impl. getInstrumentationFacility()Gets the InstrumentationFacility to be used within this AnalysisEngine.InstrumentationFacilityRootUimaContext_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 Modifier and Type Class Description classInstrumentationFacility_implReference implementation ofInstrumentationFacility.
-