Uses of Interface
org.optaplanner.core.api.score.IBendableScore
Packages that use IBendableScore
Package
Description
Classes used for
Score
calculation.Support for a
Score
with a configurable number of score levels
and int
score weights.Support for a
Score
with a configurable number of score levels
and BigDecimal
score weights.Support for a
Score
with a configurable number of score levels
and long
score weights.-
Uses of IBendableScore in org.optaplanner.core.api.score
Classes in org.optaplanner.core.api.score with type parameters of type IBendableScoreModifier and TypeInterfaceDescriptioninterface
IBendableScore<Score_ extends IBendableScore<Score_>>
Classes in org.optaplanner.core.api.score that implement IBendableScoreModifier and TypeClassDescriptionclass
AbstractBendableScore<Score_ extends AbstractBendableScore<Score_>>
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IBendableScore in org.optaplanner.core.api.score.buildin.bendable
Classes in org.optaplanner.core.api.score.buildin.bendable that implement IBendableScore -
Uses of IBendableScore in org.optaplanner.core.api.score.buildin.bendablebigdecimal
Classes in org.optaplanner.core.api.score.buildin.bendablebigdecimal that implement IBendableScoreModifier and TypeClassDescriptionfinal class
ThisScore
is based on n levels ofBigDecimal
constraints. -
Uses of IBendableScore in org.optaplanner.core.api.score.buildin.bendablelong
Classes in org.optaplanner.core.api.score.buildin.bendablelong that implement IBendableScoreModifier and TypeClassDescriptionfinal class
ThisScore
is based on n levels of long constraints. -
Uses of IBendableScore in org.optaplanner.core.impl.score
Methods in org.optaplanner.core.impl.score with type parameters of type IBendableScoreModifier and TypeMethodDescriptionstatic <Score_ extends IBendableScore<Score_>>
StringScoreUtil.buildBendableShortString
(IBendableScore<Score_> score, Predicate<Number> notZero) Methods in org.optaplanner.core.impl.score with parameters of type IBendableScoreModifier and TypeMethodDescriptionstatic <Score_ extends IBendableScore<Score_>>
StringScoreUtil.buildBendableShortString
(IBendableScore<Score_> score, Predicate<Number> notZero) Method parameters in org.optaplanner.core.impl.score with type arguments of type IBendableScoreModifier and TypeMethodDescriptionstatic String[][]
ScoreUtil.parseBendableScoreTokens
(Class<? extends IBendableScore<?>> scoreClass, String scoreString)
IBendableScore
instead.