Package | Description |
---|---|
org.apache.uima.analysis_engine |
The Analysis Engine interface, along with supporting
interfaces and exception classes.
|
org.apache.uima.analysis_engine.impl | |
org.apache.uima.collection |
Classes and interfaces for collection processing.
|
org.apache.uima.collection.base_cpm | |
org.apache.uima.collection.impl.base_cpm.container | |
org.apache.uima.collection.impl.base_cpm.container.deployer | |
org.apache.uima.collection.impl.cpm.container | |
org.apache.uima.collection.impl.cpm.engine | |
org.apache.uima.examples.cpe |
Examples of using the Collection Processing Manager (CPM).
|
org.apache.uima.examples.xmi | |
org.apache.uima.test.junit_extension | |
org.apache.uima.tools.components |
Modifier and Type | Class and Description |
---|---|
class |
AnalysisEngineProcessException
An
AnalysisEngineProcessException may be thrown by an Analysis Engine's process
method, indicating that a failure occurred during processing. |
Modifier and Type | Method and Description |
---|---|
void |
PearAnalysisEngineWrapper.batchProcessComplete(ProcessTrace trace) |
void |
AnalysisEngineImplBase.batchProcessComplete(ProcessTrace aTrace) |
void |
PearAnalysisEngineWrapper.collectionProcessComplete(ProcessTrace trace) |
void |
AnalysisEngineImplBase.collectionProcessComplete(ProcessTrace aTrace) |
void |
AnalysisEngineImplBase.processCas(CAS aCAS) |
void |
AnalysisEngineImplBase.processCas(CAS[] aCASes) |
Modifier and Type | Method and Description |
---|---|
void |
CasConsumer_ImplBase.batchProcessComplete(ProcessTrace arg0) |
void |
CasConsumer_ImplBase.collectionProcessComplete(ProcessTrace arg0) |
void |
CasConsumer_ImplBase.processCas(CAS[] aCASes) |
Modifier and Type | Method and Description |
---|---|
void |
CasProcessor.batchProcessComplete(ProcessTrace aTrace)
Completes the processing of a batch.
|
void |
CasDataConsumer.batchProcessComplete(ProcessTrace aTrace)
Completes the processing of a batch.
|
void |
CasProcessor.collectionProcessComplete(ProcessTrace aTrace)
Completes the processing of an entire collection.
|
void |
CasDataConsumer.collectionProcessComplete(ProcessTrace aTrace)
Completes the processing of an entire collection.
|
CasData |
CasDataProcessor.process(CasData aCAS)
Process a single CasData.
|
CasData[] |
CasDataProcessor.process(CasData[] aCASes)
Process multiple CasData objects.
|
void |
CasObjectProcessor.processCas(CAS aCAS)
Process a single CAS.
|
void |
CasObjectProcessor.processCas(CAS[] aCASes)
Processes multiple CASes.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
ProcessingContainer.isEndOfBatch(CasProcessor aCasProcessor,
int aProcessedSize) |
Modifier and Type | Class and Description |
---|---|
class |
CasProcessorDeploymentException |
Modifier and Type | Method and Description |
---|---|
void |
CasObjectNetworkCasProcessorImpl.batchProcessComplete(ProcessTrace aTrace) |
void |
NetworkCasProcessorImpl.batchProcessComplete(ProcessTrace aTrace)
Notifies Network AE that end-of-batch marker has been reached.
|
void |
CasObjectNetworkCasProcessorImpl.collectionProcessComplete(ProcessTrace aTrace)
Closes the connection to the remote service
|
void |
NetworkCasProcessorImpl.collectionProcessComplete(ProcessTrace aTrace)
This method gets called when the CPM completes processing the collection.
|
boolean |
ProcessingContainer_Impl.isEndOfBatch(CasProcessor aCasProcessor,
int aProcessedSize) |
CasData |
NetworkCasProcessorImpl.process(CasData aCas)
Main method used during analysis.
|
CasData[] |
NetworkCasProcessorImpl.process(CasData[] aCasList)
Main method used during analysis.
|
void |
CasObjectNetworkCasProcessorImpl.processCas(CAS aCAS)
Uses configured transport to delegate given CAS to the remote service.
|
void |
CasObjectNetworkCasProcessorImpl.processCas(CAS[] aCASes)
Uses configured transport to delegate given CASes to the remote service
|
Modifier and Type | Class and Description |
---|---|
class |
CPMChunkTimeoutException |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ProcessingUnit.processNext(Object[] aCasObjectList,
ProcessTrace pTrTemp)
Executes the processing pipeline.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationPrinter.batchProcessComplete(ProcessTrace aTrace)
Called when a batch of processing is completed.
|
void |
PersonTitleDBWriterCasConsumer.collectionProcessComplete(ProcessTrace arg0) |
void |
AnnotationPrinter.collectionProcessComplete(ProcessTrace aTrace)
Called when the entire collection is completed.
|
void |
InlineXmlCasConsumer.processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.
|
void |
PersonTitleDBWriterCasConsumer.processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.
|
void |
AnnotationPrinter.processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.
|
void |
XCasWriterCasConsumer.processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.
|
Modifier and Type | Method and Description |
---|---|
void |
XmiEcoreCasConsumer.processCas(CAS aCAS)
Processes a CAS.
|
void |
XmiWriterCasConsumer.processCas(CAS aCAS)
Processes the CAS which was populated by the TextAnalysisEngines.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationWriter.batchProcessComplete(ProcessTrace aTrace) |
void |
AnnotationWriter.collectionProcessComplete(ProcessTrace aTrace) |
void |
AnnotationWriter.processCas(CAS aCAS) |
Modifier and Type | Method and Description |
---|---|
void |
XCasWriterCasConsumer.processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.
|
void |
XmiWriterCasConsumer.processCas(CAS aCAS)
Processes the CAS which was populated by the TextAnalysisEngines.
|
void |
InlineXmlCasConsumer.processCas(CAS aCAS)
Processes the CasContainer which was populated by the TextAnalysisEngines.
|
Copyright © 2017. All rights reserved.