OCLOperators emptyList
No edit summary
(Updated Edited template to July 12, 2025.)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Returns an empty list typed to hold objects of the class.
<message>Write the content here to display this box</message>
Example for a class Member:
Returns an empty list typed to hold objects of the class. Example for a class Member:
<code>Member->EmptyList</code>
 
[[Category:OCLOperators]]
<code>Member.emptyList</code>
[[Category:OCL General Operators]]
{{Edited|July|12|2025}}

Latest revision as of 05:57, 20 January 2025

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