Class ConstraintMatchTotalBestScoreStatisticPoint
- java.lang.Object
-
- org.optaplanner.benchmark.impl.statistic.StatisticPoint
-
- org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
-
public class ConstraintMatchTotalBestScoreStatisticPoint extends StatisticPoint
-
-
Constructor Summary
Constructors Constructor Description ConstraintMatchTotalBestScoreStatisticPoint(long timeMillisSpent, String constraintPackage, String constraintName, int constraintMatchCount, Score scoreTotal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConstraintId()
int
getConstraintMatchCount()
String
getConstraintName()
String
getConstraintPackage()
Score
getScoreTotal()
long
getTimeMillisSpent()
String
toCsvLine()
-
Methods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
-
-
-
-
Method Detail
-
getTimeMillisSpent
public long getTimeMillisSpent()
-
getConstraintPackage
public String getConstraintPackage()
-
getConstraintName
public String getConstraintName()
-
getConstraintMatchCount
public int getConstraintMatchCount()
-
getScoreTotal
public Score getScoreTotal()
-
getConstraintId
public String getConstraintId()
-
toCsvLine
public String toCsvLine()
- Specified by:
toCsvLine
in classStatisticPoint
-
-