Uses of Interface
org.apache.uima.collection.base_cpm.CasDataProcessor
Packages that use CasDataProcessor
Package
Description
-
Uses of CasDataProcessor in org.apache.uima.collection.base_cpm
Subinterfaces of CasDataProcessor in org.apache.uima.collection.base_cpmModifier and TypeInterfaceDescriptioninterface
Any component that operates on analysis results produced by a UIMA CasDataProcessor.Classes in org.apache.uima.collection.base_cpm that implement CasDataProcessorModifier and TypeClassDescriptionclass
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 CasDataProcessorModifier and TypeClassDescriptionclass
Implementation of theCasDataProcessor
interface used for both Local and Remote CasDataProcessors.