Create your first model
Create a New Model
Once your metamodel is ready, the next step is to create a model that instantiates the structure defined in your metamodel.
1. Create a Model:
• In the Main Menu, select New Model.
• Choose the metamodel you created (e.g., MyFirstMetaModel
) as the template for your model.
2. Instantiate Model Elements:
- – The Model Editor opens and receives the focus.
- – Use the left panel to create elements like
Person
andOrganization
from the metamodel into the canvas. - – Fill in attribute values (e.g.,
name
= “Alice”,age
= 30) for thePerson
instance using the Properties Tabs on the right. - – Set the reference in
Person
(belongsTo
) equal to theOrganization
instance
Create a Metamodel for a Simple UML Class Diagram
This video provides a step-by-step guide to creating a simple UML class diagram metamodel. Viewers will learn how to define core elements such as classes, attributes, and relationships, building a foundational structure for UML modeling. With clear explanations and hands-on examples, the tutorial simplifies metamodeling concepts, making it accessible for both beginners and those looking to reinforce their skills