-
Notifications
You must be signed in to change notification settings - Fork 10
/
montpellier2016MDE.html
35 lines (21 loc) · 1013 Bytes
/
montpellier2016MDE.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: default
title: Repository of teaching material for product line and variability
---
{% capture markdownize %}
## Context
As part of a course on "Model-driven engineering" at
University of Montpellier in 2016 for MSc students (software engineering cursus).
Instructor: Jessie Carbonnel
## Location of the material
[Montpellier 2016 MDE
directory](https://github.com/FAMILIAR-project/teaching/tree/gh-pages/resources/Montpellier2016MDE)
## Description of the material
Slides used for courses.
There are exercices on model transformations and metamodeling (the goal is to transform a feature model into a graphical visualisation)
(in French: please contact instructor if you need some translations; there is also a correction).
## Description of the course
The course starts with a gentle introduction of software product lines (what and where they are, terminology and definition, SPLE process, etc.)
Feature modeling is then presented.
{% endcapture %}
{{ markdownize | markdownify }}