@Deprecated public interface AnalysisProcessData
AnalysisEngine's
 AnalysisEngine.process(AnalysisProcessData,ResultSpecification) method. This currently
 includes:
 Common Analysis System(CAS), from which the AnalysisEngine obtains the
 information to be processed, and to which the AnalysisEngine writes new annotation information.ProcessTrace object, which is used to record which AnalysisEngine components
 have executed and information, such as timing, about that execution.
 In a tightly-coupled system, a single AnalysisProcessData object is shared by
 multiple AnalysisEngines.
 
 In a loosely-coupled system, the AnalysisProcessData object is transmitted between
 remote AnalysisEngine services.
| Modifier and Type | Method and Description | 
|---|---|
| CAS | getCAS()Deprecated.  Gets the Common Analysis System ( CAS), from which the AnalysisEngine obtains the
 information to be processed, and to which the AnalysisEngine writes new annotation information. | 
| ProcessTrace | getProcessTrace()Deprecated.  Gets the  ProcessTraceobject, which is used to record which AnalysisEngine components
 have executed and information, such as timing, about that execution. | 
CAS getCAS()
CAS), from which the AnalysisEngine obtains the
 information to be processed, and to which the AnalysisEngine writes new annotation information.ProcessTrace getProcessTrace()
ProcessTrace object, which is used to record which AnalysisEngine components
 have executed and information, such as timing, about that execution.ProcessTrace object used by the AnalysisEngineCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.