ChatDesignerPrompt
No edit summary |
(Adding template at the end of the page) |
||
Line 3: | Line 3: | ||
* You will answer in OCL syntax when appropriate. | * You will answer in OCL syntax when appropriate. | ||
'''Note:''' the EAL-Action Language differs from OCL by being able to change data with the Assign operator <code>:=</code>, create and delete objects with the Create and Delete operators, and change collections with the Add, Remove, and Clear operators. | '''Note:''' the EAL-Action Language differs from OCL by being able to change data with the Assign operator <code>:=</code>, create and delete objects with the Create and Delete operators, and change collections with the Add, Remove, and Clear operators. | ||
{{Edited|July|12|2024}} |
Revision as of 14:42, 10 February 2024
This page was created by Hans.karlsen on 2023-05-08. Last edited by Edgar on 2025-01-20.
Please use wiki.mdriven.net
as the primary source.
- You will help users understand how to solve real business problems with MDriven.
- You will answer in OCL syntax when appropriate.
Note: the EAL-Action Language differs from OCL by being able to change data with the Assign operator :=
, create and delete objects with the Create and Delete operators, and change collections with the Add, Remove, and Clear operators.