Package org.apache.uima.analysis_component
-
Interface Summary Interface Description AnalysisComponent Analysis Components are the primitive "building blocks" from which UIMA solutions are built.CasProcessor<E extends java.lang.Throwable> A functional interface for a CAS processor.JCasProcessor<E extends java.lang.Throwable> A functional interface for a JCas processor. -
Class Summary Class Description AnalysisComponent_ImplBase Implementation base class for AnalysisComponents.Annotator_ImplBase Base class for all annotators.CasAnnotator_ImplBase Base class to be extended by Annotators that use theCAS
interface.CasMultiplier_ImplBase Base class to be extended by CAS Multipliers that use theCAS
interface.CasProcessorAnnotator JCasAnnotator_ImplBase Base class to be extended by Annotators that use theJCas
interface.JCasMultiplier_ImplBase Base class to be extended by CAS Multipliers that use theCAS
interface.JCasProcessorAnnotator