Uses of Class
ai.timefold.solver.core.config.score.definition.ScoreDefinitionType
-
Packages that use ScoreDefinitionType Package Description ai.timefold.solver.core.config.score.definition -
-
Uses of ScoreDefinitionType in ai.timefold.solver.core.config.score.definition
Methods in ai.timefold.solver.core.config.score.definition that return ScoreDefinitionType Modifier and Type Method Description static ScoreDefinitionTypeScoreDefinitionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScoreDefinitionType[]ScoreDefinitionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-