Package | Description |
---|---|
org.apache.uima.collection |
Classes and interfaces for collection processing.
|
org.apache.uima.collection.base_cpm | |
org.apache.uima.collection.impl.cpm | |
org.apache.uima.collection.impl.cpm.engine | |
org.apache.uima.tools | |
org.apache.uima.tools.docanalyzer |
Modifier and Type | Interface and Description |
---|---|
interface |
StatusCallbackListener
Interface for a Listener that receives notification from the
CollectionProcessingManager
as various events occur. |
Modifier and Type | Interface and Description |
---|---|
interface |
CasDataStatusCallbackListener
Interface for a Listener that receives notification from the
CollectionProcessingManager as various events occur. |
Modifier and Type | Method and Description |
---|---|
void |
BaseCPM.addStatusCallbackListener(BaseStatusCallbackListener aListener)
Registers a listsner to receive status callbacks.
|
void |
BaseCPM.removeStatusCallbackListener(BaseStatusCallbackListener aListener)
Unregisters a status callback listener.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseCPMImpl.addStatusCallbackListener(BaseStatusCallbackListener aListener) |
void |
BaseCPMImpl.removeStatusCallbackListener(BaseStatusCallbackListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
ProcessingUnit.addStatusCallbackListener(BaseStatusCallbackListener aListener)
Plugs in Listener object used for notifications.
|
void |
NonThreadedProcessingUnit.addStatusCallbackListener(BaseStatusCallbackListener aListener)
Plugs in Listener object used for notifications.
|
void |
CPMEngine.addStatusCallbackListener(BaseStatusCallbackListener aListener) |
void |
ProcessingUnit.removeStatusCallbackListener(BaseStatusCallbackListener aListener)
Removes given listener from the list of listeners
|
void |
NonThreadedProcessingUnit.removeStatusCallbackListener(BaseStatusCallbackListener aListener)
Removes given listener from the list of listeners
|
void |
CPMEngine.removeStatusCallbackListener(BaseStatusCallbackListener aListener)
Unregisters given listener from the CPM
|
Modifier and Type | Class and Description |
---|---|
class |
RunAE
An example application that reads documents from the file system, sends them though an Analysis
Engine(AE), and produces XML files with inline annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentAnalyzer
A simple GUI for the RunTextAnalysis application library.
|
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.