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