/AWS1/CL_BDKAUTOREASPLYVARRPT¶
Provides detailed fidelity analysis for a specific policy variable, including which source document statements support it and how accurate the variable definition is.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_policyvariable TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD07 /AWS1/BDKAUTOMATEDRSNINGPLYD07¶
The name of the policy variable being analyzed in this report.
Optional arguments:¶
it_groundingstatements TYPE /AWS1/CL_BDKAUTOREASPLYSTMTREF=>TT_AUTOMTDREASNGPLYSTMTREFLIST TT_AUTOMTDREASNGPLYSTMTREFLIST¶
References to statements from the source documents that provide the basis or justification for this variable.
it_groundingjustifications TYPE /AWS1/CL_BDKAUTRSNPLYJSTLIST_W=>TT_AUTOMTDREASNGPLYJSTFCTNLIST TT_AUTOMTDREASNGPLYJSTFCTNLIST¶
Explanations describing how the source statements support and justify this specific variable definition.
iv_accuracyscore TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
A score from 0.0 to 1.0 indicating how accurately this variable represents concepts from the source material.
iv_accuracyjustification TYPE /AWS1/BDKAUTOREASPLYJUSTTEXT /AWS1/BDKAUTOREASPLYJUSTTEXT¶
A textual explanation of the accuracy score, describing why the variable received this particular accuracy rating.
Queryable Attributes¶
policyVariable¶
The name of the policy variable being analyzed in this report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYVARIABLE() |
Getter for POLICYVARIABLE, with configurable default |
ASK_POLICYVARIABLE() |
Getter for POLICYVARIABLE w/ exceptions if field has no valu |
HAS_POLICYVARIABLE() |
Determine if POLICYVARIABLE has a value |
groundingStatements¶
References to statements from the source documents that provide the basis or justification for this variable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUNDINGSTATEMENTS() |
Getter for GROUNDINGSTATEMENTS, with configurable default |
ASK_GROUNDINGSTATEMENTS() |
Getter for GROUNDINGSTATEMENTS w/ exceptions if field has no |
HAS_GROUNDINGSTATEMENTS() |
Determine if GROUNDINGSTATEMENTS has a value |
groundingJustifications¶
Explanations describing how the source statements support and justify this specific variable definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUNDINGJUSTIFICATIONS() |
Getter for GROUNDINGJUSTIFICATIONS, with configurable defaul |
ASK_GROUNDINGJUSTIFICATIONS() |
Getter for GROUNDINGJUSTIFICATIONS w/ exceptions if field ha |
HAS_GROUNDINGJUSTIFICATIONS() |
Determine if GROUNDINGJUSTIFICATIONS has a value |
accuracyScore¶
A score from 0.0 to 1.0 indicating how accurately this variable represents concepts from the source material.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCURACYSCORE() |
Getter for ACCURACYSCORE, with configurable default |
ASK_ACCURACYSCORE() |
Getter for ACCURACYSCORE w/ exceptions if field has no value |
STR_ACCURACYSCORE() |
String format for ACCURACYSCORE, with configurable default |
HAS_ACCURACYSCORE() |
Determine if ACCURACYSCORE has a value |
accuracyJustification¶
A textual explanation of the accuracy score, describing why the variable received this particular accuracy rating.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCURACYJUSTIFICATION() |
Getter for ACCURACYJUSTIFICATION, with configurable default |
ASK_ACCURACYJUSTIFICATION() |
Getter for ACCURACYJUSTIFICATION w/ exceptions if field has |
HAS_ACCURACYJUSTIFICATION() |
Determine if ACCURACYJUSTIFICATION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TS_AUTOREASPLYVARRPTMAP_MAPROW¶
TYPES: BEGIN OF TS_AUTOREASPLYVARRPTMAP_MAPROW,
key TYPE /AWS1/BDKAUTOMATEDRSNINGPLYD07,
value TYPE REF TO /AWS1/CL_BDKAUTOREASPLYVARRPT,
END OF TS_AUTOREASPLYVARRPTMAP_MAPROW.
TT_AUTOMTDREASNGPLYVARBLRPTMAP¶
TYPES TT_AUTOMTDREASNGPLYVARBLRPTMAP TYPE HASHED TABLE OF /AWS1/CL_BDKAUTOREASPLYVARRPT=>TS_AUTOREASPLYVARRPTMAP_MAPROW WITH UNIQUE KEY key
.