Uses of Class
org.optaplanner.core.config.score.definition.ScoreDefinitionType
-
Packages that use ScoreDefinitionType Package Description org.optaplanner.core.config.score.definition org.optaplanner.core.config.score.director -
-
Uses of ScoreDefinitionType in org.optaplanner.core.config.score.definition
Methods in org.optaplanner.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. -
Uses of ScoreDefinitionType in org.optaplanner.core.config.score.director
Fields in org.optaplanner.core.config.score.director declared as ScoreDefinitionType Modifier and Type Field Description protected ScoreDefinitionTypeScoreDirectorFactoryConfig. scoreDefinitionTypeDeprecated.Methods in org.optaplanner.core.config.score.director that return ScoreDefinitionType Modifier and Type Method Description ScoreDefinitionTypeScoreDirectorFactoryConfig. getScoreDefinitionType()Deprecated.UsePlanningScoreinstead.Methods in org.optaplanner.core.config.score.director with parameters of type ScoreDefinitionType Modifier and Type Method Description voidScoreDirectorFactoryConfig. setScoreDefinitionType(ScoreDefinitionType scoreDefinitionType)Deprecated.UsePlanningScoreinstead.
-