Class CloudBalancingApp
- java.lang.Object
-
- org.optaplanner.examples.common.app.LoggingMain
-
- org.optaplanner.examples.common.app.CommonApp<CloudBalance>
-
- org.optaplanner.examples.cloudbalancing.app.CloudBalancingApp
-
public class CloudBalancingApp extends CommonApp<CloudBalance>
For an easy example, look atCloudBalancingHelloWorldinstead.
-
-
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 CloudBalancingApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<CloudBalance>createSolutionFileIO()Used for the unsolved and solved directories, not for the import and output directories, in the data directory.protected CloudBalancingPanelcreateSolutionPanel()static voidmain(String[] args)-
Methods inherited from class org.optaplanner.examples.common.app.CommonApp
createExtraActions, createSolutionBusiness, createSolutionExporters, createSolutionImporters, 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 CloudBalancingPanel createSolutionPanel()
- Specified by:
createSolutionPanelin classCommonApp<CloudBalance>
-
createSolutionFileIO
public org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<CloudBalance> 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<CloudBalance>- Returns:
- never null
-
-