OCLOperators emptyList
No edit summary
No edit summary
Line 1: Line 1:
Returns an empty list typed to hold objects of the class.
Returns an empty list typed to hold objects of the class. Example for a class Member:
Example for a class Member:


<code>Member.emptyList</code>
<code>Member.emptyList</code>


[[Category:OCLOperators]]
[[Category:OCLOperators]]

Revision as of 08:36, 2 March 2023

This page was created by Alexandra on 2017-08-13. Last edited by Edgar on 2025-01-20.

Returns an empty list typed to hold objects of the class. Example for a class Member:

Member.emptyList