Class BehaviourStrategyExtension
java.lang.Object
edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.behaviour.BehaviourStrategyExtension
- All Implemented Interfaces:
IStrategyExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
additionalCreateFCCDegreeBy
(FeatureCompletionDegree degree, List<DegreeOfFreedomInstance> dds, org.opt4j.genotype.ListGenotype<Choice> initialCandidate, FCCWeaver weaver) void
grabChoices
(Choice fccChoice, List<Choice> notTransformedChoices) void
-
Constructor Details
-
BehaviourStrategyExtension
public BehaviourStrategyExtension()
-
-
Method Details
-
nextDecodeStart
public void nextDecodeStart()- Specified by:
nextDecodeStart
in interfaceIStrategyExtension
-
grabChoices
- Specified by:
grabChoices
in interfaceIStrategyExtension
-
additionalCreateFCCDegreeBy
public void additionalCreateFCCDegreeBy(FeatureCompletionDegree degree, List<DegreeOfFreedomInstance> dds, org.opt4j.genotype.ListGenotype<Choice> initialCandidate, FCCWeaver weaver) - Specified by:
additionalCreateFCCDegreeBy
in interfaceIStrategyExtension
-