Tutorials to learn Codeable Models by exampleΒΆ
This chapter provides tutorials to learn Codeable Models by example, starting from very simple models and coding tasks up to more advanced features.
- A first class model
- Class attributes
- Class relationships: associations and inheritance
- A first object model
- Improving the models through code
- A first meta-model
- A meta-model with stereotypes
- The need for stereotypes in meta-models
- Using stereotypes in meta-models
- Stereotype instances on class models
- Using stereotype superclasses for extensions
- Tagged values
- Stereotype introspection
- Stereotype instance introspection on class models
- Stereotype instances on instance models
- Default values on stereotypes
- Stereotype instance introspection on instance models
- Combining object, class, and meta-class model