Uses of Interface
org.apache.uima.collection.CasConsumer
Packages that use CasConsumer
Package
Description
Apache UIMA
Classes and interfaces for collection processing.
-
Uses of CasConsumer in org.apache.uima
Methods in org.apache.uima that return CasConsumerModifier 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.analysis_component
Classes in org.apache.uima.analysis_component that implement CasConsumer -
Uses of CasConsumer in org.apache.uima.analysis_engine.impl
Classes in org.apache.uima.analysis_engine.impl that implement CasConsumerModifier and TypeClassDescriptionclass
Base class for analysis engine processor adapters. -
Uses of CasConsumer in org.apache.uima.analysis_engine.service.impl
Classes in org.apache.uima.analysis_engine.service.impl that implement CasConsumerModifier and TypeClassDescriptionclass
Base class for analysis engine service adapters. -
Uses of CasConsumer in org.apache.uima.collection
Classes in org.apache.uima.collection that implement CasConsumerModifier and TypeClassDescriptionclass
Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.Methods in org.apache.uima.collection that return CasConsumerModifier and TypeMethodDescriptionCollectionProcessingManager.getCasConsumers()
Gets theCasConsumers
s assigned to this CPM.Methods in org.apache.uima.collection with parameters of type CasConsumerModifier and TypeMethodDescriptionvoid
CollectionProcessingManager.addCasConsumer
(CasConsumer aCasConsumer) Adds aCasConsumer
to this CPM.void
CollectionProcessingManager.removeCasConsumer
(CasConsumer aCasConsumer) Removes aCasConsumer
from this CPM.