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

Packages that use CasObjectProcessor
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. 
 

Uses of CasObjectProcessor in org.apache.uima.analysis_engine
 

Subinterfaces of CasObjectProcessor 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 CasObjectProcessor in org.apache.uima.collection
 

Subinterfaces of CasObjectProcessor 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 CasObjectProcessor
 class CasConsumer_ImplBase
          Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.
 



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