|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.uima.analysis_engine.impl.AnalysisProcessData_impl
@Deprecated public class AnalysisProcessData_impl
Reference implementation of AnalysisProcessData_impl.
| Field Summary | |
|---|---|
protected CAS |
mCAS
Deprecated. The CAS owned by this AnalysisProcessData. |
protected ProcessTrace |
mProcessTrace
Deprecated. The ProcessTrace owned by this AnalysisProcessData. |
| Constructor Summary | |
|---|---|
AnalysisProcessData_impl(CAS aCAS,
ProcessTrace aTrace)
Deprecated. Creates a new AnalysisProcessData_impl from exsiting CAS. |
|
AnalysisProcessData_impl(CAS aCAS,
java.util.Properties aPerformanceTuningSettings)
Deprecated. Creates a new AnalysisProcessData_impl from an exsiting CAS. |
|
| Method Summary | |
|---|---|
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 ProcessTrace 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CAS mCAS
protected ProcessTrace mProcessTrace
| Constructor Detail |
|---|
public AnalysisProcessData_impl(CAS aCAS,
ProcessTrace aTrace)
CAS. and ProcessTrace
objects.
public AnalysisProcessData_impl(CAS aCAS,
java.util.Properties aPerformanceTuningSettings)
CAS. A new
ProcessTrace will be created.
aPerformanceTuningSettings - performance tuning settings used to configure ProcessTrace.| Method Detail |
|---|
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 AnalysisProcessDataProcessTrace object used by the AnalysisEngineAnalysisProcessData.getProcessTrace()public void setProcessTrace(ProcessTrace aProcessTrace)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||