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.uimaMethods in org.apache.uima that return CasConsumerModifier and TypeMethodDescriptionstatic CasConsumerUIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier) Produces aCasConsumerinstance from aResourceSpecifier.static CasConsumerUIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier, Map<String, Object> aAdditionalParams) Produces aCasConsumerinstance from aResourceSpecifier.static CasConsumerUIMAFramework.produceCasConsumer(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, Map<String, Object> aAdditionalParams) Produces anCasConsumerinstance from aResourceSpecifier.
- 
Uses of CasConsumer in org.apache.uima.adapter.vinciClasses in org.apache.uima.adapter.vinci that implement CasConsumerModifier and TypeClassDescriptionclassReference implementation ofAnalysisEngineServiceAdapterfor Vinci.
- 
Uses of CasConsumer in org.apache.uima.analysis_componentClasses in org.apache.uima.analysis_component that implement CasConsumer
- 
Uses of CasConsumer in org.apache.uima.analysis_engine.implClasses in org.apache.uima.analysis_engine.impl that implement CasConsumerModifier and TypeClassDescriptionclassBase class for analysis engine processor adapters.
- 
Uses of CasConsumer in org.apache.uima.analysis_engine.impl.compatibilityConstructors in org.apache.uima.analysis_engine.impl.compatibility with parameters of type CasConsumerModifierConstructorDescriptionCasConsumerAdapter(CasConsumer aCasConsumer, AnalysisEngineMetaData aMetaData) Create a new annotator adapter.
- 
Uses of CasConsumer in org.apache.uima.analysis_engine.service.implClasses in org.apache.uima.analysis_engine.service.impl that implement CasConsumerModifier and TypeClassDescriptionclassBase class for analysis engine service adapters.
- 
Uses of CasConsumer in org.apache.uima.collectionClasses in org.apache.uima.collection that implement CasConsumerModifier and TypeClassDescriptionclassBase 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 theCasConsumerss assigned to this CPM.Methods in org.apache.uima.collection with parameters of type CasConsumerModifier and TypeMethodDescriptionvoidCollectionProcessingManager.addCasConsumer(CasConsumer aCasConsumer) Adds aCasConsumerto this CPM.voidCollectionProcessingManager.removeCasConsumer(CasConsumer aCasConsumer) Removes aCasConsumerfrom this CPM.
- 
Uses of CasConsumer in org.apache.uima.collection.impl.cpmMethods in org.apache.uima.collection.impl.cpm that return CasConsumerMethods in org.apache.uima.collection.impl.cpm with parameters of type CasConsumerModifier and TypeMethodDescriptionvoidCPMImpl.addCasConsumer(CasConsumer aCasConsumer) voidCPMImpl.removeCasConsumer(CasConsumer aCasConsumer) 
- 
Uses of CasConsumer in org.apache.uima.test.junit_extensionClasses in org.apache.uima.test.junit_extension that implement CasConsumerModifier and TypeClassDescriptionclassDeprecated.To be removed without replacement.
- 
Uses of CasConsumer in org.apache.uima.tools.componentsClasses in org.apache.uima.tools.components that implement CasConsumerModifier and TypeClassDescriptionclassA simple CAS consumer that generates inline XML and writes it to a file.classA simple CAS consumer that generates XCAS (XML representation of the CAS) files in the filesystem.classA simple CAS consumer that writes the CAS to XMI format.