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 Classes Modifier and Type Class Description static classExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight
-
Constructor Summary
Constructors Constructor Description ExecutionModeStrengthWeightFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeightcreateSorterWeight(Schedule schedule, ExecutionMode executionMode)
-
-
-
Method Detail
-
createSorterWeight
public ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight createSorterWeight(Schedule schedule, ExecutionMode executionMode)
- Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Schedule,ExecutionMode>
-
-