OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore
Class PickedMoveTypeStepScoreDiffStatisticPoint

java.lang.Object
  extended by org.optaplanner.benchmark.impl.statistic.StatisticPoint
      extended by org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore.PickedMoveTypeStepScoreDiffStatisticPoint

public class PickedMoveTypeStepScoreDiffStatisticPoint
extends StatisticPoint


Constructor Summary
PickedMoveTypeStepScoreDiffStatisticPoint(long timeMillisSpent, String moveType, Score stepScoreDiff)
           
 
Method Summary
 String getMoveType()
           
 Score getStepScoreDiff()
           
 long getTimeMillisSpent()
           
 String toCsvLine()
           
 
Methods inherited from class org.optaplanner.benchmark.impl.statistic.StatisticPoint
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PickedMoveTypeStepScoreDiffStatisticPoint

public PickedMoveTypeStepScoreDiffStatisticPoint(long timeMillisSpent,
                                                 String moveType,
                                                 Score stepScoreDiff)
Method Detail

getTimeMillisSpent

public long getTimeMillisSpent()

getMoveType

public String getMoveType()

getStepScoreDiff

public Score getStepScoreDiff()

toCsvLine

public String toCsvLine()
Specified by:
toCsvLine in class StatisticPoint

OptaPlanner distribution 6.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.