@Portable public class ConstructionHeuristicPhaseConfigModel extends PhaseConfigModel
Constructor and Description |
---|
ConstructionHeuristicPhaseConfigModel() |
Modifier and Type | Method and Description |
---|---|
org.optaplanner.core.config.constructionheuristic.ConstructionHeuristicType |
getConstructionHeuristicType() |
org.optaplanner.core.config.heuristic.selector.entity.EntitySorterManner |
getEntitySorterManner() |
void |
setConstructionHeuristicType(org.optaplanner.core.config.constructionheuristic.ConstructionHeuristicType constructionHeuristicType) |
void |
setEntitySorterManner(org.optaplanner.core.config.heuristic.selector.entity.EntitySorterManner entitySorterManner) |
public ConstructionHeuristicPhaseConfigModel()
public org.optaplanner.core.config.constructionheuristic.ConstructionHeuristicType getConstructionHeuristicType()
public void setConstructionHeuristicType(org.optaplanner.core.config.constructionheuristic.ConstructionHeuristicType constructionHeuristicType)
public org.optaplanner.core.config.heuristic.selector.entity.EntitySorterManner getEntitySorterManner()
public void setEntitySorterManner(org.optaplanner.core.config.heuristic.selector.entity.EntitySorterManner entitySorterManner)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.