Class ConstructionHeuristicPhaseConfigModel
- java.lang.Object
-
- org.optaplanner.workbench.screens.solver.model.PhaseConfigModel
-
- org.optaplanner.workbench.screens.solver.model.ConstructionHeuristicPhaseConfigModel
-
@Portable public class ConstructionHeuristicPhaseConfigModel extends PhaseConfigModel
-
-
Constructor Summary
Constructors Constructor Description ConstructionHeuristicPhaseConfigModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.optaplanner.core.config.constructionheuristic.ConstructionHeuristicTypegetConstructionHeuristicType()org.optaplanner.core.config.heuristic.selector.entity.EntitySorterMannergetEntitySorterManner()voidsetConstructionHeuristicType(org.optaplanner.core.config.constructionheuristic.ConstructionHeuristicType constructionHeuristicType)voidsetEntitySorterManner(org.optaplanner.core.config.heuristic.selector.entity.EntitySorterManner entitySorterManner)
-
-
-
Method Detail
-
getConstructionHeuristicType
public org.optaplanner.core.config.constructionheuristic.ConstructionHeuristicType getConstructionHeuristicType()
-
setConstructionHeuristicType
public void setConstructionHeuristicType(org.optaplanner.core.config.constructionheuristic.ConstructionHeuristicType constructionHeuristicType)
-
getEntitySorterManner
public org.optaplanner.core.config.heuristic.selector.entity.EntitySorterManner getEntitySorterManner()
-
setEntitySorterManner
public void setEntitySorterManner(org.optaplanner.core.config.heuristic.selector.entity.EntitySorterManner entitySorterManner)
-
-