org.drools.planner.examples.common.app
Class CommonApp
java.lang.Object
org.drools.planner.examples.common.app.LoggingMain
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final org.slf4j.Logger logger
CommonApp
public CommonApp()
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()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.