OptaPlanner examples 6.2.0.Beta1

org.optaplanner.examples.machinereassignment.app
Class MachineReassignmentApp

java.lang.Object
  extended by org.optaplanner.examples.common.app.LoggingMain
      extended by org.optaplanner.examples.common.app.CommonApp
          extended by org.optaplanner.examples.machinereassignment.app.MachineReassignmentApp

public class MachineReassignmentApp
extends CommonApp


Field Summary
static String SOLVER_CONFIG
           
 
Fields inherited from class org.optaplanner.examples.common.app.CommonApp
description, iconResource, logger, name, solutionBusiness, solverAndPersistenceFrame
 
Constructor Summary
MachineReassignmentApp()
           
 
Method Summary
protected  SolutionDao createSolutionDao()
           
protected  AbstractSolutionExporter createSolutionExporter()
           
protected  AbstractSolutionImporter createSolutionImporter()
           
protected  SolutionPanel createSolutionPanel()
           
protected  org.optaplanner.core.api.solver.Solver createSolver()
           
static void main(String[] args)
           
 
Methods inherited from class org.optaplanner.examples.common.app.CommonApp
createSolutionBusiness, getDescription, getIconResource, getName, init, init, prepareSwingEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOLVER_CONFIG

public static final String SOLVER_CONFIG
See Also:
Constant Field Values
Constructor Detail

MachineReassignmentApp

public MachineReassignmentApp()
Method Detail

main

public static void main(String[] args)

createSolver

protected org.optaplanner.core.api.solver.Solver createSolver()
Specified by:
createSolver in class CommonApp

createSolutionPanel

protected SolutionPanel createSolutionPanel()
Specified by:
createSolutionPanel in class CommonApp

createSolutionDao

protected SolutionDao createSolutionDao()
Specified by:
createSolutionDao in class CommonApp

createSolutionImporter

protected AbstractSolutionImporter createSolutionImporter()
Overrides:
createSolutionImporter in class CommonApp

createSolutionExporter

protected AbstractSolutionExporter createSolutionExporter()
Overrides:
createSolutionExporter in class CommonApp

OptaPlanner examples 6.2.0.Beta1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.