Uses of Interface
ai.timefold.solver.core.api.score.IBendableScore
Packages that use IBendableScore
-
Uses of IBendableScore in ai.timefold.solver.core.api.score
Classes in ai.timefold.solver.core.api.score with type parameters of type IBendableScoreModifier and TypeInterfaceDescriptioninterfaceIBendableScore<Score_ extends IBendableScore<Score_>>Classes in ai.timefold.solver.core.api.score that implement IBendableScoreModifier and TypeClassDescriptionclassAbstractBendableScore<Score_ extends AbstractBendableScore<Score_>>Deprecated, for removal: This API element is subject to removal in a future version. -
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 -
Uses of IBendableScore in ai.timefold.solver.core.api.score.buildin.bendablebigdecimal
Classes in ai.timefold.solver.core.api.score.buildin.bendablebigdecimal that implement IBendableScoreModifier and TypeClassDescriptionfinal classThisScoreis 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 IBendableScoreModifier and TypeClassDescriptionfinal classThisScoreis 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 IBendableScoreModifier and TypeMethodDescriptionstatic <Score_ extends IBendableScore<Score_>>
StringScoreUtil.buildBendableShortString(IBendableScore<Score_> score, Predicate<Number> notZero) Methods in ai.timefold.solver.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 ai.timefold.solver.core.impl.score with type arguments of type IBendableScoreModifier and TypeMethodDescriptionstatic String[][]ScoreUtil.parseBendableScoreTokens(Class<? extends IBendableScore<?>> scoreClass, String scoreString)
IBendableScoreinstead.