Uses of Interface
org.apache.uima.collection.metadata.CpeConfiguration
Packages that use CpeConfiguration
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Java object representation of a CPE Descriptor.
Contains reference implementations of the interfaces in
org.apache.uima
.-
Uses of CpeConfiguration in org.apache.uima
Methods in org.apache.uima that return CpeConfiguration -
Uses of CpeConfiguration in org.apache.uima.collection.impl.cpm
Methods in org.apache.uima.collection.impl.cpm that return CpeConfigurationModifier and TypeMethodDescriptionBaseCPMImpl.getCPEConfig()
ReturnsCPEConfig
object holding current CPE configuration -
Uses of CpeConfiguration in org.apache.uima.collection.impl.cpm.container
Methods in org.apache.uima.collection.impl.cpm.container that return CpeConfigurationModifier and TypeMethodDescriptionCPEFactory.getCPEConfig()
Returns an object containing global CPE configuration including: Number of documents to process Checkpoint configuration id of the document begin processing -
Uses of CpeConfiguration in org.apache.uima.collection.impl.cpm.engine
Fields in org.apache.uima.collection.impl.cpm.engine declared as CpeConfigurationModifier and TypeFieldDescriptionprotected CpeConfiguration
NonThreadedProcessingUnit.cpeConfiguration
protected CpeConfiguration
ProcessingUnit.cpeConfiguration
Methods in org.apache.uima.collection.impl.cpm.engine that return CpeConfiguration -
Uses of CpeConfiguration in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeConfigurationFields in org.apache.uima.collection.impl.metadata.cpe declared as CpeConfigurationMethods in org.apache.uima.collection.impl.metadata.cpe that return CpeConfigurationModifier and TypeMethodDescriptionCpeDescriptionImpl.getCpeConfig()
CpeDescriptionImpl.getCpeConfiguration()
static CpeConfiguration
CpeDescriptorFactory.produceCpeConfiguration()
static CpeConfiguration
CpeDescriptorFactory.produceCpeConfiguration
(CpeDescription aDescriptor) Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeConfigurationModifier and TypeMethodDescriptionvoid
CpeDescriptionImpl.setCpeConfig
(CpeConfiguration aConfiguration) void
CpeDescriptionImpl.setCpeConfiguration
(CpeConfiguration aConfiguration) -
Uses of CpeConfiguration in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeConfigurationModifier and TypeMethodDescriptionCpeDescription.getCpeConfiguration()
Returns the CPE configuration that includes: An ID of the entity to begin processing with (OPTIONAL) Number of entities to process Checkpoint definition (checkpoint file, frequency) A name of the class implementingUimaTimer
interface.Methods in org.apache.uima.collection.metadata with parameters of type CpeConfigurationModifier and TypeMethodDescriptionvoid
CpeDescription.setCpeConfiguration
(CpeConfiguration aConfiguration) -
Uses of CpeConfiguration in org.apache.uima.impl
Methods in org.apache.uima.impl that return CpeConfiguration