Uses of Interface
org.apache.uima.collection.base_cpm.CasObjectProcessor
Package
Description
The Analysis Engine interface, along with supporting interfaces and exception classes.
Classes and interfaces for collection processing.
-
Uses of CasObjectProcessor in org.apache.uima.adapter.vinci
Modifier and TypeClassDescriptionclass
Reference implementation ofAnalysisEngineServiceAdapter
for Vinci. -
Uses of CasObjectProcessor in org.apache.uima.analysis_component
-
Uses of CasObjectProcessor 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 CasObjectProcessor 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 CasObjectProcessor in org.apache.uima.analysis_engine.service.impl
Modifier and TypeClassDescriptionclass
Base class for analysis engine service adapters. -
Uses of CasObjectProcessor 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. -
Uses of CasObjectProcessor in org.apache.uima.collection.impl.cpm.container
Modifier and TypeClassDescriptionclass
Implementation of theCasObjectProcessor
interface used for both Local and Remote CasObjectProcessors. -
Uses of CasObjectProcessor in org.apache.uima.flow.impl
ModifierConstructorDescriptionAnalysisSequenceCapabilityNode
(String aKey, CasObjectProcessor aCasProcessor, ResultSpecification aResultSpec) Creates a new AnalysisSequenceCapabilityNode from an AnalysisEngine reference -
Uses of CasObjectProcessor in org.apache.uima.test.junit_extension
Modifier and TypeClassDescriptionclass
Deprecated.To be removed without replacement. -
Uses of CasObjectProcessor in org.apache.uima.tools.components
Modifier and TypeClassDescriptionclass
A simple CAS consumer that generates inline XML and writes it to a file.class
A simple CAS consumer that generates XCAS (XML representation of the CAS) files in the filesystem.class
A simple CAS consumer that writes the CAS to XMI format.
AnalysisEngine
should be used instead.