-
Enhancement
-
Resolution: Done
-
Major
-
7.24.0.Final
-
2019 Week 23-25, 2019 Week 26-28
-
5
-
NEW
-
NEW
When a PMML document is imported it is given an alias.
When the PMML document is used in a Function the alias is used as the document name.
When the import alias is changed Function's referencing the old alias should be updated.
Acceptance tests
Document name updates in the following scenarios:-
- Top level Decision defined as a PMML FunctionDefinition
- Top level BusinessKnowledgeModel defined as a PMML FunctionDefinition
- Decision with nested PMML FunctionDefinition (i.e. within a Context)
- BKM with nested PMML FunctionDefinition (i.e. BKM}}s expression is a {{Context holding the PMML FunctionDefinition)
Document name is not updated in the following scenarios:-
- Top level Decision defined as a FEEL Context with an InformationItem (variable) name "document"
- Top level BKM defined similarly to the foregoing Decision
- Nested variant for Decision
- Nested variant for BKM