public class TspApp extends CommonApp<TravelingSalesmanTour>
| Modifier and Type | Field and Description |
|---|---|
static String |
SOLVER_CONFIG |
description, iconResource, logger, name, solutionBusiness, solverAndPersistenceFrame, solverConfig| Constructor and Description |
|---|
TspApp() |
| Modifier and Type | Method and Description |
|---|---|
protected SolutionDao |
createSolutionDao() |
protected AbstractSolutionExporter |
createSolutionExporter() |
protected AbstractSolutionImporter[] |
createSolutionImporters() |
protected SolutionPanel |
createSolutionPanel() |
static void |
main(String[] args) |
createSolutionBusiness, createSolver, getDescription, getIconResource, getName, init, init, prepareSwingEnvironmentpublic static final String SOLVER_CONFIG
public static void main(String[] args)
protected SolutionPanel createSolutionPanel()
createSolutionPanel in class CommonApp<TravelingSalesmanTour>protected SolutionDao createSolutionDao()
createSolutionDao in class CommonApp<TravelingSalesmanTour>protected AbstractSolutionImporter[] createSolutionImporters()
createSolutionImporters in class CommonApp<TravelingSalesmanTour>protected AbstractSolutionExporter createSolutionExporter()
createSolutionExporter in class CommonApp<TravelingSalesmanTour>Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.