@@ -52,4 +52,24 @@ Rearrange the sections to get a better mapping. Identify common and variable par
# Praktikum 4
## Orthogonal variability model

\ No newline at end of file

# Praktikum 5
## What is your product line? Look at the definition of a product line. What is missing or unusual?
- The radio manual generator is the product line
A software product line is a set of software-intensive systems -> yes
sharig a common, managed set of features -> yes
that satisfy the specific needs of a particular market segment or mission -> yes
and that are developed from a common set of core assets -> yes
in a prescribed way. -> yes
## What is your core asset? What does not belong to your core asset?
- the config files do not belong to the core asset
- the whole java code in the .jar file is the core asset
## Describe an algorithm that takes your variability model and transforms it into a reasonable list of questions. Make sure that the list starts with the most basic questions. Remember: You need an algorithm! In real life, it is not possible to "read" the whole model.
OVM?
## What did you do to make your solution easy to configure? Easy to use?
- I have used the config files in the `config` folder
## What advantages or disadvantages do you see?
- snippets should be manually configured by the user. This could be improved by automating this task with a default snippet
- user can create custom snippets for his manual (user-friendly)