From e38bd2a9f8fdd5a0d6f479146a5f479d3bc6c475 Mon Sep 17 00:00:00 2001 From: opatrascoiu Date: Fri, 12 Feb 2021 18:22:12 +0000 Subject: [PATCH] Fix variable.typeRef for BKMs (#385) * Fix variable.typeRef for BKMs * Add removed variable.typeRef to encapsulatedLogic.typeRef --- .../0082-feel-coercion/0082-feel-coercion.dmn | 8 ++--- .../0086-import/Imported_Model.dmn | 2 +- .../0087-chapter-11-example.dmn | 36 +++++++++---------- .../0019-flight-rebooking.dmn | 8 ++--- 4 files changed, 27 insertions(+), 27 deletions(-) diff --git a/TestCases/compliance-level-3/0082-feel-coercion/0082-feel-coercion.dmn b/TestCases/compliance-level-3/0082-feel-coercion/0082-feel-coercion.dmn index 31dded559..a70931db9 100644 --- a/TestCases/compliance-level-3/0082-feel-coercion/0082-feel-coercion.dmn +++ b/TestCases/compliance-level-3/0082-feel-coercion/0082-feel-coercion.dmn @@ -147,8 +147,8 @@ - - + + arg @@ -157,8 +157,8 @@ - - + + [arg] diff --git a/TestCases/compliance-level-3/0086-import/Imported_Model.dmn b/TestCases/compliance-level-3/0086-import/Imported_Model.dmn index b7fc59ff0..19bb71b4b 100644 --- a/TestCases/compliance-level-3/0086-import/Imported_Model.dmn +++ b/TestCases/compliance-level-3/0086-import/Imported_Model.dmn @@ -20,7 +20,7 @@ - + diff --git a/TestCases/compliance-level-3/0087-chapter-11-example/0087-chapter-11-example.dmn b/TestCases/compliance-level-3/0087-chapter-11-example/0087-chapter-11-example.dmn index 814173ef8..f48e8564f 100644 --- a/TestCases/compliance-level-3/0087-chapter-11-example/0087-chapter-11-example.dmn +++ b/TestCases/compliance-level-3/0087-chapter-11-example/0087-chapter-11-example.dmn @@ -248,8 +248,8 @@ <p><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><span lang="JA">The&nbsp;</span><strong><span lang="JA">Eligibility rules&nbsp;</span></strong><span lang="JA">decision logic&nbsp;defines a complete, priority-ordered single hit decision table&nbsp;</span>deriving Eligibility from Pre-Bureau Risk Category, Pre-Bureau Affordability and Age.</span></p> - - + + @@ -342,8 +342,8 @@ <p><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><span lang="JA">The&nbsp;</span><strong><span lang="JA">Routing Rules&nbsp;</span></strong><span lang="JA">decision logic defines a complete, priority-ordered single hit decision table&nbsp;</span>deriving Routing from Post-Bureau Risk Category, Post-Bureau Affordability, Bankrupt and Credit Score.</span></p> - - + + @@ -518,8 +518,8 @@ <p><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><span lang="JA">The&nbsp;</span><strong><span lang="JA">Bureau call type table&nbsp;</span></strong><span lang="JA">decision logic defines a complete, unique-hit decision table deriving&nbsp;</span>Bureau Call Type from Pre-Bureau Risk Category.</span></p> - - + + @@ -569,8 +569,8 @@ <p><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"></span><span lang="JA">The&nbsp;</span><strong><span lang="JA">Credit contingency factor table&nbsp;</span></strong><span lang="JA"><span style="font-size: 10pt; font-family: arial, helvetica, sans-serif;">decision</span> logic defines a complete, unique-hit decision table&nbsp;</span>deriving Credit contingency factor from Risk Category.</p> <p>&nbsp;</p> - - + + @@ -615,8 +615,8 @@ <p><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><span lang="JA">The&nbsp;</span><strong><span lang="JA">Affordability calculation&nbsp;</span></strong><span lang="JA">decision logic defines a boxed function deriving Affordability from&nbsp;</span>Monthly Income, Monthly Repayments, Monthly Expenses and Required Monthly Installment. One step in this calculation derives Credit contingency factor by invoking the Credit contingency factor table business</span></p> - - + + @@ -811,8 +811,8 @@ <p><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><span lang="JA">The&nbsp;</span><strong><span lang="JA">Post-bureau risk category table&nbsp;</span></strong><span lang="JA">decision logic defines a complete, unique-hit decision table&nbsp;</span>deriving Post-Bureau Risk Category from Existing Customer, Application Risk Score and Credit Score.</span></p> - - + + @@ -1057,8 +1057,8 @@ <p><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><span lang="JA">The&nbsp;</span><strong><span lang="JA">Pre-bureau risk category table&nbsp;</span></strong><span lang="JA">decision logic defines a complete, unique-hit decision table&nbsp;</span>deriving Pre-bureau risk category from Existing Customer and Application Risk Score.</span></p> - - + + @@ -1207,8 +1207,8 @@ <p><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><span lang="JA">The&nbsp;</span><strong><span lang="JA">Application risk score model&nbsp;</span></strong><span lang="JA">decision logic&nbsp;defines a complete, no-order multiple-hit table&nbsp;</span>with aggregation, deriving Application risk score from Age, Marital Status and Employment Status, as the sum of the Partial scores of all matching rows (this is therefore a predictive scorecard represented as a decision table).</span></p> - - + + @@ -1445,8 +1445,8 @@ <p><span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><span lang="JA">The&nbsp;</span><strong><span lang="JA">Installment calculation&nbsp;</span></strong><span lang="JA">decision logic&nbsp;defines a boxed function deriving monthly installment&nbsp;</span>from Product Type, Rate, Term and Amount.</span></p> - - + + diff --git a/TestCases/non-compliant/0019-flight-rebooking/0019-flight-rebooking.dmn b/TestCases/non-compliant/0019-flight-rebooking/0019-flight-rebooking.dmn index bbbda9257..0697cff77 100644 --- a/TestCases/non-compliant/0019-flight-rebooking/0019-flight-rebooking.dmn +++ b/TestCases/non-compliant/0019-flight-rebooking/0019-flight-rebooking.dmn @@ -131,8 +131,8 @@ - - + + @@ -240,8 +240,8 @@ - - + +