Class FCCCreateExtension
java.lang.Object
edu.kit.ipd.are.dsexplore.featurecompletions.weaver.extensions.FCCCreateExtension
- All Implemented Interfaces:
ICreateExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChoice(DegreeOfFreedomInstance degree) CalculateChoicefor a given DoFI.booleanshallHandle(DegreeOfFreedomInstance degree) Indicates whether this extension wants to handle this type of DoFI.
-
Constructor Details
-
FCCCreateExtension
public FCCCreateExtension()
-
-
Method Details
-
shallHandle
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
Description copied from interface:ICreateExtensionCalculateChoicefor a given DoFI.- Specified by:
getChoicein interfaceICreateExtension- Parameters:
degree- the degree- Returns:
- the chosen choice
-