-
Key: UML14-977
-
Legacy Issue Number: 3148
-
Status: closed
-
Source: OpenModeling ( Jos Warmer)
-
Summary:
his nice feature provides a useful shortcut for writing complex OCL
expressions. However, it is under-defined both syntactically and
semantically.Syntactically, why stop at one level, as specified by the grammar
rule:expression := letExpression?
logicalExpressionTo make the language more orthogonal, that rule should be
replaced with:expression := ( letExpression expression )
logicalExpression which, by the way, ensures the correct precedence and evaluation
order. The generic form of the let expression is:let <variable> = <expression-1> in <expression-2>
what is not so self-evident, is the following: this fancy syntax
somehow hides the fact that semantically this is equivalent to the
lambda-expressions known from functional analysis: -
Reported: UML 1.2 — Fri, 17 Dec 1999 05:00 GMT
-
Disposition: Resolved — UML 1.3
-
Disposition Summary:
No Data Available
-
Updated: Fri, 6 Mar 2015 21:37 GMT