Class FCCCreateExtension
java.lang.Object
edu.kit.ipd.are.dsexplore.featurecompletions.weaver.extensions.FCCCreateExtension
- All Implemented Interfaces:
ICreateExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetChoice
(DegreeOfFreedomInstance degree) CalculateChoice
for a given DoFI.boolean
shallHandle
(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: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
Description copied from interface:ICreateExtension
CalculateChoice
for a given DoFI.- Specified by:
getChoice
in interfaceICreateExtension
- Parameters:
degree
- the degree- Returns:
- the chosen choice
-