Skip to content
Snippets Groups Projects
Commit 687b7f63 authored by Aria Gholami's avatar Aria Gholami :ghost:
Browse files

feat: Add solutions for Praktikum 5

Praktikum 5
parent 4b1cd693
No related branches found
No related tags found
No related merge requests found
Pipeline #239092 passed
......@@ -52,4 +52,24 @@ Rearrange the sections to get a better mapping. Identify common and variable par
# Praktikum 4
## Orthogonal variability model
![Orthogonal variability model ](images/ovm.drawio.png)
\ No newline at end of file
![Orthogonal variability model ](images/ovm.drawio.png)
# 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)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment