Module org.optaplanner.benchmark
Class ConstraintMatchTotalBestScoreStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
-
Constructor Summary
ConstructorsConstructorDescriptionConstraintMatchTotalBestScoreStatisticPoint(long timeMillisSpent, String constraintPackage, String constraintName, int constraintMatchCount, org.optaplanner.core.api.score.Score scoreTotal) -
Method Summary
Modifier and TypeMethodDescriptionintorg.optaplanner.core.api.score.ScorelongMethods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
-
Constructor Details
-
ConstraintMatchTotalBestScoreStatisticPoint
-
-
Method Details
-
getTimeMillisSpent
public long getTimeMillisSpent() -
getConstraintPackage
-
getConstraintName
-
getConstraintMatchCount
public int getConstraintMatchCount() -
getScoreTotal
public org.optaplanner.core.api.score.Score getScoreTotal() -
getConstraintId
-
toCsvLine
- Specified by:
toCsvLinein classStatisticPoint
-