Uses of Class
de.cxp.ocs.config.ScoreMode
-
Packages that use ScoreMode Package Description de.cxp.ocs.config -
-
Uses of ScoreMode in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return ScoreMode Modifier and Type Method Description static ScoreModeScoreMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ScoreMode[]ScoreMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.cxp.ocs.config with parameters of type ScoreMode Modifier and Type Method Description ScoringConfigurationScoringConfiguration. setScoreMode(ScoreMode scoreMode)The score_mode specifies how the computed scores are combined.
-