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.