public class FlightCrewSchedulingApp extends CommonApp<FlightCrewSolution>
| 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, solverConfiglogger| Constructor and Description |
|---|
FlightCrewSchedulingApp() |
| Modifier and Type | Method and Description |
|---|---|
org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<FlightCrewSolution> |
createSolutionFileIO()
Used for the unsolved and solved directories,
not for the import and output directories, in the data directory.
|
protected FlightCrewSchedulingPanel |
createSolutionPanel() |
static void |
main(String[] args) |
createSolutionBusiness, createSolutionExporter, createSolutionImporters, createSolver, determineDataDir, getDataDirName, getDescription, getIconResource, getName, getSolverConfig, init, init, prepareSwingEnvironmentpublic static final String SOLVER_CONFIG
public static final String DATA_DIR_NAME
public static void main(String[] args)
protected FlightCrewSchedulingPanel createSolutionPanel()
createSolutionPanel in class CommonApp<FlightCrewSolution>public org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<FlightCrewSolution> createSolutionFileIO()
CommonAppcreateSolutionFileIO in class CommonApp<FlightCrewSolution>Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.