Uses of Interface
org.apache.uima.collection.CasConsumer
Package
Description
Apache UIMA
Classes and interfaces for collection processing.
-
Uses of CasConsumer in org.apache.uima
Modifier and TypeMethodDescriptionstatic CasConsumer
UIMAFramework.produceCasConsumer
(ResourceSpecifier aSpecifier) Produces aCasConsumer
instance from aResourceSpecifier
.static CasConsumer
UIMAFramework.produceCasConsumer
(ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Produces aCasConsumer
instance from aResourceSpecifier
.static CasConsumer
UIMAFramework.produceCasConsumer
(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map<String, Object> aAdditionalParams) Produces anCasConsumer
instance from aResourceSpecifier
. -
Uses of CasConsumer in org.apache.uima.adapter.vinci
Modifier and TypeClassDescriptionclass
Reference implementation ofAnalysisEngineServiceAdapter
for Vinci. -
Uses of CasConsumer in org.apache.uima.analysis_component
-
Uses of CasConsumer in org.apache.uima.analysis_engine.impl
Modifier and TypeClassDescriptionclass
Base class for analysis engine processor adapters. -
Uses of CasConsumer in org.apache.uima.analysis_engine.impl.compatibility
ModifierConstructorDescriptionCasConsumerAdapter
(CasConsumer aCasConsumer, AnalysisEngineMetaData aMetaData) Create a new annotator adapter. -
Uses of CasConsumer in org.apache.uima.analysis_engine.service.impl
Modifier and TypeClassDescriptionclass
Base class for analysis engine service adapters. -
Uses of CasConsumer in org.apache.uima.collection
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 TypeMethodDescriptionCollectionProcessingManager.getCasConsumers()
Gets theCasConsumers
s assigned to this CPM.Modifier and TypeMethodDescriptionvoid
CollectionProcessingManager.addCasConsumer
(CasConsumer aCasConsumer) Adds aCasConsumer
to this CPM.void
CollectionProcessingManager.removeCasConsumer
(CasConsumer aCasConsumer) Removes aCasConsumer
from this CPM. -
Uses of CasConsumer in org.apache.uima.collection.impl.cpm
Modifier and TypeMethodDescriptionvoid
CPMImpl.addCasConsumer
(CasConsumer aCasConsumer) void
CPMImpl.removeCasConsumer
(CasConsumer aCasConsumer) -
Uses of CasConsumer in org.apache.uima.test.junit_extension
Modifier and TypeClassDescriptionclass
Deprecated.To be removed without replacement. -
Uses of CasConsumer 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.