|
OptaPlanner distribution 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optaplanner.examples.common.app.LoggingMain
org.optaplanner.examples.common.persistence.AbstractSolutionExporter
org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter
org.optaplanner.examples.tsp.persistence.TspExporter
public class TspExporter
Nested Class Summary | |
---|---|
static class |
TspExporter.TspOutputBuilder
|
Nested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter |
---|
AbstractTxtSolutionExporter.TxtOutputBuilder |
Nested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionExporter |
---|
AbstractSolutionExporter.OutputBuilder |
Field Summary | |
---|---|
static String |
OUTPUT_FILE_SUFFIX
|
Fields inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter |
---|
DEFAULT_OUTPUT_FILE_SUFFIX |
Fields inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionExporter |
---|
solutionDao |
Fields inherited from class org.optaplanner.examples.common.app.LoggingMain |
---|
logger |
Constructor Summary | |
---|---|
TspExporter()
|
Method Summary | |
---|---|
AbstractTxtSolutionExporter.TxtOutputBuilder |
createTxtOutputBuilder()
|
String |
getOutputFileSuffix()
|
static void |
main(String[] args)
|
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter |
---|
writeSolution |
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionExporter |
---|
convertAll, getInputDir, getInputFileSuffix, getOutputDir |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String OUTPUT_FILE_SUFFIX
Constructor Detail |
---|
public TspExporter()
Method Detail |
---|
public static void main(String[] args)
public String getOutputFileSuffix()
getOutputFileSuffix
in class AbstractTxtSolutionExporter
public AbstractTxtSolutionExporter.TxtOutputBuilder createTxtOutputBuilder()
createTxtOutputBuilder
in class AbstractTxtSolutionExporter
|
OptaPlanner distribution 6.1.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |