Uses of Interface
org.apache.uima.collection.EntityProcessStatus
Packages that use EntityProcessStatus
Package
Description
Classes and interfaces for collection processing.
-
Uses of EntityProcessStatus in org.apache.uima.collection
Methods in org.apache.uima.collection with parameters of type EntityProcessStatusModifier and TypeMethodDescriptionvoid
StatusCallbackListener.entityProcessComplete
(CAS aCas, EntityProcessStatus aStatus) Called when the processing of each entity has completed. -
Uses of EntityProcessStatus in org.apache.uima.collection.base_cpm
Methods in org.apache.uima.collection.base_cpm with parameters of type EntityProcessStatusModifier and TypeMethodDescriptionvoid
CasDataStatusCallbackListener.entityProcessComplete
(CasData aCasData, EntityProcessStatus aStatus) Called when the processing of each CasData unit has completed. -
Uses of EntityProcessStatus in org.apache.uima.collection.impl
Classes in org.apache.uima.collection.impl that implement EntityProcessStatus -
Uses of EntityProcessStatus in org.apache.uima.collection.impl.cpm.engine
Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type EntityProcessStatusModifier and TypeMethodDescriptionstatic void
CPMEngine.callEntityProcessCompleteWithCAS
(StatusCallbackListener statCL, CAS cas, EntityProcessStatus eps) Internal use only, public for cross package access. switches class loaders and locks casprotected void
NonThreadedProcessingUnit.doNotifyListeners
(Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus) Notifies all configured listeners.protected void
ProcessingUnit.doNotifyListeners
(Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus) Notifies all configured listeners.protected void
SequencedQueue.doNotifyListeners
(Object aCas, EntityProcessStatus aEntityProcStatus) Notifies all configured listeners.protected void
NonThreadedProcessingUnit.notifyListeners
(Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus) Notifies Listeners of the fact that the pipeline has finished processing the current set Cas'es.protected void
ProcessingUnit.notifyListeners
(Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus) Notifies Listeners of the fact that the pipeline has finished processing the current set Cas'es. -
Uses of EntityProcessStatus in org.apache.uima.tools
Methods in org.apache.uima.tools with parameters of type EntityProcessStatusModifier and TypeMethodDescriptionvoid
RunAE.entityProcessComplete
(CAS aCas, EntityProcessStatus aStatus) Entity process complete. -
Uses of EntityProcessStatus in org.apache.uima.tools.docanalyzer
Methods in org.apache.uima.tools.docanalyzer with parameters of type EntityProcessStatusModifier and TypeMethodDescriptionvoid
DocumentAnalyzer.entityProcessComplete
(CAS aCas, EntityProcessStatus aStatus) Entity process complete.