Uses of Interface
org.apache.uima.collection.metadata.CpeConfiguration

Packages that use CpeConfiguration
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.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 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
 CpeConfiguration ResourceSpecifierFactory.createCpeConfig()
           
 

Uses of CpeConfiguration in org.apache.uima.collection.impl.cpm
 

Methods in org.apache.uima.collection.impl.cpm that return CpeConfiguration
 CpeConfiguration BaseCPMImpl.getCPEConfig()
          Returns CPEConfig 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 CpeConfiguration
 CpeConfiguration CPEFactory.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
protected  CpeConfiguration NonThreadedProcessingUnit.cpeConfiguration
           
protected  CpeConfiguration ProcessingUnit.cpeConfiguration
           
 

Methods in org.apache.uima.collection.impl.cpm.engine that return CpeConfiguration
protected  CpeConfiguration CPMEngine.getCpeConfig()
           
 

Uses of CpeConfiguration in org.apache.uima.collection.impl.metadata.cpe
 

Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeConfiguration
 class CpeConfigurationImpl
           
 

Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeConfiguration
 CpeConfiguration CpeDescriptionImpl.getCpeConfig()
           
 CpeConfiguration 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 CpeConfiguration
 void 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 CpeConfiguration
 CpeConfiguration CpeDescription.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 implementing UimaTimer interface.
 

Methods in org.apache.uima.collection.metadata with parameters of type CpeConfiguration
 void CpeDescription.setCpeConfiguration(CpeConfiguration aConfiguration)
           
 

Uses of CpeConfiguration in org.apache.uima.impl
 

Methods in org.apache.uima.impl that return CpeConfiguration
 CpeConfiguration ResourceSpecifierFactory_impl.createCpeConfig()
           
 



Copyright © 2011. All Rights Reserved.