OCLOperators includes
No edit summary
(Automatically adding template at the end of the page.)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Does the collection include the object
Returns true if object is contained in self, false otherwise.
[[Category:OCLOperators]]
{| class="wikitable"
!Expression
!Result
|-
|Sequence{2.3}->includes(2.1)
|false
|-
|Sequence{2.0}->includes(2)
|true
|}
[[Category:OCL Collection Operators]]
{{Edited|July|12|2024}}

Latest revision as of 15:41, 10 February 2024

Returns true if object is contained in self, false otherwise.

Expression Result
Sequence{2.3}->includes(2.1) false
Sequence{2.0}->includes(2) true
This page was edited 98 days ago on 02/10/2024. What links here