Uses of Interface
org.apache.uima.collection.base_cpm.CasProcessor
Package
Description
The Analysis Engine interface, along with supporting
interfaces and exception classes.
Classes and interfaces for collection processing.
-
Uses of CasProcessor in org.apache.uima.analysis_component
-
Uses of CasProcessor in org.apache.uima.analysis_engine
Modifier and TypeInterfaceDescriptioninterface
An Analysis Engine is a component responsible for analyzing unstructured information, discovering and representing semantic content.interface
Deprecated. -
Uses of CasProcessor in org.apache.uima.analysis_engine.impl
Modifier and TypeClassDescriptionclass
Reference implementation ofAnalysisEngine
.class
Provides functionality common to Analysis Engine implementations.class
Base class for analysis engine processor adapters.class
AnAnalysisEngine
implementation that can process multipleCAS
objects simultaneously.class
UIMA pear runtime analysis engine wrapper.class
Reference implementation ofAnalysisEngine
.class
Reference implementation ofAnalysisEngine
. -
Uses of CasProcessor in org.apache.uima.analysis_engine.service.impl
Modifier and TypeClassDescriptionclass
Base class for analysis engine service adapters. -
Uses of CasProcessor in org.apache.uima.collection
Modifier and TypeInterfaceDescriptioninterface
Any component that operates on analysis results produced by a UIMA analysis engine.Modifier and TypeClassDescriptionclass
Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.Modifier and TypeMethodDescriptionCollectionProcessingEngine.getCasProcessors()
Gets theCasProcessors
s in this CPE, in the order in which they will be executed. -
Uses of CasProcessor in org.apache.uima.collection.base_cpm
Modifier and TypeInterfaceDescriptioninterface
Any component that operates on analysis results produced by a UIMA CasDataProcessor.interface
Interface for CAS processors that want to interact directly with theCasData
.interface
Interface for CAS Processors that want to use the fullCAS
implementation.Modifier and TypeClassDescriptionclass
Base class from which to extend when writing CAS Consumers that use theCasData
interface to access the CAS.Modifier and TypeMethodDescriptionBaseCPM.getCasProcessors()
Gets theCasProcessors
s assigned to this CPM, in the order in which they will be called by the CPM.Modifier and TypeMethodDescriptionvoid
BaseCPM.addCasProcessor
(CasProcessor aCasProcessor) Adds aCasProcessor
to this CPM's list of consumers.void
BaseCPM.addCasProcessor
(CasProcessor aCasProcessor, int aIndex) Adds aCasProcessor
to this CPM's list of consumers.void
BaseCPM.removeCasProcessor
(CasProcessor aCasProcessor) Removes aCasProcessor
to this CPM's list of consumers.
AnalysisEngine
should be used instead.