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 ChoicegetChoice(DegreeOfFreedomInstance degree)CalculateChoicefor a given DoFI.booleanshallHandle(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:ICreateExtensionIndicates whether this extension wants to handle this type of DoFI. In this case PerOpteryx shall invokeICreateExtension.getChoice(DegreeOfFreedomInstance).- Specified by:
shallHandlein interfaceICreateExtension- Parameters:
degree- the degree- Returns:
- the indicator
-
getChoice
public Choice getChoice(DegreeOfFreedomInstance degree)
Description copied from interface:ICreateExtensionCalculateChoicefor a given DoFI.- Specified by:
getChoicein interfaceICreateExtension- Parameters:
degree- the degree- Returns:
- the chosen choice
-
-