Package org.optaplanner.examples.tsp.app
Class TspApp
- java.lang.Object
-
- org.optaplanner.examples.common.app.LoggingMain
-
- org.optaplanner.examples.common.app.CommonApp<TspSolution>
-
- org.optaplanner.examples.tsp.app.TspApp
-
public class TspApp extends CommonApp<TspSolution>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.optaplanner.examples.common.app.CommonApp
CommonApp.ExtraAction<Solution_>
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATA_DIR_NAMEstatic StringSOLVER_CONFIG-
Fields inherited from class org.optaplanner.examples.common.app.CommonApp
DATA_DIR_SYSTEM_PROPERTY, dataDirName, description, iconResource, name, solutionBusiness, solverAndPersistenceFrame, solverConfigResource
-
Fields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger
-
-
Constructor Summary
Constructors Constructor Description TspApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<AbstractSolutionExporter>createSolutionExporters()org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<TspSolution>createSolutionFileIO()Used for the unsolved and solved directories, not for the import and output directories, in the data directory.protected AbstractSolutionImporter[]createSolutionImporters()protected TspPanelcreateSolutionPanel()static voidmain(String[] args)-
Methods inherited from class org.optaplanner.examples.common.app.CommonApp
createExtraActions, createSolutionBusiness, createSolverFactory, determineDataDir, getDataDirName, getDescription, getIconResource, getName, getSolverConfigResource, init, init, prepareSwingEnvironment
-
-
-
-
Field Detail
-
SOLVER_CONFIG
public static final String SOLVER_CONFIG
- See Also:
- Constant Field Values
-
DATA_DIR_NAME
public static final String DATA_DIR_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
createSolutionPanel
protected TspPanel createSolutionPanel()
- Specified by:
createSolutionPanelin classCommonApp<TspSolution>
-
createSolutionFileIO
public org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<TspSolution> createSolutionFileIO()
Description copied from class:CommonAppUsed for the unsolved and solved directories, not for the import and output directories, in the data directory.- Specified by:
createSolutionFileIOin classCommonApp<TspSolution>- Returns:
- never null
-
createSolutionImporters
protected AbstractSolutionImporter[] createSolutionImporters()
- Overrides:
createSolutionImportersin classCommonApp<TspSolution>
-
createSolutionExporters
protected Set<AbstractSolutionExporter> createSolutionExporters()
- Overrides:
createSolutionExportersin classCommonApp<TspSolution>
-
-