Uses of Interface
org.apache.uima.collection.EntityProcessStatus
-
Packages that use EntityProcessStatus Package Description 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.engine org.apache.uima.tools org.apache.uima.tools.docanalyzer -
-
Uses of EntityProcessStatus in org.apache.uima.collection
Methods in org.apache.uima.collection with parameters of type EntityProcessStatus Modifier and Type Method Description void
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 EntityProcessStatus Modifier and Type Method Description void
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 Modifier and Type Class Description class
EntityProcessStatusImpl
-
Uses of EntityProcessStatus in org.apache.uima.collection.impl.cpm.engine
Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type EntityProcessStatus Modifier and Type Method Description static void
CPMEngine. callEntityProcessCompleteWithCAS(StatusCallbackListener statCL, CAS cas, EntityProcessStatus eps)
Internal use only, public for crss package access.protected void
NonThreadedProcessingUnit. doNotifyListeners(java.lang.Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus)
Notifies all configured listeners.protected void
ProcessingUnit. doNotifyListeners(java.lang.Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus)
Notifies all configured listeners.protected void
SequencedQueue. doNotifyListeners(java.lang.Object aCas, EntityProcessStatus aEntityProcStatus)
Notifies all configured listeners.protected void
NonThreadedProcessingUnit. notifyListeners(java.lang.Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus)
Notifies Listeners of the fact that the pipeline has finished processing the current set Cas'esprotected void
ProcessingUnit. notifyListeners(java.lang.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 EntityProcessStatus Modifier and Type Method Description void
RunAE. entityProcessComplete(CAS aCas, EntityProcessStatus aStatus)
-
Uses of EntityProcessStatus in org.apache.uima.tools.docanalyzer
Methods in org.apache.uima.tools.docanalyzer with parameters of type EntityProcessStatus Modifier and Type Method Description void
DocumentAnalyzer. entityProcessComplete(CAS aCas, EntityProcessStatus aStatus)
-