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 interfaceCasDataConsumerAny 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 classCasDataConsumer_ImplBaseBase class from which to extend when writing CAS Consumers that use theCasDatainterface 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 classNetworkCasProcessorImplImplementation of theCasDataProcessorinterface used for both Local and Remote CasDataProcessors.
-