Serialized Form
-
Package org.optaplanner.examples.app
-
Class org.optaplanner.examples.app.OptaPlannerExamplesApp
class OptaPlannerExamplesApp extends JFrame implements Serializable-
Serialized Fields
-
descriptionTextArea
JTextArea descriptionTextArea
-
-
-
-
Package org.optaplanner.examples.cloudbalancing.swingui
-
Class org.optaplanner.examples.cloudbalancing.swingui.CloudBalancingPanel
-
Serialized Fields
-
addCloudComputerIcon
ImageIcon addCloudComputerIcon
-
addCloudProcessIcon
ImageIcon addCloudProcessIcon
-
cloudComputerIcon
ImageIcon cloudComputerIcon
-
cloudProcessIcon
ImageIcon cloudProcessIcon
-
computersPanel
JPanel computersPanel
-
computerToPanelMap
Map<CloudComputer,
CloudComputerPanel> computerToPanelMap -
deleteCloudComputerIcon
ImageIcon deleteCloudComputerIcon
-
deleteCloudProcessIcon
ImageIcon deleteCloudProcessIcon
-
maximumComputerCpuPower
int maximumComputerCpuPower
-
maximumComputerMemory
int maximumComputerMemory
-
maximumComputerNetworkBandwidth
int maximumComputerNetworkBandwidth
-
processColorFactory
TangoColorFactory processColorFactory
-
unassignedPanel
CloudComputerPanel unassignedPanel
-
-
-
Class org.optaplanner.examples.cloudbalancing.swingui.CloudComputerPanel
class CloudComputerPanel extends JPanel implements Serializable-
Serialized Fields
-
cloudBalancingPanel
CloudBalancingPanel cloudBalancingPanel
-
computer
CloudComputer computer
-
computerLabel
JLabel computerLabel
-
costField
JTextField costField
-
cpuPowerBar
org.optaplanner.examples.cloudbalancing.swingui.CloudComputerPanel.CloudBar cpuPowerBar
-
cpuPowerField
JTextField cpuPowerField
-
detailsButton
JButton detailsButton
-
memoryBar
org.optaplanner.examples.cloudbalancing.swingui.CloudComputerPanel.CloudBar memoryBar
-
memoryField
JTextField memoryField
-
networkBandwidthBar
org.optaplanner.examples.cloudbalancing.swingui.CloudComputerPanel.CloudBar networkBandwidthBar
-
networkBandwidthField
JTextField networkBandwidthField
-
numberOfProcessesLabel
JLabel numberOfProcessesLabel
-
processList
List<CloudProcess> processList
-
-
-
-
Package org.optaplanner.examples.common.persistence.jackson
-
Class org.optaplanner.examples.common.persistence.jackson.JacksonUniqueIdGenerator
class JacksonUniqueIdGenerator extends com.fasterxml.jackson.annotation.ObjectIdGenerator<String> implements Serializable-
Serialized Fields
-
scope
Class<?> scope
-
-
-
-
Package org.optaplanner.examples.common.swingui
-
Class org.optaplanner.examples.common.swingui.ConstraintMatchesDialog.ConstraintMatchTotalTableModel
class ConstraintMatchTotalTableModel extends AbstractTableModel implements Serializable-
Serialized Fields
-
constraintMatchTotalList
List<org.optaplanner.core.api.score.constraint.ConstraintMatchTotal<?>> constraintMatchTotalList
-
-
-
Class org.optaplanner.examples.common.swingui.OpenBrowserAction
class OpenBrowserAction extends AbstractAction implements Serializable-
Serialized Fields
-
uri
URI uri
-
-
-
Class org.optaplanner.examples.common.swingui.SolutionPanel
class SolutionPanel extends JPanel implements Serializable-
Serialized Fields
-
indictmentMinimumLevelNumbers
double[] indictmentMinimumLevelNumbers
-
normalColorFactory
TangoColorFactory normalColorFactory
-
solutionBusiness
SolutionBusiness<Solution_,
?> solutionBusiness -
solverAndPersistenceFrame
SolverAndPersistenceFrame<Solution_> solverAndPersistenceFrame
-
useIndictmentColor
boolean useIndictmentColor
-
-
-
Class org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame
class SolverAndPersistenceFrame extends JFrame implements Serializable-
Serialized Fields
-
constraintMatchesDialog
org.optaplanner.examples.common.swingui.ConstraintMatchesDialog constraintMatchesDialog
-
exportAction
Action exportAction
-
extraActions
Action[] extraActions
-
importAction
Action importAction
-
indictmentHeatMapFalseIcon
ImageIcon indictmentHeatMapFalseIcon
-
indictmentHeatMapToggleButton
JToggleButton indictmentHeatMapToggleButton
-
indictmentHeatMapTrueIcon
ImageIcon indictmentHeatMapTrueIcon
-
middlePanel
JPanel middlePanel
-
openAction
Action openAction
-
progressBar
JProgressBar progressBar
-
quickOpenSolvedJList
JList<SolverAndPersistenceFrame<Solution_>.org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame.QuickOpenAction> quickOpenSolvedJList
-
quickOpenUnsolvedJList
JList<SolverAndPersistenceFrame<Solution_>.org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame.QuickOpenAction> quickOpenUnsolvedJList
-
refreshScreenDuringSolvingFalseIcon
ImageIcon refreshScreenDuringSolvingFalseIcon
-
refreshScreenDuringSolvingToggleButton
JToggleButton refreshScreenDuringSolvingToggleButton
-
refreshScreenDuringSolvingTrueIcon
ImageIcon refreshScreenDuringSolvingTrueIcon
-
saveAction
Action saveAction
-
scoreField
JTextField scoreField
-
showConstraintMatchesDialogAction
SolverAndPersistenceFrame<Solution_>.org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame.ShowConstraintMatchesDialogAction showConstraintMatchesDialogAction
-
solutionBusiness
SolutionBusiness<Solution_,
?> solutionBusiness -
solutionPanel
SolutionPanel<Solution_> solutionPanel
-
solveAction
Action solveAction
-
solveButton
JButton solveButton
-
terminateSolvingEarlyAction
Action terminateSolvingEarlyAction
-
terminateSolvingEarlyButton
JButton terminateSolvingEarlyButton
-
-
-
-
Package org.optaplanner.examples.common.swingui.timetable
-
Class org.optaplanner.examples.common.swingui.timetable.TimeTablePanel
class TimeTablePanel extends JPanel implements Serializable
-
-
Package org.optaplanner.examples.conferencescheduling.swingui
-
Package org.optaplanner.examples.curriculumcourse.swingui
-
Class org.optaplanner.examples.curriculumcourse.swingui.CurriculumCoursePanel
-
Serialized Fields
-
curriculaPanel
TimeTablePanel<Curriculum,
Period> curriculaPanel -
roomsPanel
TimeTablePanel<Room,
Period> roomsPanel -
teachersPanel
TimeTablePanel<Teacher,
Period> teachersPanel
-
-
-
-
Package org.optaplanner.examples.examination.swingui
-
Class org.optaplanner.examples.examination.swingui.ExaminationConstraintConfigurationDialog
class ExaminationConstraintConfigurationDialog extends JDialog implements Serializable-
Serialized Fields
-
cancelAction
AbstractAction cancelAction
-
examinationPanel
ExaminationPanel examinationPanel
-
frontLoadLargeTopicSizeField
JSpinner frontLoadLargeTopicSizeField
-
frontLoadLastPeriodSizeField
JSpinner frontLoadLastPeriodSizeField
-
frontLoadPenaltyField
JSpinner frontLoadPenaltyField
-
mixedDurationPenaltyField
JSpinner mixedDurationPenaltyField
-
periodSpreadLengthField
JSpinner periodSpreadLengthField
-
periodSpreadPenaltyField
JSpinner periodSpreadPenaltyField
-
saveAction
AbstractAction saveAction
-
twoInADayPenaltyField
JSpinner twoInADayPenaltyField
-
twoInARowPenaltyField
JSpinner twoInARowPenaltyField
-
-
-
Class org.optaplanner.examples.examination.swingui.ExaminationPanel
-
Serialized Fields
-
examinationConstraintConfigurationDialog
ExaminationConstraintConfigurationDialog examinationConstraintConfigurationDialog
-
institutionParametrizationEditAction
AbstractAction institutionParametrizationEditAction
-
maximumPeriodDuration
int maximumPeriodDuration
-
maximumRoomCapacity
int maximumRoomCapacity
-
roomsPanel
TimeTablePanel<Room,
Period> roomsPanel
-
-
-
-
Package org.optaplanner.examples.flightcrewscheduling.swingui
-
Class org.optaplanner.examples.flightcrewscheduling.swingui.FlightCrewSchedulingPanel
-
Serialized Fields
-
flightCrewSchedulingWorldPanel
FlightCrewSchedulingWorldPanel flightCrewSchedulingWorldPanel
-
-
-
Class org.optaplanner.examples.flightcrewscheduling.swingui.FlightCrewSchedulingWorldPanel
class FlightCrewSchedulingWorldPanel extends JPanel implements Serializable-
Serialized Fields
-
canvas
BufferedImage canvas
-
flightCrewSchedulingPanel
FlightCrewSchedulingPanel flightCrewSchedulingPanel
-
translator
LatitudeLongitudeTranslator translator
-
-
-
-
Package org.optaplanner.examples.machinereassignment.swingui
-
Class org.optaplanner.examples.machinereassignment.swingui.MachineReassignmentPanel
-
Serialized Fields
-
machineListPanel
JPanel machineListPanel
-
machineToPanelMap
Map<MrMachine,
MrMachinePanel> machineToPanelMap -
tooBigLabel
JLabel tooBigLabel
-
unassignedPanel
MrMachinePanel unassignedPanel
-
-
-
Class org.optaplanner.examples.machinereassignment.swingui.MrMachinePanel
class MrMachinePanel extends JPanel implements Serializable-
Serialized Fields
-
machine
MrMachine machine
-
machineLabel
JLabel machineLabel
-
machineReassignmentPanel
MachineReassignmentPanel machineReassignmentPanel
-
numberOfProcessesLabel
JLabel numberOfProcessesLabel
-
processAssignmentList
List<MrProcessAssignment> processAssignmentList
-
resourceFieldMap
Map<MrResource,
JTextField> resourceFieldMap -
resourceList
List<MrResource> resourceList
-
resourceListPanel
JPanel resourceListPanel
-
-
-
-
Package org.optaplanner.examples.meetingscheduling.swingui
-
Class org.optaplanner.examples.meetingscheduling.swingui.MeetingSchedulingPanel
-
Serialized Fields
-
OVERTIME_TIME_GRAIN
org.optaplanner.examples.meetingscheduling.swingui.MeetingSchedulingPanel.OvertimeTimeGrain OVERTIME_TIME_GRAIN
-
personsPanel
TimeTablePanel<TimeGrain,
Pair<Person, Boolean>> personsPanel -
roomsPanel
TimeTablePanel<TimeGrain,
Room> roomsPanel
-
-
-
-
Package org.optaplanner.examples.nqueens.swingui
-
Class org.optaplanner.examples.nqueens.swingui.NQueensPanel
-
Serialized Fields
-
queenImageIcon
ImageIcon queenImageIcon
-
-
-
-
Package org.optaplanner.examples.nurserostering.swingui
-
Class org.optaplanner.examples.nurserostering.swingui.EmployeePanel
class EmployeePanel extends JPanel implements Serializable-
Serialized Fields
-
deleteButton
JButton deleteButton
-
employee
Employee employee
-
numberOfShiftAssignmentsLabel
JLabel numberOfShiftAssignmentsLabel
-
nurseRosteringPanel
NurseRosteringPanel nurseRosteringPanel
-
shiftAssignmentButtonMap
Map<ShiftAssignment,
JButton> shiftAssignmentButtonMap -
shiftDateList
List<ShiftDate> shiftDateList
-
shiftDateListPanel
JPanel shiftDateListPanel
-
shiftDatePanelMap
Map<ShiftDate,
JPanel> shiftDatePanelMap -
shiftList
List<Shift> shiftList
-
shiftPanelMap
Map<Shift,
JPanel> shiftPanelMap
-
-
-
Class org.optaplanner.examples.nurserostering.swingui.NurseRosteringPanel
-
Serialized Fields
-
advancePlanningWindowStartAction
AbstractAction advancePlanningWindowStartAction
-
deleteEmployeeIcon
ImageIcon deleteEmployeeIcon
-
employeeIcon
ImageIcon employeeIcon
-
employeeListPanel
JPanel employeeListPanel
-
employeeToPanelMap
Map<Employee,
EmployeePanel> employeeToPanelMap -
planningWindowStartField
JTextField planningWindowStartField
-
unassignedPanel
EmployeePanel unassignedPanel
-
-
-
-
Package org.optaplanner.examples.pas.swingui
-
Class org.optaplanner.examples.pas.swingui.PatientAdmissionSchedulePanel
class PatientAdmissionSchedulePanel extends SolutionPanel<PatientAdmissionSchedule> implements Serializable-
Serialized Fields
-
anyGenderIcon
ImageIcon anyGenderIcon
-
equipmentTangoColorFactory
TangoColorFactory equipmentTangoColorFactory
-
femaleIcon
ImageIcon femaleIcon
-
maleIcon
ImageIcon maleIcon
-
sameGenderIcon
ImageIcon sameGenderIcon
-
timeTablePanel
TimeTablePanel<Night,
Bed> timeTablePanel
-
-
-
-
Package org.optaplanner.examples.projectjobscheduling.swingui
-
Package org.optaplanner.examples.taskassigning.swingui
-
Class org.optaplanner.examples.taskassigning.swingui.TaskAssigningPanel
-
Serialized Fields
-
consumeAction
AbstractAction consumeAction
-
consumedTimeInSeconds
int consumedTimeInSeconds
-
consumeRateField
JSpinner consumeRateField
-
consumeTimer
Timer consumeTimer
-
previousConsumedTime
int previousConsumedTime
-
previousProducedTime
int previousProducedTime
-
produceAction
AbstractAction produceAction
-
producedTimeInSeconds
int producedTimeInSeconds
-
produceRateField
JSpinner produceRateField
-
produceTimer
Timer produceTimer
-
producingRandom
Random producingRandom
-
taskOverviewPanel
TaskOverviewPanel taskOverviewPanel
-
-
-
Class org.optaplanner.examples.taskassigning.swingui.TaskOverviewPanel
class TaskOverviewPanel extends JPanel implements Serializable-
Serialized Fields
-
affinityIcons
ImageIcon[] affinityIcons
-
consumedDuration
int consumedDuration
-
priorityIcons
ImageIcon[] priorityIcons
-
skillColorFactory
TangoColorFactory skillColorFactory
-
taskAssigningPanel
TaskAssigningPanel taskAssigningPanel
-
-
-
-
Package org.optaplanner.examples.tennis.swingui
-
Class org.optaplanner.examples.tennis.swingui.TennisPanel
-
Serialized Fields
-
confrontationsPanel
TimeTablePanel<Team,
Team> confrontationsPanel -
datesPanel
TimeTablePanel<Day,
Team> datesPanel
-
-
-
-
Package org.optaplanner.examples.travelingtournament.swingui
-
Class org.optaplanner.examples.travelingtournament.swingui.TravelingTournamentPanel
-
Serialized Fields
-
awayMatchIcon
ImageIcon awayMatchIcon
-
tangoColorFactory
TangoColorFactory tangoColorFactory
-
teamsPanel
TimeTablePanel<Team,
Day> teamsPanel
-
-
-
-
Package org.optaplanner.examples.tsp.swingui
-
Class org.optaplanner.examples.tsp.swingui.TspListPanel
class TspListPanel extends JPanel implements Serializable-
Serialized Fields
-
tspPanel
TspPanel tspPanel
-
-
-
Class org.optaplanner.examples.tsp.swingui.TspPanel
-
Serialized Fields
-
nextLocationId
Long nextLocationId
-
tspListPanel
TspListPanel tspListPanel
-
tspWorldPanel
TspWorldPanel tspWorldPanel
-
-
-
Class org.optaplanner.examples.tsp.swingui.TspWorldPanel
class TspWorldPanel extends JPanel implements Serializable-
Serialized Fields
-
canvas
BufferedImage canvas
-
dragSourceStandstill
Standstill dragSourceStandstill
-
dragTargetStandstill
Standstill dragTargetStandstill
-
europaBackground
ImageIcon europaBackground
-
translator
LatitudeLongitudeTranslator translator
-
tspPanel
TspPanel tspPanel
-
-
-
-
Package org.optaplanner.examples.vehiclerouting.swingui
-
Class org.optaplanner.examples.vehiclerouting.swingui.VehicleRoutingPanel
-
Serialized Fields
-
demandRandom
Random demandRandom
-
nextLocationId
Long nextLocationId
-
vehicleRoutingWorldPanel
VehicleRoutingWorldPanel vehicleRoutingWorldPanel
-
-
-
Class org.optaplanner.examples.vehiclerouting.swingui.VehicleRoutingWorldPanel
class VehicleRoutingWorldPanel extends JPanel implements Serializable-
Serialized Fields
-
solutionPainter
VehicleRoutingSolutionPainter solutionPainter
-
vehicleRoutingPanel
VehicleRoutingPanel vehicleRoutingPanel
-
-
-