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 TypeMethodDescriptionvoidStatusCallbackListener.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 TypeMethodDescriptionvoidCasDataStatusCallbackListener.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 voidCPMEngine.callEntityProcessCompleteWithCAS(StatusCallbackListener statCL, CAS cas, EntityProcessStatus eps) Internal use only, public for cross package access. switches class loaders and locks casprotected voidNonThreadedProcessingUnit.doNotifyListeners(Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus) Notifies all configured listeners.protected voidProcessingUnit.doNotifyListeners(Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus) Notifies all configured listeners.protected voidSequencedQueue.doNotifyListeners(Object aCas, EntityProcessStatus aEntityProcStatus) Notifies all configured listeners.protected voidNonThreadedProcessingUnit.notifyListeners(Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus) Notifies Listeners of the fact that the pipeline has finished processing the current set Cas'es.protected voidProcessingUnit.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 TypeMethodDescriptionvoidRunAE.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 TypeMethodDescriptionvoidDocumentAnalyzer.entityProcessComplete(CAS aCas, EntityProcessStatus aStatus) Entity process complete.