org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore
Class ConstraintMatchTotalBestScoreStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore.ConstraintMatchTotalBestScoreStatisticPoint
public class ConstraintMatchTotalBestScoreStatisticPoint
- extends StatisticPoint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
constraintPackage
protected final String constraintPackage
constraintName
protected final String constraintName
scoreLevel
protected final int scoreLevel
ConstraintMatchTotalBestScoreStatisticPoint
public ConstraintMatchTotalBestScoreStatisticPoint(long timeMillisSpent,
String constraintPackage,
String constraintName,
int scoreLevel,
int constraintMatchCount,
double weightTotal)
getTimeMillisSpent
public long getTimeMillisSpent()
getConstraintPackage
public String getConstraintPackage()
getConstraintName
public String getConstraintName()
getScoreLevel
public int getScoreLevel()
getConstraintMatchCount
public int getConstraintMatchCount()
getWeightTotal
public double getWeightTotal()
toCsvLine
public String toCsvLine()
- Specified by:
toCsvLine
in class StatisticPoint
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.