OCLEditorHelp OclPreconditionQuery
(Automatically adding template at the end of the page.) |
(Adding message template to the top of the page) |
||
Line 1: | Line 1: | ||
{{message|Write the content here to display this box}} | |||
All methods allow you to define a precondition that must be met before you execute a method. | All methods allow you to define a precondition that must be met before you execute a method. | ||
Revision as of 22:21, 16 June 2024
This page was created by Hans.karlsen on 2021-12-31. Last edited by Edgar on 2025-01-20.
Write the content here to display this box
All methods allow you to define a precondition that must be met before you execute a method.
You can check this precondition with the auto-created PreconditionQuery operator, which is your method name with an appended question mark:
self.SomeMethod?