Interface IStrategyExtension
- All Known Implementing Classes:
AdapterStrategyExtension
,BehaviourStrategyExtension
public interface IStrategyExtension
-
Method Summary
Modifier and TypeMethodDescriptionvoid
additionalCreateFCCDegreeBy
(FeatureCompletionDegree degree, List<DegreeOfFreedomInstance> dds, org.opt4j.genotype.ListGenotype<Choice> initialCandidate, FCCWeaver fccWeaver) void
grabChoices
(Choice fccChoice, List<Choice> notTransformedChoices) void
-
Method Details
-
nextDecodeStart
void nextDecodeStart() -
grabChoices
-
additionalCreateFCCDegreeBy
void additionalCreateFCCDegreeBy(FeatureCompletionDegree degree, List<DegreeOfFreedomInstance> dds, org.opt4j.genotype.ListGenotype<Choice> initialCandidate, FCCWeaver fccWeaver)
-