Drools Planner distribution 6.0.0.Alpha9

org.drools.planner.examples.common.app
Class CommonApp

java.lang.Object
  extended by org.drools.planner.examples.common.app.LoggingMain
      extended by org.drools.planner.examples.common.app.CommonApp
Direct Known Subclasses:
CloudBalancingApp, CurriculumCourseApp, ExaminationApp, MachineReassignmentApp, Manners2009App, NQueensApp, NurseRosteringApp, PatientAdmissionScheduleApp, TravelingTournamentApp, TspApp, VehicleRoutingApp

public abstract class CommonApp
extends LoggingMain


Field Summary
protected static org.slf4j.Logger logger
           
 
Constructor Summary
CommonApp()
           
 
Method Summary
 SolutionBusiness createSolutionBusiness()
           
protected abstract  SolutionDao createSolutionDao()
           
protected  AbstractSolutionExporter createSolutionExporter()
           
protected  AbstractSolutionImporter createSolutionImporter()
           
protected abstract  SolutionPanel createSolutionPanel()
           
protected abstract  Solver createSolver()
           
static void fixateLookAndFeel()
          Some examples are not compatible with every native LookAndFeel.
 void init()
           
 void init(Component centerForComponent, boolean exitOnClose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.slf4j.Logger logger
Constructor Detail

CommonApp

public CommonApp()
Method Detail

fixateLookAndFeel

public static void fixateLookAndFeel()
Some examples are not compatible with every native LookAndFeel. For example, NurseRosteringPanel is incompatible with Mac.


init

public void init()

init

public void init(Component centerForComponent,
                 boolean exitOnClose)

createSolutionBusiness

public SolutionBusiness createSolutionBusiness()

createSolver

protected abstract Solver createSolver()

createSolutionPanel

protected abstract SolutionPanel createSolutionPanel()

createSolutionDao

protected abstract SolutionDao createSolutionDao()

createSolutionImporter

protected AbstractSolutionImporter createSolutionImporter()

createSolutionExporter

protected AbstractSolutionExporter createSolutionExporter()

Drools Planner distribution 6.0.0.Alpha9

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