Uses of Interface
org.apache.uima.collection.base_cpm.CasProcessor
-
Packages that use CasProcessor Package Description 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.base_cpm org.apache.uima.collection.impl org.apache.uima.collection.impl.base_cpm.container org.apache.uima.collection.impl.base_cpm.container.deployer org.apache.uima.collection.impl.cpm org.apache.uima.collection.impl.cpm.container org.apache.uima.collection.impl.cpm.engine org.apache.uima.test.junit_extension org.apache.uima.tools.components -
-
Uses of CasProcessor in org.apache.uima.adapter.vinci
Classes in org.apache.uima.adapter.vinci that implement CasProcessor Modifier and Type Class Description classVinciAnalysisEngineServiceAdapterReference implementation ofAnalysisEngineServiceAdapterfor Vinci. -
Uses of CasProcessor in org.apache.uima.analysis_engine
Subinterfaces of CasProcessor in org.apache.uima.analysis_engine Modifier and Type Interface Description interfaceAnalysisEngineAn Analysis Engine is a component responsible for analyzing unstructured information, discovering and representing semantic content.interfaceTextAnalysisEngineDeprecated.As of v2.0,AnalysisEngineshould be used instead. -
Uses of CasProcessor in org.apache.uima.analysis_engine.impl
Classes in org.apache.uima.analysis_engine.impl that implement CasProcessor Modifier and Type Class Description classAggregateAnalysisEngine_implReference implementation ofAnalysisEngine.classAnalysisEngineImplBaseProvides functionality common to Analysis Engine implementations.classMultiprocessingAnalysisEngine_implAnAnalysisEngineimplementation that can process multipleCASobjects simultaneously.classPearAnalysisEngineWrapperUIMA pear runtime analysis engine wrapper.classPrimitiveAnalysisEngine_implReference implementation ofAnalysisEngine.classUimacppAnalysisEngineImplReference implementation ofAnalysisEngine. -
Uses of CasProcessor in org.apache.uima.analysis_engine.service.impl
Classes in org.apache.uima.analysis_engine.service.impl that implement CasProcessor Modifier and Type Class Description classAnalysisEngineServiceAdapterBase class for analysis engine service adapters. -
Uses of CasProcessor in org.apache.uima.collection
Subinterfaces of CasProcessor in org.apache.uima.collection Modifier and Type Interface Description interfaceCasConsumerAny component that operates on analysis results produced by a UIMA analysis engine.Classes in org.apache.uima.collection that implement CasProcessor 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 CasProcessor Modifier and Type Method Description CasProcessor[]CollectionProcessingEngine. getCasProcessors()Gets theCasProcessorss in this CPE, in the order in which they will be executed. -
Uses of CasProcessor in org.apache.uima.collection.base_cpm
Subinterfaces of CasProcessor in org.apache.uima.collection.base_cpm Modifier and Type Interface Description interfaceCasDataConsumerAny component that operates on analysis results produced by a UIMA CasDataProcessor.interfaceCasDataProcessorInterface for CAS processors that want to interact directly with theCasData.interfaceCasObjectProcessorInterface for CAS Processors that want to use the fullCASimplementation.Classes in org.apache.uima.collection.base_cpm that implement CasProcessor Modifier and Type Class Description classCasDataConsumer_ImplBaseBase class from which to extend when writing CAS Consumers that use theCasDatainterface to access the CAS.Methods in org.apache.uima.collection.base_cpm that return CasProcessor Modifier and Type Method Description CasProcessor[]BaseCPM. getCasProcessors()Gets theCasProcessorss assigned to this CPM, in the order in which they will be called by the CPM.Methods in org.apache.uima.collection.base_cpm with parameters of type CasProcessor Modifier and Type Method Description voidBaseCPM. addCasProcessor(CasProcessor aCasProcessor)Adds aCasProcessorto this CPM's list of consumers.voidBaseCPM. addCasProcessor(CasProcessor aCasProcessor, int aIndex)Adds aCasProcessorto this CPM's list of consumers.voidBaseCPM. removeCasProcessor(CasProcessor aCasProcessor)Removes aCasProcessorto this CPM's list of consumers. -
Uses of CasProcessor in org.apache.uima.collection.impl
Methods in org.apache.uima.collection.impl that return CasProcessor Modifier and Type Method Description CasProcessor[]CollectionProcessingEngine_impl. getCasProcessors() -
Uses of CasProcessor in org.apache.uima.collection.impl.base_cpm.container
Methods in org.apache.uima.collection.impl.base_cpm.container that return CasProcessor Modifier and Type Method Description CasProcessorCasProcessorController. getCasProcessor()Returns instance of CasProcessorMethods in org.apache.uima.collection.impl.base_cpm.container with parameters of type CasProcessor Modifier and Type Method Description abstract booleanProcessingContainer. isEndOfBatch(CasProcessor aCasProcessor, int aProcessedSize)abstract voidProcessingContainer. releaseCasProcessor(CasProcessor aCasProcessor) -
Uses of CasProcessor in org.apache.uima.collection.impl.base_cpm.container.deployer
Methods in org.apache.uima.collection.impl.base_cpm.container.deployer with parameters of type CasProcessor Modifier and Type Method Description ProcessingContainerCPEDeployer. deployCasProcessor(ProcessingContainer aProcessingContainer, CasProcessor aCasProcessor, boolean redeploy) -
Uses of CasProcessor in org.apache.uima.collection.impl.cpm
Methods in org.apache.uima.collection.impl.cpm that return CasProcessor Modifier and Type Method Description CasProcessor[]BaseCPMImpl. getCasProcessors()Methods in org.apache.uima.collection.impl.cpm with parameters of type CasProcessor Modifier and Type Method Description voidBaseCPMImpl. addCasProcessor(CasProcessor aCasProcessor)voidBaseCPMImpl. addCasProcessor(CasProcessor aCasProcessor, int aIndex)voidBaseCPMImpl. removeCasProcessor(CasProcessor aCasProcessor) -
Uses of CasProcessor in org.apache.uima.collection.impl.cpm.container
Classes in org.apache.uima.collection.impl.cpm.container that implement CasProcessor Modifier and Type Class Description classCasObjectNetworkCasProcessorImplImplementation of theCasObjectProcessorinterface used for both Local and Remote CasObjectProcessors.classNetworkCasProcessorImplImplementation of theCasDataProcessorinterface used for both Local and Remote CasDataProcessors.Methods in org.apache.uima.collection.impl.cpm.container that return CasProcessor Modifier and Type Method Description CasProcessorServiceProxyPool. checkOut()Checks out a Resource from the pool.CasProcessorServiceProxyPool. checkOut(long aTimeout)Checks out a Resource from the pool.CasProcessorProcessingContainer_Impl. getCasProcessor()Returns available instance of the CasProcessor from the instance pool.CasProcessor[]CPEFactory. getCasProcessors()Returns an array of Cas Processors instantiated from the cpe descriptorCasProcessorCPEFactory. produceCasDataConsumer(java.lang.Class aResourceClass, ResourceSpecifier aSpecifier, java.util.Map aAdditionalParams)Instantiates CasData Consumer from a given class.Methods in org.apache.uima.collection.impl.cpm.container with parameters of type CasProcessor Modifier and Type Method Description voidCPEFactory. addCasProcessor(CasProcessor aCasProcessor)Appends given Cas Processor to the list of CasProcessorsvoidServiceProxyPool. addCasProcessor(CasProcessor aCasProcessor)voidServiceProxyPool. checkIn(CasProcessor aResource)Checks in a Resource to the pool.booleanProcessingContainer_Impl. isEndOfBatch(CasProcessor aCasProcessor, int aProcessedSize)voidProcessingContainer_Impl. releaseCasProcessor(CasProcessor aCasProcessor)Returns a given casProcessor instance back to the pool. -
Uses of CasProcessor in org.apache.uima.collection.impl.cpm.engine
Methods in org.apache.uima.collection.impl.cpm.engine that return CasProcessor Modifier and Type Method Description CasProcessor[]CPMEngine. getCasProcessors()Returns all CASProcesors in the processing pipelineMethods in org.apache.uima.collection.impl.cpm.engine with parameters of type CasProcessor Modifier and Type Method Description voidCPMEngine. addCasProcessor(CasProcessor aCasProcessor)Adds a CASProcessor to the processing pipeline.voidCPMEngine. addCasProcessor(CasProcessor aCasProcessor, int aIndex)Adds a CASProcessor to the processing pipeline at a given place in the processing pipelinebooleanCPMEngine. isParallizable(CasProcessor aProcessor, java.lang.String aCpName)Determines if a given Cas Processor is parallelizable. -
Uses of CasProcessor in org.apache.uima.test.junit_extension
Classes in org.apache.uima.test.junit_extension that implement CasProcessor Modifier and Type Class Description classAnnotationWriterThe AnnotationWriter class writes specified annotations to an output file. -
Uses of CasProcessor in org.apache.uima.tools.components
Classes in org.apache.uima.tools.components that implement CasProcessor 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.
-