-
Key: SYSML17-289
-
Status: open
-
Source: oose Innovative Informatik eG ( Tim Weilkiens)
-
Summary:
The body condition of the Allocate::getAllocatedFrom()
getAllocatedFrom = Allocate.allInstances()->select(to = ref).from
should be
getAllocatedFrom = Allocate.allInstances()->select(supplier = ref).clientto and from are no stereotype or metaclass properties. The appropriate properties are client and supplier defined in the metaclass "Dependency".
Accordingly change the Allocate::getAllocatedTo() body condition as well as the name "getAllocatedFrom" to "getAllocatedTo":
getAllocatedTo = Allocate.allInstances()->select(supplier = ref).client.
-
Reported: SysML 1.6 — Thu, 13 Feb 2020 16:19 GMT
-
Updated: Sat, 25 Apr 2020 00:08 GMT