public class BestSolutionMutationStatisticPoint extends StatisticPoint
Constructor and Description |
---|
BestSolutionMutationStatisticPoint(long timeMillisSpent,
int mutationCount) |
Modifier and Type | Method and Description |
---|---|
int |
getMutationCount() |
long |
getTimeMillisSpent() |
String |
toCsvLine() |
buildCsvLine, buildCsvLineWithDoubles, buildCsvLineWithLongs, buildCsvLineWithStrings, parseCsvLine
public BestSolutionMutationStatisticPoint(long timeMillisSpent, int mutationCount)
public long getTimeMillisSpent()
public int getMutationCount()
public String toCsvLine()
toCsvLine
in class StatisticPoint
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.