Set vs bag
(Automatically adding template at the end of the page.) |
No edit summary |
||
Line 5: | Line 5: | ||
Bag can have multiple instances of objects. | Bag can have multiple instances of objects. | ||
See also: [[Collections]] | See also: [[Documentation:Collections|Collections]] | ||
[[Category:OCL]] | [[Category:OCL]] | ||
{{Edited|July|12|2024}} | {{Edited|July|12|2024}} |
Revision as of 07:29, 10 May 2024
This page was created by Hans.karlsen on 2019-11-25. Last edited by Edgar on 2025-01-20.
Set{1,2,3} Bag{1,2,3}
Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped.
Bag can have multiple instances of objects.
See also: Collections