Uses of Interface
ai.timefold.solver.core.api.score.IBendableScore
-
Packages that use IBendableScore Package Description ai.timefold.solver.core.api.score Classes used forScorecalculation.ai.timefold.solver.core.api.score.buildin.bendable Support for aScorewith a configurable number of score levels andintscore weights.ai.timefold.solver.core.api.score.buildin.bendablebigdecimal Support for aScorewith a configurable number of score levels andBigDecimalscore weights.ai.timefold.solver.core.api.score.buildin.bendablelong Support for aScorewith a configurable number of score levels andlongscore weights.ai.timefold.solver.core.impl.score -
-
Uses of IBendableScore in ai.timefold.solver.core.api.score
Classes in ai.timefold.solver.core.api.score with type parameters of type IBendableScore Modifier and Type Interface Description interfaceIBendableScore<Score_ extends IBendableScore<Score_>>Classes in ai.timefold.solver.core.api.score that implement IBendableScore Modifier and Type Class Description classAbstractBendableScore<Score_ extends AbstractBendableScore<Score_>>Deprecated, for removal: This API element is subject to removal in a future version.ImplementIBendableScoreinstead. -
Uses of IBendableScore in ai.timefold.solver.core.api.score.buildin.bendable
Classes in ai.timefold.solver.core.api.score.buildin.bendable that implement IBendableScore Modifier and Type Class Description classBendableScoreThisScoreis based on n levels of int constraints. -
Uses of IBendableScore in ai.timefold.solver.core.api.score.buildin.bendablebigdecimal
Classes in ai.timefold.solver.core.api.score.buildin.bendablebigdecimal that implement IBendableScore Modifier and Type Class Description classBendableBigDecimalScoreThisScoreis based on n levels ofBigDecimalconstraints. -
Uses of IBendableScore in ai.timefold.solver.core.api.score.buildin.bendablelong
Classes in ai.timefold.solver.core.api.score.buildin.bendablelong that implement IBendableScore Modifier and Type Class Description classBendableLongScoreThisScoreis based on n levels of long constraints. -
Uses of IBendableScore in ai.timefold.solver.core.impl.score
Methods in ai.timefold.solver.core.impl.score with type parameters of type IBendableScore Modifier and Type Method Description static <Score_ extends IBendableScore<Score_>>
StringScoreUtil. buildBendableShortString(IBendableScore<Score_> score, Predicate<Number> notZero)Methods in ai.timefold.solver.core.impl.score with parameters of type IBendableScore Modifier and Type Method Description static <Score_ extends IBendableScore<Score_>>
StringScoreUtil. buildBendableShortString(IBendableScore<Score_> score, Predicate<Number> notZero)Method parameters in ai.timefold.solver.core.impl.score with type arguments of type IBendableScore Modifier and Type Method Description static String[][]ScoreUtil. parseBendableScoreTokens(Class<? extends IBendableScore<?>> scoreClass, String scoreString)
-