Uses of Interface
org.apache.uima.collection.CasConsumer
-
Packages that use CasConsumer Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.adapter.vinci org.apache.uima.analysis_engine.impl.compatibility org.apache.uima.analysis_engine.service.impl org.apache.uima.collection Classes and interfaces for collection processing.org.apache.uima.collection.impl.cpm org.apache.uima.test.junit_extension org.apache.uima.tools.components -
-
Uses of CasConsumer in org.apache.uima
Methods in org.apache.uima that return CasConsumer Modifier and Type Method Description static CasConsumerUIMAFramework. produceCasConsumer(ResourceSpecifier aSpecifier)Produces aCasConsumerinstance from aResourceSpecifier.static CasConsumerUIMAFramework. produceCasConsumer(ResourceSpecifier aSpecifier, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces aCasConsumerinstance from aResourceSpecifier.static CasConsumerUIMAFramework. produceCasConsumer(ResourceSpecifier aSpecifier, ResourceManager aResourceManager, java.util.Map<java.lang.String,java.lang.Object> aAdditionalParams)Produces anCasConsumerinstance from aResourceSpecifier. -
Uses of CasConsumer in org.apache.uima.adapter.vinci
Classes in org.apache.uima.adapter.vinci that implement CasConsumer Modifier and Type Class Description classVinciAnalysisEngineServiceAdapterReference implementation ofAnalysisEngineServiceAdapterfor Vinci. -
Uses of CasConsumer in org.apache.uima.analysis_engine.impl.compatibility
Constructors in org.apache.uima.analysis_engine.impl.compatibility with parameters of type CasConsumer Constructor Description CasConsumerAdapter(CasConsumer aCasConsumer, AnalysisEngineMetaData aMetaData)Create a new annotator adapter. -
Uses of CasConsumer in org.apache.uima.analysis_engine.service.impl
Classes in org.apache.uima.analysis_engine.service.impl that implement CasConsumer Modifier and Type Class Description classAnalysisEngineServiceAdapterBase class for analysis engine service adapters. -
Uses of CasConsumer in org.apache.uima.collection
Classes in org.apache.uima.collection that implement CasConsumer Modifier and Type Class Description classCasConsumer_ImplBaseBase 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 CasConsumer Modifier and Type Method Description CasConsumer[]CollectionProcessingManager. getCasConsumers()Gets theCasConsumerss assigned to this CPM.Methods in org.apache.uima.collection with parameters of type CasConsumer Modifier and Type Method Description voidCollectionProcessingManager. addCasConsumer(CasConsumer aCasConsumer)Adds aCasConsumerto this CPM.voidCollectionProcessingManager. removeCasConsumer(CasConsumer aCasConsumer)Removes aCasConsumerfrom this CPM. -
Uses of CasConsumer in org.apache.uima.collection.impl.cpm
Methods in org.apache.uima.collection.impl.cpm that return CasConsumer Modifier and Type Method Description CasConsumer[]CPMImpl. getCasConsumers()Methods in org.apache.uima.collection.impl.cpm with parameters of type CasConsumer Modifier and Type Method Description voidCPMImpl. addCasConsumer(CasConsumer aCasConsumer)voidCPMImpl. removeCasConsumer(CasConsumer aCasConsumer) -
Uses of CasConsumer in org.apache.uima.test.junit_extension
Classes in org.apache.uima.test.junit_extension that implement CasConsumer Modifier and Type Class Description classAnnotationWriterThe AnnotationWriter class writes specified annotations to an output file. -
Uses of CasConsumer in org.apache.uima.tools.components
Classes in org.apache.uima.tools.components that implement CasConsumer Modifier and Type Class Description classInlineXmlCasConsumerA simple CAS consumer that generates inline XML and writes it to a file.classXCasWriterCasConsumerA simple CAS consumer that generates XCAS (XML representation of the CAS) files in the filesystem.classXmiWriterCasConsumerA simple CAS consumer that writes the CAS to XMI format.
-