Interface IStrategyExtension
-
- All Known Implementing Classes:
AdapterStrategyExtension,BehaviourStrategyExtension
public interface IStrategyExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadditionalCreateFCCDegreeBy(FeatureCompletionDegree degree, List<DegreeOfFreedomInstance> dds, org.opt4j.genotype.ListGenotype<Choice> initialCandidate, FCCWeaver fccWeaver)voidgrabChoices(Choice fccChoice, List<Choice> notTransformedChoices)voidnextDecodeStart()
-
-
-
Method Detail
-
nextDecodeStart
void nextDecodeStart()
-
additionalCreateFCCDegreeBy
void additionalCreateFCCDegreeBy(FeatureCompletionDegree degree, List<DegreeOfFreedomInstance> dds, org.opt4j.genotype.ListGenotype<Choice> initialCandidate, FCCWeaver fccWeaver)
-
-