Unified Modeling Language Avatar
  1. OMG Specification

Unified Modeling Language — All Issues

  • Acronym: UML
  • Issues Count: 1
  • Description: All Issues
Closed All
All Issues

Issues Summary

Key Issue Reported Fixed Disposition Status
UML23-145 Semantics of the AddVariableValueAction UML 2.2 UML 2.3b1 Resolved closed

Issues Descriptions

Semantics of the AddVariableValueAction

  • Key: UML23-145
  • Legacy Issue Number: 14027
  • Status: closed  
  • Source: European Software Institute (ESI -Tecnalia) ( Aitor Aldazabal)
  • Summary:

    In the Semantics of the AddVariableValueAction there is a line stating: "If isReplaceAll is false and the variable is unordered and non-unique, then adding an existing value has no effect." I find this statement in correct and in conflict with the semantics defined in multiplicity element. multiplicityElement.ordered -> Specifies whether the values are inserted in a certain position which can be identified by an Integer. This has no influence whatsoever on WHAT values can be added to a variable. multiplicityElement.unique -> An instance (of any type) cannot appear more than once in the collection of values. addVariableValueAction.isReplaceAll -> Specifies if all the previous values are removed before inserting the new ones. This does have influence on WHAT values can be added to a variable. Therefore if the addVariableValueAction is true then the input collection only needs to be evaluated. Else the input collection and the existing values need to be cheked. If the variable IS unique then it must be ensured that the add operation does not put the same instance more than once in the variable. This means that input collection will be merged with the existing values collection (empty collection if isReplaceAll==true) and then the repeated isntances will be removed. If the variable IS NOT unique then there is no need to check anything. Having repeated values in an unordered collection might have sense, for example to execute an algorithm to retrieve the number of times a user has logged in.

  • Reported: UML 2.2 — Wed, 24 Jun 2009 04:00 GMT
  • Disposition: Resolved — UML 2.3b1
  • Disposition Summary:

    duplicate of issue # 8972

  • Updated: Fri, 6 Mar 2015 20:58 GMT