Class MultipleInclusionDesignDecision
- java.lang.Object
-
- edu.kit.ipd.are.dsexplore.featurecompletions.weaver.designdecision.MultipleInclusionDesignDecision
-
public class MultipleInclusionDesignDecision extends Object
Responsible for creating the multiple degree in the behaviour inclusion mechanism.
-
-
Constructor Summary
Constructors Constructor Description MultipleInclusionDesignDecision(InclusionMechanism im)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoolChoice
generateMultipleInclusionDegree()
Returns the BoolChoice that represent the multiple degree.
-
-
-
Constructor Detail
-
MultipleInclusionDesignDecision
public MultipleInclusionDesignDecision(InclusionMechanism im)
-
-
Method Detail
-
generateMultipleInclusionDegree
public BoolChoice generateMultipleInclusionDegree()
Returns the BoolChoice that represent the multiple degree.- Returns:
- the BoolChoice that represent the multiple degree.
-
-