Issue 7534: result value of an association class call expression (ocl2-rtf) Source: OpenModeling (Mr. Jos Warmer, jos.warmer(at)openmodeling.nl) Nature: Uncategorized Issue Severity: Summary: 26. -- [1] The result value of an association class call expression is the value -- bound to the name of the association class to which it refers. Note that the -- determination of the result value when qualifiers are present is specified in -- section 5.4.3 ("Well-formedness rules for the AS-Domain-Mapping.exp-eval -- Package"). The operation getCurrentValueOf is an operation defined on -- ObjectValue in section 5.2.3 ("Additional operations for the Values Package"). context AssociationClassCallExpEval inv: qualifiers->size() = 0 implies resultValue = source.resultValue.getCurrentValueOf(referredAssociationClass.name) ==> ’name’ should be ’value’ Resolution: Revised Text: Actions taken: June 10, 2004: received issue Discussion: End of Annotations:===== s is issue # 7534 result value of an association class call expression 26. -- [1] The result value of an association class call expression is the value -- bound to the name of the association class to which it refers. Note that the -- determination of the result value when qualifiers are present is specified in -- section 5.4.3 ("Well-formedness rules for the AS-Domain-Mapping.exp-eval -- Package"). The operation getCurrentValueOf is an operation defined on -- ObjectValue in section 5.2.3 ("Additional operations for the Values Package"). context AssociationClassCallExpEval inv: qualifiers->size() = 0 implies resultValue = source.resultValue.getCurrentValueOf(referredAssociationClass.name) ==> .name. should be .value.