Class ConstraintSummary<Score_ extends Score<Score_>>
- java.lang.Object
-
- org.optaplanner.benchmark.impl.statistic.ConstraintSummary<Score_>
-
-
Constructor Summary
Constructors Constructor Description ConstraintSummary(String constraintPackage, String constraintName, Score_ score, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConstraintId()
String
getConstraintName()
String
getConstraintPackage()
int
getCount()
Score_
getScore()
-