OCL Operators excludes ( object : T ) : Boolean
(Adding message template to the top of the page)
(Replacing message template with parser tag)
 
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
Returns true if an object is not contained in self - otherwise, false.
Returns true if an object is not contained in self - otherwise, false.
{| class="wikitable"
{| class="wikitable"

Latest revision as of 07:52, 17 June 2024

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

Expression Result
Sequence{2.3}->excludes(2.1) true
Sequence{2.0}->excludes(2) false
This page was edited 15 days ago on 06/17/2024. What links here