Uses of Interface
org.apache.uima.collection.EntityProcessStatus

Packages that use EntityProcessStatus
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.examples Examples illustrating how to use the UIMA Framework. 
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
 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
 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
 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
static void CPMEngine.callEntityProcessCompleteWithCAS(StatusCallbackListener statCL, CAS cas, EntityProcessStatus eps)
          Internal use only, public for crss package access.
protected  void ProcessingUnit.doNotifyListeners(java.lang.Object aCas, boolean isCasObject, EntityProcessStatus aEntityProcStatus)
          Notifies all configured listeners.
protected  void NonThreadedProcessingUnit.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 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
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'es
 

Uses of EntityProcessStatus in org.apache.uima.examples
 

Methods in org.apache.uima.examples with parameters of type EntityProcessStatus
 void RunAE.entityProcessComplete(CAS aCas, EntityProcessStatus aStatus)
           
 

Uses of EntityProcessStatus in org.apache.uima.tools
 

Methods in org.apache.uima.tools with parameters of type EntityProcessStatus
 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
 void DocumentAnalyzer.entityProcessComplete(CAS aCas, EntityProcessStatus aStatus)
           
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.