Bootcamp/Start/Levels
This page was created by Edgar on 2024-08-12. Last edited by Wikiadmin on 2026-07-29.
Choose the right option for you
Choose a Bootcamp learning level
Choose a Bootcamp learning level
The Bootcamp offers three levels: Beginner, Intermediate, and Advanced.
- Beginner: practice modeling, adding a user interface, and running an app.
- Intermediate: explore concepts including OCL, types of actions, and placing containers.
- Advanced: work with topics such as uploading a model to a server, adding graphs, and creating reports.
Start with Chapter 1
Chapter 1 introduces starting MDriven Designer, basic modeling, classes, associations, and pressing Play.
In Chapter 1, you will:
- Follow the installation instructions in the Before Starting Guide.
- Create and save an empty model.
- Create a
Personclass and add a stringNameattribute. - Press Play, select XML persistence, and open the Debugger.
- Use
person.allinstancesto inspect instances ofPerson. - Create and save two
Personobjects. - Add a
Carclass, associate it withPerson, and add a stringRegistrationNumberattribute.
Later Bootcamp material includes creating a data-dependent diagram. Chapter 13, for example, directs learners to adapt an SVG vertical bar-chart example so that it displays model data.
