Interface IStrategyExtension
- All Known Implementing Classes:
AdapterStrategyExtension,BehaviourStrategyExtension
public interface IStrategyExtension
-
Method Summary
Modifier and TypeMethodDescriptionvoidadditionalCreateFCCDegreeBy(FeatureCompletionDegree degree, List<DegreeOfFreedomInstance> dds, org.opt4j.genotype.ListGenotype<Choice> initialCandidate, FCCWeaver fccWeaver) voidgrabChoices(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)
-