OCL Operators excludes ( object : T ) : Boolean
No edit summary
No edit summary
Line 1: Line 1:
Returns true if object is not contained in self, false otherwise.
Returns true if an object is not contained in self - otherwise, false.
{| class="wikitable"
{| class="wikitable"
!Expression
!Expression

Revision as of 08:32, 27 March 2023

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 95 days ago on 06/17/2024. What links here