MDrivenStart Methods
(Blanked the page)
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Methods can be '''IsQuery=true''' - with the body as OCL, meaning no data changes can be performed.


Or, a Method can be '''IsQuery=false''' - meaning you can do action-language in the body and change data.
You can send in arguments to a method. A method signature takes this form:
  MyMethod(argument1:String;argument2:Double):String
{{Template:MDrivenStart_Template}}
[[Category:MDrivenStart]]

Latest revision as of 06:14, 24 July 2023

Methods can be IsQuery=true - with the body as OCL, meaning no data changes can be performed.

Or, a Method can be IsQuery=false - meaning you can do action-language in the body and change data.

You can send in arguments to a method. A method signature takes this form:

 MyMethod(argument1:String;argument2:Double):String

Back One Back to Start Chat Updated!

This page was edited more than 1 years ago on 07/24/2023. What links here