Class ExecutionModeStrengthWeightFactory
java.lang.Object
org.optaplanner.examples.projectjobscheduling.domain.solver.ExecutionModeStrengthWeightFactory
- All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Schedule,ExecutionMode>
public class ExecutionModeStrengthWeightFactory
extends Object
implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Schedule,ExecutionMode>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSorterWeight(Schedule schedule, ExecutionMode executionMode)
-
Constructor Details
-
ExecutionModeStrengthWeightFactory
public ExecutionModeStrengthWeightFactory()
-
-
Method Details
-
createSorterWeight
public ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight createSorterWeight(Schedule schedule, ExecutionMode executionMode) - Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Schedule,ExecutionMode>
-