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