public class TspExporter extends AbstractTxtSolutionExporter<TspSolution>
Modifier and Type | Class and Description |
---|---|
static class |
TspExporter.TspOutputBuilder |
AbstractTxtSolutionExporter.TxtOutputBuilder<Solution_>
AbstractSolutionExporter.OutputBuilder
Modifier and Type | Field and Description |
---|---|
static String |
OUTPUT_FILE_SUFFIX |
DEFAULT_OUTPUT_FILE_SUFFIX
logger
Constructor and Description |
---|
TspExporter() |
Modifier and Type | Method and Description |
---|---|
AbstractTxtSolutionExporter.TxtOutputBuilder<TspSolution> |
createTxtOutputBuilder() |
String |
getOutputFileSuffix() |
static void |
main(String[] args) |
writeSolution
public static final String OUTPUT_FILE_SUFFIX
public static void main(String[] args)
public String getOutputFileSuffix()
getOutputFileSuffix
in class AbstractTxtSolutionExporter<TspSolution>
public AbstractTxtSolutionExporter.TxtOutputBuilder<TspSolution> createTxtOutputBuilder()
createTxtOutputBuilder
in class AbstractTxtSolutionExporter<TspSolution>
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.