Package de.uka.ipd.sdq.dsexplore.facade
Interface ICreateExtension
- All Known Implementing Classes:
FCCCreateExtension
public interface ICreateExtension
Extension part of
IModule
. This part will be during the creation of
the model's DoFIs.-
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.
-
Method Details
-
shallHandle
Indicates whether this extension wants to handle this type of DoFI. In this case PerOpteryx shall invokegetChoice(DegreeOfFreedomInstance)
.- Parameters:
degree
- the degree- Returns:
- the indicator
-
getChoice
CalculateChoice
for a given DoFI.- Parameters:
degree
- the degree- Returns:
- the chosen choice
-