Uses of Interface
org.apache.uima.util.Progress
Package
Description
Classes and interfaces for collection processing.
Example for an UIMA-based experiment running an analysis and evaluating the results.
Utility classes and interfaces used by UIMA components.
-
Uses of Progress in org.apache.uima.collection
Modifier and TypeMethodDescriptionProgress[]
CollectionProcessingEngine.getProgress()
Gets a progress report for the processing that is currently occurring or has just completed.Progress[]
CollectionProcessingManager.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
Modifier and TypeMethodDescriptionProgress[]
BaseCollectionReader.getProgress()
Gets information about the number of entities and/or amount of data that has been read from thisCollectionReader
, 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
-
Uses of Progress in org.apache.uima.collection.impl.cpm
Modifier and TypeMethodDescriptionProgress[]
BaseCPMImpl.getProgress()
Returns current CPE progress. -
Uses of Progress in org.apache.uima.collection.impl.cpm.engine
Modifier and TypeMethodDescriptionProgress[]
CPMEngine.getProgress()
Returns collectionReader progress. -
Uses of Progress in org.apache.uima.fit.examples.experiment.pos
-
Uses of Progress in org.apache.uima.tools.components
-
Uses of Progress in org.apache.uima.util