org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore
Class PickedMoveTypeStepScoreDiffStatisticPoint
java.lang.Object
org.optaplanner.benchmark.impl.statistic.StatisticPoint
org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint
public class PickedMoveTypeStepScoreDiffStatisticPoint
- extends StatisticPoint
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PickedMoveTypeStepScoreDiffStatisticPoint
public PickedMoveTypeStepScoreDiffStatisticPoint(long timeMillisSpent,
String moveType,
Score stepScoreDiff)
getTimeMillisSpent
public long getTimeMillisSpent()
getMoveType
public String getMoveType()
getStepScoreDiff
public Score getStepScoreDiff()
toCsvLine
public String toCsvLine()
- Specified by:
toCsvLine
in class StatisticPoint
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.