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.examples |
Examples illustrating how to use the UIMA Framework.
|
org.apache.uima.tools | |
org.apache.uima.tools.docanalyzer |
Modifier and Type | Method and Description |
---|---|
void |
StatusCallbackListener.entityProcessComplete(CAS aCas,
EntityProcessStatus aStatus)
Called when the processing of each entity has completed.
|
Modifier and Type | Method and Description |
---|---|
void |
CasDataStatusCallbackListener.entityProcessComplete(CasData aCasData,
EntityProcessStatus aStatus)
Called when the processing of each CasData unit has completed.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityProcessStatusImpl |
Modifier and Type | Method and Description |
---|---|
static void |
CPMEngine.callEntityProcessCompleteWithCAS(StatusCallbackListener statCL,
CAS cas,
EntityProcessStatus eps)
Internal use only, public for crss package access.
|
protected 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
|
Modifier and Type | Method and Description |
---|---|
void |
RunAE.entityProcessComplete(CAS aCas,
EntityProcessStatus aStatus) |
Modifier and Type | Method and Description |
---|---|
void |
RunAE.entityProcessComplete(CAS aCas,
EntityProcessStatus aStatus) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentAnalyzer.entityProcessComplete(CAS aCas,
EntityProcessStatus aStatus) |
Copyright © 2017. All rights reserved.