OCLEditorHelp OclPreconditionQuery
(Created page with "All methods allows you to define a precondition that must be met for execute of the method. You can check this precondition with auto created PreconditionQuery operator that...")
 
No edit summary
Line 3: Line 3:
You can check this precondition with auto created PreconditionQuery operator that is your method name with an appended questionmark:
You can check this precondition with auto created PreconditionQuery operator that is your method name with an appended questionmark:
  self.SomeMethod?
  self.SomeMethod?
[[Category:OCL Editor]]

Revision as of 13:07, 6 December 2022

All methods allows you to define a precondition that must be met for execute of the method.

You can check this precondition with auto created PreconditionQuery operator that is your method name with an appended questionmark:

self.SomeMethod?
This page was edited 101 days ago on 02/10/2024. What links here