public class VehicleRoutingApp extends CommonApp<VehicleRoutingSolution>
CommonApp.ExtraAction<Solution_>| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_DIR_NAME |
static String |
SOLVER_CONFIG |
DATA_DIR_SYSTEM_PROPERTY, dataDirName, description, iconResource, name, solutionBusiness, solverAndPersistenceFrame, solverConfigResourcelogger| Constructor and Description |
|---|
VehicleRoutingApp() |
| Modifier and Type | Method and Description |
|---|---|
org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<VehicleRoutingSolution> |
createSolutionFileIO()
Used for the unsolved and solved directories,
not for the import and output directories, in the data directory.
|
protected AbstractSolutionImporter[] |
createSolutionImporters() |
protected VehicleRoutingPanel |
createSolutionPanel() |
static void |
main(String[] args) |
createExtraActions, createSolutionBusiness, createSolutionExporter, createSolverFactory, determineDataDir, getDataDirName, getDescription, getIconResource, getName, getSolverConfigResource, init, init, prepareSwingEnvironmentpublic static final String SOLVER_CONFIG
public static final String DATA_DIR_NAME
public static void main(String[] args)
protected VehicleRoutingPanel createSolutionPanel()
createSolutionPanel in class CommonApp<VehicleRoutingSolution>public org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<VehicleRoutingSolution> createSolutionFileIO()
CommonAppcreateSolutionFileIO in class CommonApp<VehicleRoutingSolution>protected AbstractSolutionImporter[] createSolutionImporters()
createSolutionImporters in class CommonApp<VehicleRoutingSolution>Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.