OCL by example
No edit summary |
(Updated Edited template to July 12, 2025.) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<message>Write the content here to display this box</message> | |||
=== '''28-11-2018''' === | |||
These three videos de-mystify OCL with a simple model and some expressions working on it for different purposes. | |||
The videos make use of the new OCL editor that has been updated to support code | The videos make use of the new OCL editor that has been updated to support code completion better. It also showcases the OCL debugger which makes it easy to update and navigate data with OCL while you continue modeling. | ||
<html> | <html> | ||
<div class="video"> | |||
<div class="video__wrapper"> | |||
<iframe src="https://www.youtube.com/embed/YwNDD-jlkWw?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe> | |||
</div> | |||
<div class="video__navigation"> | |||
</div> | |||
</div> | |||
</html> | |||
==== Part 2 – Here We Continue with a FruitBowl ==== | |||
<html> | |||
<html> | <html> | ||
<iframe src="https://www.youtube.com/embed/37nQRqQvLqM | |||
<div class="video"> | |||
<div class="video__wrapper"> | |||
<iframe src="https://www.youtube.com/embed/37nQRqQvLqM?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe> | |||
</div> | |||
<div class="video__navigation"> | |||
</div> | |||
</div> | |||
</html> | </html> | ||
==== Part 3 – | ==== Part 3 – Changed Requirements: Now, we must support FruitSalad - to handle fractions of fruit in the bowl ==== | ||
<html> | <html> | ||
<iframe src="https://www.youtube.com/embed/QaQu0ojg-Oc | |||
<div class="video"> | |||
<div class="video__wrapper"> | |||
<iframe src="https://www.youtube.com/embed/QaQu0ojg-Oc?rel=0&autoplay=0" frameborder="0" allowfullscreen></iframe> | |||
</div> | |||
<div class="video__navigation"> | |||
</div> | |||
</div> | |||
</html> | </html> | ||
[[Category:OCL]] | |||
{{Edited|July|12|2025}} |
Latest revision as of 05:59, 20 January 2025
This page was created by Alexandra on 2018-11-28. Last edited by Edgar on 2025-01-20.
28-11-2018
These three videos de-mystify OCL with a simple model and some expressions working on it for different purposes.
The videos make use of the new OCL editor that has been updated to support code completion better. It also showcases the OCL debugger which makes it easy to update and navigate data with OCL while you continue modeling.
Part 2 – Here We Continue with a FruitBowl
Part 3 – Changed Requirements: Now, we must support FruitSalad - to handle fractions of fruit in the bowl