Uses of Interface
org.apache.uima.collection.base_cpm.CasDataProcessor
-
Packages that use CasDataProcessor Package Description 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 Modifier and Type Interface Description 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 Modifier and Type Class Description class
CasDataConsumer_ImplBase
Base class from which to extend when writing CAS Consumers that use theCasData
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 Modifier and Type Class Description class
NetworkCasProcessorImpl
Implementation of theCasDataProcessor
interface used for both Local and Remote CasDataProcessors.
-