Drools Planner distribution 6.0.0.Alpha9

org.drools.planner.examples.examination.app
Class ExaminationApp

java.lang.Object
  extended by org.drools.planner.examples.common.app.LoggingMain
      extended by org.drools.planner.examples.common.app.CommonApp
          extended by org.drools.planner.examples.examination.app.ExaminationApp

public class ExaminationApp
extends CommonApp

Examination is super optimized and a bit complex. CurriculumCourseApp is arguably a better example to learn from.


Field Summary
static String SOLVER_CONFIG
           
 
Fields inherited from class org.drools.planner.examples.common.app.CommonApp
logger
 
Constructor Summary
ExaminationApp()
           
 
Method Summary
protected  SolutionDao createSolutionDao()
           
protected  AbstractSolutionExporter createSolutionExporter()
           
protected  AbstractSolutionImporter createSolutionImporter()
           
protected  SolutionPanel createSolutionPanel()
           
protected  Solver createSolver()
           
static void main(String[] args)
           
 
Methods inherited from class org.drools.planner.examples.common.app.CommonApp
createSolutionBusiness, fixateLookAndFeel, init, init
 
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

ExaminationApp

public ExaminationApp()
Method Detail

main

public static void main(String[] args)

createSolver

protected 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

Drools Planner distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.