@Deprecated public class AnalysisProcessData_impl extends Object implements AnalysisProcessData
AnalysisProcessData_impl.| Modifier and Type | Field and Description | 
|---|---|
| protected CAS | mCASDeprecated.  The CAS owned by this AnalysisProcessData. | 
| protected ProcessTrace | mProcessTraceDeprecated.  The ProcessTrace owned by this AnalysisProcessData. | 
| Constructor and Description | 
|---|
| AnalysisProcessData_impl(CAS aCAS,
                        ProcessTrace aTrace)Deprecated.  Creates a new AnalysisProcessData_impl from exsiting  CAS. | 
| AnalysisProcessData_impl(CAS aCAS,
                        Properties aPerformanceTuningSettings)Deprecated.  Creates a new AnalysisProcessData_impl from an exsiting  CAS. | 
| 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. | 
| void | setProcessTrace(ProcessTrace aProcessTrace)Deprecated.  Sets the ProcessTrace object. | 
protected CAS mCAS
protected ProcessTrace mProcessTrace
public AnalysisProcessData_impl(CAS aCAS, ProcessTrace aTrace)
CAS. and ProcessTrace
 objects.aCAS - -aTrace - -public AnalysisProcessData_impl(CAS aCAS, Properties aPerformanceTuningSettings)
CAS. A new ProcessTrace
 will be created.aCAS - -aPerformanceTuningSettings - performance tuning settings used to configure ProcessTrace.public CAS getCAS()
AnalysisProcessDataCAS), from which the AnalysisEngine obtains the
 information to be processed, and to which the AnalysisEngine writes new annotation information.getCAS in interface AnalysisProcessDataAnalysisProcessData.getCAS()public ProcessTrace getProcessTrace()
AnalysisProcessDataProcessTrace object, which is used to record which AnalysisEngine components
 have executed and information, such as timing, about that execution.getProcessTrace in interface AnalysisProcessDataAnalysisProcessData.getProcessTrace()public void setProcessTrace(ProcessTrace aProcessTrace)
aProcessTrace - -Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.