OCLOperators forAll
No edit summary
No edit summary
Line 1: Line 1:
Returns true if the all the elements contained in ''self'' validate the condition ''expr'', false otherwise.
Returns true if the all the elements contained in ''self'' validate the condition ''expr'', false otherwise.


The reverse of this operator is [[OCLOperators exists]]
The reverse of this operator is [[OCLOperators exists|->exists]]
[[Category:OCLOperators]]
[[Category:OCLOperators]]

Revision as of 17:25, 11 August 2019

This page was created by Alexandra on 2017-08-13. Last edited by Stephanie@mdriven.net on 2025-02-11.

Returns true if the all the elements contained in self validate the condition expr, false otherwise.

The reverse of this operator is ->exists