Class SimpleBigDecimalScoreVerifier<Solution_>
java.lang.Object
org.optaplanner.test.impl.score.AbstractScoreVerifier<Solution_>
org.optaplanner.test.impl.score.buildin.simplebigdecimal.SimpleBigDecimalScoreVerifier<Solution_>
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
@Deprecated(forRemoval=true)
public class SimpleBigDecimalScoreVerifier<Solution_>
extends AbstractScoreVerifier<Solution_>
Deprecated, for removal: This API element is subject to removal in a future version.
Score DRL is deprecated and will be removed in a future major version of OptaPlanner.
See DRL to
Constraint Streams migration recipe.
To assert the constraints of a
SolverFactory
that uses a SimpleBigDecimalScore.
If you're using ConstraintStreams, use ConstraintVerifier instead.-
Field Summary
Fields inherited from class org.optaplanner.test.impl.score.AbstractScoreVerifier
scoreDirectorFactory -
Constructor Summary
ConstructorsConstructorDescriptionSimpleBigDecimalScoreVerifier(SolverFactory<Solution_> solverFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidassertWeight(String constraintPackage, String constraintName, BigDecimal expectedWeight, Solution_ solution) Deprecated, for removal: This API element is subject to removal in a future version.Assert that the constraint ofPlanningSolutionhas the expected weight for that score level.voidassertWeight(String constraintName, BigDecimal expectedWeight, Solution_ solution) Deprecated, for removal: This API element is subject to removal in a future version.Assert that the constraint ofPlanningSolutionhas the expected weight for that score level.Methods inherited from class org.optaplanner.test.impl.score.AbstractScoreVerifier
assertWeight
-
Constructor Details
-
SimpleBigDecimalScoreVerifier
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
solverFactory- never null, theSolverFactoryof which you want to test the constraints.
-
-
Method Details
-
assertWeight
Deprecated, for removal: This API element is subject to removal in a future version.Assert that the constraint ofPlanningSolutionhas the expected weight for that score level.- Parameters:
constraintName- never null, the name of the constraintexpectedWeight- never null, the total weight for all matches of that 1 constraintsolution- never null, the actualPlanningSolution
-
assertWeight
public void assertWeight(String constraintPackage, String constraintName, BigDecimal expectedWeight, Solution_ solution) Deprecated, for removal: This API element is subject to removal in a future version.Assert that the constraint ofPlanningSolutionhas the expected weight for that score level.- Parameters:
constraintPackage- sometimes null. When null,constraintNamefor thescoreLevelmust be unique.constraintName- never null, the name of the constraintexpectedWeight- never null, the total weight for all matches of that 1 constraintsolution- never null, the actualPlanningSolution
-