Set vs bag
(Automatically adding template at the end of the page.)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Set{1,2,3} Bag{1,2,3}
<message>Write the content here to display this box</message>
 
Set{1,2,3}  
 
Bag{1,2,3}


Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped.
Set will only have 1 instance of objects - multiple instances resulting from operations will be stripped.
Line 5: Line 9:
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}}

Latest revision as of 05:01, 19 September 2024


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

This page was edited 1 days ago on 09/19/2024. What links here