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

Packages that use CasDataProcessor
org.apache.uima.collection.base_cpm   
org.apache.uima.collection.impl.cpm.container   
 

Uses of CasDataProcessor in org.apache.uima.collection.base_cpm
 

Subinterfaces of CasDataProcessor in org.apache.uima.collection.base_cpm
 interface CasDataConsumer
          Any component that operates on analysis results produced by a UIMA CasDataProcessor.
 

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

Uses of CasDataProcessor in org.apache.uima.collection.impl.cpm.container
 

Classes in org.apache.uima.collection.impl.cpm.container that implement CasDataProcessor
 class NetworkCasProcessorImpl
          Implementation of the CasDataProcessor interface used for both Local and Remote CasDataProcessors.
 



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