Uses of Class
org.optaplanner.core.impl.score.director.ScoreDirectorType
-
Packages that use ScoreDirectorType Package Description org.optaplanner.core.impl.score.director org.optaplanner.core.impl.score.director.easy org.optaplanner.core.impl.score.director.incremental -
-
Uses of ScoreDirectorType in org.optaplanner.core.impl.score.director
Methods in org.optaplanner.core.impl.score.director that return ScoreDirectorType Modifier and Type Method Description ScoreDirectorTypeScoreDirectorFactoryService. getSupportedScoreDirectorType()static ScoreDirectorTypeScoreDirectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScoreDirectorType[]ScoreDirectorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScoreDirectorType in org.optaplanner.core.impl.score.director.easy
Methods in org.optaplanner.core.impl.score.director.easy that return ScoreDirectorType Modifier and Type Method Description ScoreDirectorTypeEasyScoreDirectorFactoryService. getSupportedScoreDirectorType() -
Uses of ScoreDirectorType in org.optaplanner.core.impl.score.director.incremental
Methods in org.optaplanner.core.impl.score.director.incremental that return ScoreDirectorType Modifier and Type Method Description ScoreDirectorTypeIncrementalScoreDirectorFactoryService. getSupportedScoreDirectorType()
-