This GitHub repository lets you - our users - log and track issues that you find with our standards and other document. Tag the issue with the standard or standards effected; we will assign it to the relevant group(s) within TC 211.
12
stars
0
forks
source link
the definition of operation equals is different. #333
Justification: In UML, the definition is:
equals(other:Expression):Expression
However, based on the description "The operation "equals" shall return TRUE for a polynomial equality", the return type should be Boolean, as in the document.
equals(other:Expression):Boolean
Proposal: Please check the model and modify if needed.
Justification: In UML, the definition is: equals(other:Expression):Expression
However, based on the description "The operation "equals" shall return TRUE for a polynomial equality", the return type should be Boolean, as in the document.
equals(other:Expression):Boolean Proposal: Please check the model and modify if needed.