Class AdvicePlacementDesignDecision
- java.lang.Object
-
- edu.kit.ipd.are.dsexplore.featurecompletions.weaver.designdecision.AdvicePlacementDesignDecision
-
public class AdvicePlacementDesignDecision extends Object
Responsible for creating the advice placement degrees in the behaviour inclusion mechanism.
-
-
Constructor Summary
Constructors Constructor Description AdvicePlacementDesignDecision(InclusionMechanism im)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BoolChoice>
generateAdvicePlacementDegrees()
Returns the list of BoolChoices that represent the advice placement degrees.
-
-
-
Constructor Detail
-
AdvicePlacementDesignDecision
public AdvicePlacementDesignDecision(InclusionMechanism im)
-
-
Method Detail
-
generateAdvicePlacementDegrees
public List<BoolChoice> generateAdvicePlacementDegrees()
Returns the list of BoolChoices that represent the advice placement degrees.- Returns:
- the list of BoolChoices that represent the advice placement degrees.
-
-