Class FCCCreateExtension
- java.lang.Object
-
- edu.kit.ipd.are.dsexplore.featurecompletions.weaver.extensions.FCCCreateExtension
-
- All Implemented Interfaces:
ICreateExtension
public class FCCCreateExtension extends Object implements ICreateExtension
-
-
Constructor Summary
Constructors Constructor Description FCCCreateExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Choice
getChoice(DegreeOfFreedomInstance degree)
CalculateChoice
for a given DoFI.boolean
shallHandle(DegreeOfFreedomInstance degree)
Indicates whether this extension wants to handle this type of DoFI.
-
-
-
Method Detail
-
shallHandle
public boolean shallHandle(DegreeOfFreedomInstance degree)
Description copied from interface:ICreateExtension
Indicates whether this extension wants to handle this type of DoFI. In this case PerOpteryx shall invokeICreateExtension.getChoice(DegreeOfFreedomInstance)
.- Specified by:
shallHandle
in interfaceICreateExtension
- Parameters:
degree
- the degree- Returns:
- the indicator
-
getChoice
public Choice getChoice(DegreeOfFreedomInstance degree)
Description copied from interface:ICreateExtension
CalculateChoice
for a given DoFI.- Specified by:
getChoice
in interfaceICreateExtension
- Parameters:
degree
- the degree- Returns:
- the chosen choice
-
-