public class DinnerPartyApp extends CommonApp<DinnerParty>
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 |
|---|
DinnerPartyApp() |
| Modifier and Type | Method and Description |
|---|---|
org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<DinnerParty> |
createSolutionFileIO()
Used for the unsolved and solved directories,
not for the import and output directories, in the data directory.
|
protected AbstractSolutionImporter[] |
createSolutionImporters() |
protected DinnerPartyPanel |
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 DinnerPartyPanel createSolutionPanel()
createSolutionPanel in class CommonApp<DinnerParty>public org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<DinnerParty> createSolutionFileIO()
CommonAppcreateSolutionFileIO in class CommonApp<DinnerParty>protected AbstractSolutionImporter[] createSolutionImporters()
createSolutionImporters in class CommonApp<DinnerParty>Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.