Uses of Class
ai.timefold.solver.core.impl.score.director.ScoreDirectorType
-
Packages that use ScoreDirectorType Package Description ai.timefold.solver.core.impl.score.director ai.timefold.solver.core.impl.score.director.easy ai.timefold.solver.core.impl.score.director.incremental -
-
Uses of ScoreDirectorType in ai.timefold.solver.core.impl.score.director
Methods in ai.timefold.solver.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 ai.timefold.solver.core.impl.score.director.easy
Methods in ai.timefold.solver.core.impl.score.director.easy that return ScoreDirectorType Modifier and Type Method Description ScoreDirectorTypeEasyScoreDirectorFactoryService. getSupportedScoreDirectorType() -
Uses of ScoreDirectorType in ai.timefold.solver.core.impl.score.director.incremental
Methods in ai.timefold.solver.core.impl.score.director.incremental that return ScoreDirectorType Modifier and Type Method Description ScoreDirectorTypeIncrementalScoreDirectorFactoryService. getSupportedScoreDirectorType()
-