org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore
Class ConstraintMatchTotalStepScoreStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore.ConstraintMatchTotalStepScoreStatisticPoint
public class ConstraintMatchTotalStepScoreStatisticPoint
- 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
ConstraintMatchTotalStepScoreStatisticPoint
public ConstraintMatchTotalStepScoreStatisticPoint(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.