Uses of Class
de.cxp.ocs.config.ScoreOption
-
Packages that use ScoreOption Package Description de.cxp.ocs.config -
-
Uses of ScoreOption in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return ScoreOption Modifier and Type Method Description static ScoreOptionScoreOption. valueOf(String name)Returns the enum constant of this type with the specified name.static ScoreOption[]ScoreOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in de.cxp.ocs.config with type arguments of type ScoreOption Modifier and Type Method Description ScoringConfiguration.ScoringFunctionScoringConfiguration.ScoringFunction. setOptions(Map<ScoreOption,String> options)Set additional options required for the according scoring type.
-