OCLOperators includes
No edit summary
(Automatically adding template at the end of the page.)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Returns true if ''object'' is contained in ''self'', false otherwise.
Returns true if object is contained in self, false otherwise.
{| class="wikitable"
{| class="wikitable"
!Expression
!Expression
Line 10: Line 10:
|true
|true
|}
|}
[[Category:OCLOperators]]
[[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