public class CollectionProcessingEngine_impl extends Object implements org.apache.uima.collection.CollectionProcessingEngine
| Constructor and Description |
|---|
CollectionProcessingEngine_impl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStatusCallbackListener(org.apache.uima.collection.StatusCallbackListener aListener) |
void |
asynchStop() |
org.apache.uima.collection.base_cpm.CasProcessor[] |
getCasProcessors() |
org.apache.uima.collection.base_cpm.BaseCollectionReader |
getCollectionReader() |
protected BaseCPMImpl |
getCPM() |
org.apache.uima.util.ProcessTrace |
getPerformanceReport() |
org.apache.uima.util.Progress[] |
getProgress() |
void |
initialize(org.apache.uima.collection.metadata.CpeDescription aCpeDescription,
Map aAdditionalParams) |
boolean |
isPaused() |
boolean |
isProcessing() |
void |
kill() |
void |
pause() |
void |
process() |
void |
removeStatusCallbackListener(org.apache.uima.collection.StatusCallbackListener aListener) |
void |
resume() |
void |
stop() |
public void initialize(org.apache.uima.collection.metadata.CpeDescription aCpeDescription,
Map aAdditionalParams)
throws org.apache.uima.resource.ResourceInitializationException
initialize in interface org.apache.uima.collection.CollectionProcessingEngineorg.apache.uima.resource.ResourceInitializationExceptionpublic void addStatusCallbackListener(org.apache.uima.collection.StatusCallbackListener aListener)
addStatusCallbackListener in interface org.apache.uima.collection.CollectionProcessingEnginepublic void removeStatusCallbackListener(org.apache.uima.collection.StatusCallbackListener aListener)
removeStatusCallbackListener in interface org.apache.uima.collection.CollectionProcessingEnginepublic void process()
throws org.apache.uima.resource.ResourceInitializationException
process in interface org.apache.uima.collection.CollectionProcessingEngineorg.apache.uima.resource.ResourceInitializationExceptionpublic boolean isProcessing()
isProcessing in interface org.apache.uima.collection.CollectionProcessingEnginepublic void pause()
pause in interface org.apache.uima.collection.CollectionProcessingEnginepublic boolean isPaused()
isPaused in interface org.apache.uima.collection.CollectionProcessingEnginepublic void resume()
resume in interface org.apache.uima.collection.CollectionProcessingEnginepublic void stop()
stop in interface org.apache.uima.collection.CollectionProcessingEnginepublic void kill()
kill in interface org.apache.uima.collection.CollectionProcessingEnginepublic void asynchStop()
public org.apache.uima.util.ProcessTrace getPerformanceReport()
getPerformanceReport in interface org.apache.uima.collection.CollectionProcessingEnginepublic org.apache.uima.util.Progress[] getProgress()
getProgress in interface org.apache.uima.collection.CollectionProcessingEngineprotected BaseCPMImpl getCPM()
public org.apache.uima.collection.base_cpm.CasProcessor[] getCasProcessors()
getCasProcessors in interface org.apache.uima.collection.CollectionProcessingEnginepublic org.apache.uima.collection.base_cpm.BaseCollectionReader getCollectionReader()
getCollectionReader in interface org.apache.uima.collection.CollectionProcessingEngineCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.