Uses of Interface
org.apache.uima.collection.base_cpm.CasProcessor

Packages that use CasProcessor
org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes. 
org.apache.uima.collection Classes and interfaces for collection processing. 
org.apache.uima.collection.base_cpm   
 

Uses of CasProcessor in org.apache.uima.analysis_engine
 

Subinterfaces of CasProcessor in org.apache.uima.analysis_engine
 interface AnalysisEngine
          An Analysis Engine is a component responsible for analyzing unstructured information, discovering and representing semantic content.
 interface TextAnalysisEngine
          Deprecated. As of v2.0, AnalysisEngine should be used instead. This interface no longer defines any additional methods beyond those in AnalysisEngine.
 

Uses of CasProcessor in org.apache.uima.collection
 

Subinterfaces of CasProcessor in org.apache.uima.collection
 interface CasConsumer
          Any component that operates on analysis results produced by a UIMA analysis engine.
 

Classes in org.apache.uima.collection that implement CasProcessor
 class CasConsumer_ImplBase
          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 CasProcessor
 CasProcessor[] CollectionProcessingEngine.getCasProcessors()
          Gets the CasProcessorss 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
 interface CasDataConsumer
          Any component that operates on analysis results produced by a UIMA CasDataProcessor.
 interface CasDataProcessor
          Interface for CAS processors that want to interact directly with the CasData.
 interface CasObjectProcessor
          Interface for CAS Processors that want to use the full CAS implementation.
 

Classes in org.apache.uima.collection.base_cpm that implement CasProcessor
 class CasDataConsumer_ImplBase
          Base class from which to extend when writing CAS Consumers that use the CasData interface to access the CAS.
 

Methods in org.apache.uima.collection.base_cpm that return CasProcessor
 CasProcessor[] BaseCPM.getCasProcessors()
          Gets the CasProcessorss assigned to this CPM, in the order in which they will be caleld by the CPM.
 

Methods in org.apache.uima.collection.base_cpm with parameters of type CasProcessor
 void BaseCPM.addCasProcessor(CasProcessor aCasProcessor)
          Adds a CasProcessor to this CPM's list of consumers.
 void BaseCPM.addCasProcessor(CasProcessor aCasProcessor, int aIndex)
          Adds a CasProcessor to this CPM's list of consumers.
 void BaseCPM.removeCasProcessor(CasProcessor aCasProcessor)
          Removes a CasProcessor to this CPM's list of consumers.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.