Uses of Interface
org.apache.uima.collection.metadata.CpeConfiguration
-
Packages that use CpeConfiguration Package Description org.apache.uima Apache UIMAorg.apache.uima.collection.impl.cpm org.apache.uima.collection.impl.cpm.container org.apache.uima.collection.impl.cpm.engine org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Apache UIMA internals -
-
Uses of CpeConfiguration in org.apache.uima
Methods in org.apache.uima that return CpeConfiguration Modifier and Type Method Description CpeConfigurationResourceSpecifierFactory. createCpeConfig() -
Uses of CpeConfiguration in org.apache.uima.collection.impl.cpm
Methods in org.apache.uima.collection.impl.cpm that return CpeConfiguration Modifier and Type Method Description CpeConfigurationBaseCPMImpl. getCPEConfig()ReturnsCPEConfigobject 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 CpeConfiguration Modifier and Type Method Description CpeConfigurationCPEFactory. 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 CpeConfiguration Modifier and Type Field Description protected CpeConfigurationNonThreadedProcessingUnit. cpeConfigurationThe cpe configuration.protected CpeConfigurationProcessingUnit. cpeConfigurationThe cpe configuration.Methods in org.apache.uima.collection.impl.cpm.engine that return CpeConfiguration Modifier and Type Method Description protected CpeConfigurationCPMEngine. getCpeConfig()Gets the cpe config. -
Uses of CpeConfiguration in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeConfiguration Modifier and Type Class Description classCpeConfigurationImplThe Class CpeConfigurationImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as CpeConfiguration Modifier and Type Field Description private CpeConfigurationCpeDescriptionImpl. cpeConfigurationThe cpe configuration.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeConfiguration Modifier and Type Method Description CpeConfigurationCpeDescriptionImpl. getCpeConfig()Gets the cpe config.CpeConfigurationCpeDescriptionImpl. getCpeConfiguration()static CpeConfigurationCpeDescriptorFactory. produceCpeConfiguration()Produce cpe configuration.static CpeConfigurationCpeDescriptorFactory. produceCpeConfiguration(CpeDescription aDescriptor)Produce cpe configuration.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeConfiguration Modifier and Type Method Description voidCpeDescriptionImpl. setCpeConfig(CpeConfiguration aConfiguration)Sets the cpe config.voidCpeDescriptionImpl. setCpeConfiguration(CpeConfiguration aConfiguration) -
Uses of CpeConfiguration in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeConfiguration Modifier and Type Method Description CpeConfigurationCpeDescription. 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 implementingUimaTimerinterface.Methods in org.apache.uima.collection.metadata with parameters of type CpeConfiguration Modifier and Type Method Description voidCpeDescription. setCpeConfiguration(CpeConfiguration aConfiguration) -
Uses of CpeConfiguration in org.apache.uima.impl
Methods in org.apache.uima.impl that return CpeConfiguration Modifier and Type Method Description CpeConfigurationResourceSpecifierFactory_impl. createCpeConfig()
-