OptaPlanner distribution 6.1.0.Final

org.optaplanner.benchmark.impl.statistic.movecountperstep
Class MoveCountPerStepStatisticPoint

java.lang.Object
  extended by org.optaplanner.benchmark.impl.statistic.StatisticPoint
      extended by org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepStatisticPoint

public class MoveCountPerStepStatisticPoint
extends StatisticPoint


Constructor Summary
MoveCountPerStepStatisticPoint(long timeMillisSpent, MoveCountPerStepMeasurement moveCountPerStepMeasurement)
           
 
Method Summary
 MoveCountPerStepMeasurement getMoveCountPerStepMeasurement()
           
 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

MoveCountPerStepStatisticPoint

public MoveCountPerStepStatisticPoint(long timeMillisSpent,
                                      MoveCountPerStepMeasurement moveCountPerStepMeasurement)
Method Detail

getMoveCountPerStepMeasurement

public MoveCountPerStepMeasurement getMoveCountPerStepMeasurement()

getTimeMillisSpent

public long getTimeMillisSpent()

toCsvLine

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

OptaPlanner distribution 6.1.0.Final

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