Uses of Class
org.optaplanner.benchmark.impl.statistic.movecountperstep.MoveCountPerStepMeasurement
-
Packages that use MoveCountPerStepMeasurement Package Description org.optaplanner.benchmark.impl.statistic.movecountperstep -
-
Uses of MoveCountPerStepMeasurement in org.optaplanner.benchmark.impl.statistic.movecountperstep
Methods in org.optaplanner.benchmark.impl.statistic.movecountperstep that return MoveCountPerStepMeasurement Modifier and Type Method Description MoveCountPerStepMeasurement
MoveCountPerStepStatisticPoint. getMoveCountPerStepMeasurement()
Constructors in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type MoveCountPerStepMeasurement Constructor Description MoveCountPerStepStatisticPoint(long timeMillisSpent, MoveCountPerStepMeasurement moveCountPerStepMeasurement)
-