Class DefaultMultiConstraintAssertion<Solution_,Score_ extends Score<Score_>>
- java.lang.Object
- 
- org.optaplanner.test.impl.score.stream.DefaultMultiConstraintAssertion<Solution_,Score_>
 
- 
- All Implemented Interfaces:
- MultiConstraintAssertion
 
 public final class DefaultMultiConstraintAssertion<Solution_,Score_ extends Score<Score_>> extends Object implements MultiConstraintAssertion 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedDefaultMultiConstraintAssertion(ConstraintProvider constraintProvider, Score_ actualScore, Map<String,ConstraintMatchTotal<Score_>> constraintMatchTotalMap, Map<Object,Indictment<Score_>> indictmentMap)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidscores(Score<?> score, String message)As defined byMultiConstraintAssertion.scores(Score).- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.optaplanner.test.api.score.stream.MultiConstraintAssertionscores
 
- 
 
- 
- 
- 
Constructor Detail- 
DefaultMultiConstraintAssertionprotected DefaultMultiConstraintAssertion(ConstraintProvider constraintProvider, Score_ actualScore, Map<String,ConstraintMatchTotal<Score_>> constraintMatchTotalMap, Map<Object,Indictment<Score_>> indictmentMap) 
 
- 
 - 
Method Detail- 
scorespublic final void scores(Score<?> score, String message) Description copied from interface:MultiConstraintAssertionAs defined byMultiConstraintAssertion.scores(Score).- Specified by:
- scoresin interface- MultiConstraintAssertion
- Parameters:
- score- total score calculated for the given set of facts
- message- sometimes null, description of the scenario being asserted
 
 
- 
 
-