Class AnalysisProcessData_impl
java.lang.Object
org.apache.uima.analysis_engine.impl.AnalysisProcessData_impl
- All Implemented Interfaces:
AnalysisProcessData
Deprecated.
since v2.0
Reference implementation of
AnalysisProcessData_impl
.-
Field Summary
Modifier and TypeFieldDescriptionprotected CAS
Deprecated.The CAS owned by this AnalysisProcessData.protected ProcessTrace
Deprecated.The ProcessTrace owned by this AnalysisProcessData. -
Constructor Summary
ConstructorDescriptionAnalysisProcessData_impl
(CAS aCAS, Properties aPerformanceTuningSettings) Deprecated.Creates a new AnalysisProcessData_impl from an exsitingCAS
.AnalysisProcessData_impl
(CAS aCAS, ProcessTrace aTrace) Deprecated.Creates a new AnalysisProcessData_impl from exsitingCAS
. -
Method Summary
Modifier and TypeMethodDescriptiongetCAS()
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.Deprecated.Gets theProcessTrace
object, 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.
-
Field Details
-
mCAS
Deprecated.The CAS owned by this AnalysisProcessData. This reference does not change during the life of this AnalysisProcessData. -
mProcessTrace
Deprecated.The ProcessTrace owned by this AnalysisProcessData. This reference may change during the life of this AnalysisProcessData. once and does not change.
-
-
Constructor Details
-
AnalysisProcessData_impl
Deprecated.Creates a new AnalysisProcessData_impl from exsitingCAS
. andProcessTrace
objects.- Parameters:
aCAS
- -aTrace
- -
-
AnalysisProcessData_impl
Deprecated.Creates a new AnalysisProcessData_impl from an exsitingCAS
. A newProcessTrace
will be created.- Parameters:
aCAS
- -aPerformanceTuningSettings
- performance tuning settings used to configure ProcessTrace.
-
-
Method Details
-
getCAS
Deprecated.Description copied from interface:AnalysisProcessData
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.- Specified by:
getCAS
in interfaceAnalysisProcessData
- Returns:
- a reference to the CAS used by the AnalysisEngine
- See Also:
-
getProcessTrace
Deprecated.Description copied from interface:AnalysisProcessData
Gets theProcessTrace
object, which is used to record which AnalysisEngine components have executed and information, such as timing, about that execution.- Specified by:
getProcessTrace
in interfaceAnalysisProcessData
- Returns:
- -
- See Also:
-
setProcessTrace
Deprecated.Sets the ProcessTrace object. This is not available through the AnalysisProcessData interface.- Parameters:
aProcessTrace
- -
-