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, parseCsvLinepublic BestSolutionMutationStatisticPoint(long timeMillisSpent,
                                          int mutationCount)
public long getTimeMillisSpent()
public int getMutationCount()
public String toCsvLine()
toCsvLine in class StatisticPointCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.