| Package | Description | 
|---|---|
| org.apache.uima | The main package for the Unstructured Information Management Middleware 
Architecture. | 
| org.apache.uima.analysis_engine | The Analysis Engine interface, along with supporting 
interfaces and exception classes. | 
| org.apache.uima.collection | Classes and interfaces for collection processing. | 
| org.apache.uima.collection.base_cpm | |
| org.apache.uima.util | Utility classes and interfaces used by UIMA components. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UimaContextAdmin. setProcessTrace(ProcessTrace aProcessTrace)Sets the current ProcessTrace object, which will receive trace events generated by the
 InstrumentationFacility. | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessTrace | AnalysisProcessData. getProcessTrace()Deprecated.  Gets the  ProcessTraceobject, which is used to record which AnalysisEngine components
 have executed and information, such as timing, about that execution. | 
| ProcessTrace | AnalysisEngine. process(CAS aCAS)Invokes this AnalysisEngine's analysis logic. | 
| ProcessTrace | AnalysisEngine. process(CAS aCAS,
       ResultSpecification aResultSpec)Invokes this AnalysisEngine's analysis logic. | 
| ProcessTrace | AnalysisEngine. process(JCas aJCas)Similar to  AnalysisEngine.process(CAS)but uses the Java-object-basedJCasinterface instead
 of the generalCASinterface. | 
| ProcessTrace | AnalysisEngine. process(JCas aJCas,
       ResultSpecification aResultSpec)Similar to  AnalysisEngine.process(CAS,ResultSpecification)but uses the Java-object-basedJCasinterface instead of the generalCASinterface. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnalysisEngine. process(CAS aCAS,
       ResultSpecification aResultSpec,
       ProcessTrace aTrace)Invokes this AnalysisEngine's analysis logic. | 
| void | AnalysisEngine. process(JCas aJCas,
       ResultSpecification aResultSpec,
       ProcessTrace aTrace)Similar to  AnalysisEngine.process(CAS, ResultSpecification, ProcessTrace)but uses the
 Java-object-basedJCasinterface instead of the generalCASinterface. | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessTrace | CollectionProcessingEngine. getPerformanceReport()Gets a performance report for the processing that is currently occurring or has just completed. | 
| ProcessTrace | CollectionProcessingManager. getPerformanceReport()Gets a performance report for the processing that is currently occurring or has just completed. | 
| ProcessTrace | EntityProcessStatus. getProcessTrace()Gets the  ProcessTraceobject for the Entity's processing. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CasConsumer_ImplBase. batchProcessComplete(ProcessTrace arg0) | 
| void | CasConsumer_ImplBase. collectionProcessComplete(ProcessTrace arg0) | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessTrace | BaseCPM. getPerformanceReport()Gets a performance report for the processing that is currently occurring or has just completed. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CasDataConsumer. batchProcessComplete(ProcessTrace aTrace)Completes the processing of a batch. | 
| void | CasProcessor. batchProcessComplete(ProcessTrace aTrace)Completes the processing of a batch. | 
| void | CasDataConsumer. collectionProcessComplete(ProcessTrace aTrace)Completes the processing of an entire collection. | 
| void | CasProcessor. collectionProcessComplete(ProcessTrace aTrace)Completes the processing of an entire collection. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProcessTrace. aggregate(ProcessTrace aProcessTrace)Aggregates the information in another  ProcessTracewith this one. | 
| Constructor and Description | 
|---|
| AnalysisEnginePerformanceReports(ProcessTrace aProcessTrace) | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.