Uses of Interface
org.apache.uima.collection.base_cpm.CasObjectProcessor
-
Packages that use CasObjectProcessor Package Description org.apache.uima.adapter.soap org.apache.uima.adapter.vinci org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes.org.apache.uima.analysis_engine.impl org.apache.uima.analysis_engine.service.impl org.apache.uima.collection Classes and interfaces for collection processing.org.apache.uima.collection.impl.cpm.container org.apache.uima.flow.impl org.apache.uima.test.junit_extension org.apache.uima.tools.components -
-
Uses of CasObjectProcessor in org.apache.uima.adapter.soap
Classes in org.apache.uima.adapter.soap that implement CasObjectProcessor Modifier and Type Class Description class
SoapAnalysisEngineServiceAdapter
Reference implementation ofAnalysisEngineServiceAdapter
for SOAP. -
Uses of CasObjectProcessor in org.apache.uima.adapter.vinci
Classes in org.apache.uima.adapter.vinci that implement CasObjectProcessor Modifier and Type Class Description class
VinciAnalysisEngineServiceAdapter
Reference implementation ofAnalysisEngineServiceAdapter
for Vinci. -
Uses of CasObjectProcessor in org.apache.uima.analysis_engine
Subinterfaces of CasObjectProcessor in org.apache.uima.analysis_engine Modifier and Type Interface Description interface
AnalysisEngine
An Analysis Engine is a component responsible for analyzing unstructured information, discovering and representing semantic content.interface
TextAnalysisEngine
Deprecated.As of v2.0,AnalysisEngine
should be used instead. -
Uses of CasObjectProcessor in org.apache.uima.analysis_engine.impl
Classes in org.apache.uima.analysis_engine.impl that implement CasObjectProcessor Modifier and Type Class Description class
AggregateAnalysisEngine_impl
Reference implementation ofAnalysisEngine
.class
AnalysisEngineImplBase
Provides functionality common to Analysis Engine implementations.class
MultiprocessingAnalysisEngine_impl
AnAnalysisEngine
implementation that can process multipleCAS
objects simultaneously.class
PearAnalysisEngineWrapper
UIMA pear runtime analysis engine wrapper.class
PrimitiveAnalysisEngine_impl
Reference implementation ofAnalysisEngine
.class
UimacppAnalysisEngineImpl
Reference implementation ofAnalysisEngine
. -
Uses of CasObjectProcessor in org.apache.uima.analysis_engine.service.impl
Classes in org.apache.uima.analysis_engine.service.impl that implement CasObjectProcessor Modifier and Type Class Description class
AnalysisEngineServiceAdapter
Base class for analysis engine service adapters. -
Uses of CasObjectProcessor in org.apache.uima.collection
Subinterfaces of CasObjectProcessor in org.apache.uima.collection Modifier and Type Interface Description interface
CasConsumer
Any component that operates on analysis results produced by a UIMA analysis engine.Classes in org.apache.uima.collection that implement CasObjectProcessor Modifier and Type Class Description class
CasConsumer_ImplBase
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
Classes in org.apache.uima.collection.impl.cpm.container that implement CasObjectProcessor Modifier and Type Class Description class
CasObjectNetworkCasProcessorImpl
Implementation of theCasObjectProcessor
interface used for both Local and Remote CasObjectProcessors. -
Uses of CasObjectProcessor in org.apache.uima.flow.impl
Methods in org.apache.uima.flow.impl that return CasObjectProcessor Modifier and Type Method Description CasObjectProcessor
AnalysisSequenceCapabilityNode. getCasProcessor()
Constructors in org.apache.uima.flow.impl with parameters of type CasObjectProcessor Constructor Description AnalysisSequenceCapabilityNode(String aKey, CasObjectProcessor aCasProcessor, ResultSpecification aResultSpec)
Creates a new AnalysisSequenceCapabilityNode from an AnalysisEngine reference -
Uses of CasObjectProcessor in org.apache.uima.test.junit_extension
Classes in org.apache.uima.test.junit_extension that implement CasObjectProcessor Modifier and Type Class Description class
AnnotationWriter
The AnnotationWriter class writes specified annotations to an output file. -
Uses of CasObjectProcessor in org.apache.uima.tools.components
Classes in org.apache.uima.tools.components that implement CasObjectProcessor Modifier and Type Class Description class
InlineXmlCasConsumer
A simple CAS consumer that generates inline XML and writes it to a file.class
XCasWriterCasConsumer
A simple CAS consumer that generates XCAS (XML representation of the CAS) files in the filesystem.class
XmiWriterCasConsumer
A simple CAS consumer that writes the CAS to XMI format.
-