Uses of Interface
org.apache.uima.util.Progress

Packages that use Progress
org.apache.uima.collection Classes and interfaces for collection processing. 
org.apache.uima.collection.base_cpm   
org.apache.uima.collection.impl   
org.apache.uima.collection.impl.cpm   
org.apache.uima.collection.impl.cpm.engine   
org.apache.uima.examples.cpe Examples of using the Collection Processing Manager (CPM). 
org.apache.uima.examples.xmi   
org.apache.uima.tools.components   
org.apache.uima.util Utility classes and interfaces used by UIMA components. 
 

Uses of Progress in org.apache.uima.collection
 

Methods in org.apache.uima.collection that return Progress
 Progress[] CollectionProcessingManager.getProgress()
          Gets a progress report for the processing that is currently occurring or has just completed.
 Progress[] CollectionProcessingEngine.getProgress()
          Gets a progress report for the processing that is currently occurring or has just completed.
 

Uses of Progress in org.apache.uima.collection.base_cpm
 

Methods in org.apache.uima.collection.base_cpm that return Progress
 Progress[] BaseCollectionReader.getProgress()
          Gets information about the number of entities and/or amount of data that has been read from this CollectionReader, and the total amount that remains (if that information is available).
 Progress[] BaseCPM.getProgress()
          Gets a progress report for the processing that is currently occurring or has just completed.
 

Uses of Progress in org.apache.uima.collection.impl
 

Methods in org.apache.uima.collection.impl that return Progress
 Progress[] CollectionProcessingEngine_impl.getProgress()
           
 

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

Methods in org.apache.uima.collection.impl.cpm that return Progress
 Progress[] BaseCPMImpl.getProgress()
          Returns current CPE progress.
 

Uses of Progress in org.apache.uima.collection.impl.cpm.engine
 

Methods in org.apache.uima.collection.impl.cpm.engine that return Progress
 Progress[] CPMEngine.getProgress()
          Returns collectionReader progress.
 

Uses of Progress in org.apache.uima.examples.cpe
 

Methods in org.apache.uima.examples.cpe that return Progress
 Progress[] FileSystemCollectionReader.getProgress()
           
 

Uses of Progress in org.apache.uima.examples.xmi
 

Methods in org.apache.uima.examples.xmi that return Progress
 Progress[] XmiCollectionReader.getProgress()
           
 

Uses of Progress in org.apache.uima.tools.components
 

Methods in org.apache.uima.tools.components that return Progress
 Progress[] FileSystemCollectionReader.getProgress()
           
 

Uses of Progress in org.apache.uima.util
 

Classes in org.apache.uima.util that implement Progress
 class ProgressImpl
           
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.