Class BendableBigDecimalScore

java.lang.Object
org.optaplanner.core.api.score.buildin.bendablebigdecimal.BendableBigDecimalScore
All Implemented Interfaces:
Serializable, Comparable<BendableBigDecimalScore>, IBendableScore<BendableBigDecimalScore>, Score<BendableBigDecimalScore>

public final class BendableBigDecimalScore extends Object implements IBendableScore<BendableBigDecimalScore>
This Score is based on n levels of BigDecimal constraints. The number of levels is bendable at configuration time.

This class is immutable.

The hardLevelsSize() and softLevelsSize() must be the same as in the BendableScoreDefinition used.

See Also: