Serialized Form
-
Package org.optaplanner.examples.app
-
Class org.optaplanner.examples.app.OptaPlannerExamplesApp extends JFrame implements Serializable
-
Serialized Fields
-
descriptionTextArea
JTextArea descriptionTextArea
-
-
-
-
Package org.optaplanner.examples.batchscheduling.swingui
-
Class org.optaplanner.examples.batchscheduling.swingui.BatchSchedulingPanel extends SolutionPanel<BatchSchedule> implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.optaplanner.examples.cheaptime.swingui
-
Class org.optaplanner.examples.cheaptime.swingui.CheapTimePanel extends SolutionPanel<CheapTimeSolution> implements Serializable
-
Serialized Fields
-
groupByMachineCheckBox
JCheckBox groupByMachineCheckBox
-
-
-
-
Package org.optaplanner.examples.cloudbalancing.swingui
-
Class org.optaplanner.examples.cloudbalancing.swingui.CloudBalancingPanel extends SolutionPanel<CloudBalance> implements Serializable
-
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
-
unassignedPanel
CloudComputerPanel unassignedPanel
-
-
-
Class org.optaplanner.examples.cloudbalancing.swingui.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.coachshuttlegathering.swingui
-
Class org.optaplanner.examples.coachshuttlegathering.swingui.CoachShuttleGatheringPanel extends SolutionPanel<CoachShuttleGatheringSolution> implements Serializable
-
Serialized Fields
-
coachShuttleGatheringWorldPanel
CoachShuttleGatheringWorldPanel coachShuttleGatheringWorldPanel
-
-
-
Class org.optaplanner.examples.coachshuttlegathering.swingui.CoachShuttleGatheringWorldPanel extends JPanel implements Serializable
-
Serialized Fields
-
canvas
BufferedImage canvas
-
coachShuttleGatheringPanel
CoachShuttleGatheringPanel coachShuttleGatheringPanel
-
translator
LatitudeLongitudeTranslator translator
-
-
-
-
Package org.optaplanner.examples.common.optional.score
-
Class org.optaplanner.examples.common.optional.score.LoadBalanceAccumulateFunction extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
-
writeExternal
public void writeExternal(ObjectOutput out)
-
-
-
Class org.optaplanner.examples.common.optional.score.LoadBalanceAccumulateFunction.LoadBalanceData extends Object implements Serializable
-
Serialized Fields
-
n
long n
-
squaredSum
long squaredSum
-
sum
long sum
-
-
-
Class org.optaplanner.examples.common.optional.score.LoadBalanceAccumulateFunction.LoadBalanceResult extends Object implements Serializable
-
Serialized Fields
-
n
long n
-
squaredSum
long squaredSum
-
sum
long sum
-
-
-
Class org.optaplanner.examples.common.optional.score.LoadBalanceByCountAccumulateFunction extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
-
writeExternal
public void writeExternal(ObjectOutput out)
-
-
-
Class org.optaplanner.examples.common.optional.score.LoadBalanceByCountAccumulateFunction.LoadBalanceByCountData extends Object implements Serializable
-
Class org.optaplanner.examples.common.optional.score.LoadBalanceByCountAccumulateFunction.LoadBalanceByCountResult extends Object implements Serializable
-
Serialized Fields
-
squaredSum
long squaredSum
-
-
-
-
Package org.optaplanner.examples.common.swingui
-
Class org.optaplanner.examples.common.swingui.ConstraintMatchesDialog extends JDialog implements Serializable
-
Serialized Fields
-
solutionBusiness
SolutionBusiness solutionBusiness
-
-
-
Class org.optaplanner.examples.common.swingui.ConstraintMatchesDialog.ConstraintMatchTotalTableModel extends AbstractTableModel implements Serializable
-
Serialized Fields
-
constraintMatchTotalList
List<org.optaplanner.core.api.score.constraint.ConstraintMatchTotal<?>> constraintMatchTotalList
-
-
-
Class org.optaplanner.examples.common.swingui.OpenBrowserAction extends AbstractAction implements Serializable
-
Serialized Fields
-
uri
URI uri
-
-
-
Class org.optaplanner.examples.common.swingui.SolutionPanel extends JPanel implements Serializable
-
Serialized Fields
-
indictmentMinimumLevelNumbers
double[] indictmentMinimumLevelNumbers
-
normalColorFactory
org.optaplanner.swing.impl.TangoColorFactory normalColorFactory
-
solutionBusiness
SolutionBusiness<Solution_,?> solutionBusiness
-
solverAndPersistenceFrame
SolverAndPersistenceFrame solverAndPersistenceFrame
-
useIndictmentColor
boolean useIndictmentColor
-
-
-
Class org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame extends JFrame implements Serializable
-
Serialized Fields
-
constraintMatchesDialog
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<org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame.QuickOpenAction> quickOpenSolvedJList
-
quickOpenUnsolvedJList
JList<org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame.QuickOpenAction> quickOpenUnsolvedJList
-
refreshScreenDuringSolvingFalseIcon
ImageIcon refreshScreenDuringSolvingFalseIcon
-
refreshScreenDuringSolvingToggleButton
JToggleButton refreshScreenDuringSolvingToggleButton
-
refreshScreenDuringSolvingTrueIcon
ImageIcon refreshScreenDuringSolvingTrueIcon
-
saveAction
Action saveAction
-
scoreField
JTextField scoreField
-
showConstraintMatchesDialogAction
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 extends JPanel implements Serializable
-
-
Package org.optaplanner.examples.conferencescheduling.swingui
-
Class org.optaplanner.examples.conferencescheduling.swingui.ConferenceSchedulingPanel extends SolutionPanel<ConferenceSolution> implements Serializable
-
-
Package org.optaplanner.examples.curriculumcourse.swingui
-
Class org.optaplanner.examples.curriculumcourse.swingui.CurriculumCoursePanel extends SolutionPanel<CourseSchedule> implements Serializable
-
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 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 extends SolutionPanel<Examination> implements Serializable
-
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 extends SolutionPanel<FlightCrewSolution> implements Serializable
-
Serialized Fields
-
flightCrewSchedulingWorldPanel
FlightCrewSchedulingWorldPanel flightCrewSchedulingWorldPanel
-
-
-
Class org.optaplanner.examples.flightcrewscheduling.swingui.FlightCrewSchedulingWorldPanel extends JPanel implements Serializable
-
Serialized Fields
-
canvas
BufferedImage canvas
-
flightCrewSchedulingPanel
FlightCrewSchedulingPanel flightCrewSchedulingPanel
-
translator
LatitudeLongitudeTranslator translator
-
-
-
-
Package org.optaplanner.examples.investment.swingui
-
Class org.optaplanner.examples.investment.swingui.InvestmentPanel extends SolutionPanel<InvestmentSolution> implements Serializable
-
Serialized Fields
-
assetClassPanel
TimeTablePanel<AssetClass,AssetClass> assetClassPanel
-
ignoreChangeEvents
boolean ignoreChangeEvents
-
regionPanel
TimeTablePanel<Void,Region> regionPanel
-
sectorPanel
TimeTablePanel<Void,Sector> sectorPanel
-
standardDeviationMaximumField
JSpinner standardDeviationMaximumField
-
-
-
-
Package org.optaplanner.examples.machinereassignment.swingui
-
Class org.optaplanner.examples.machinereassignment.swingui.MachineReassignmentPanel extends SolutionPanel<MachineReassignment> implements Serializable
-
Serialized Fields
-
machineListPanel
JPanel machineListPanel
-
machineToPanelMap
Map<MrMachine,MrMachinePanel> machineToPanelMap
-
tooBigLabel
JLabel tooBigLabel
-
unassignedPanel
MrMachinePanel unassignedPanel
-
-
-
Class org.optaplanner.examples.machinereassignment.swingui.MrMachinePanel extends JPanel implements Serializable
-
Serialized Fields
-
detailsButton
JButton detailsButton
-
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 extends SolutionPanel<MeetingSchedule> implements Serializable
-
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 extends SolutionPanel<NQueens> implements Serializable
-
Serialized Fields
-
queenImageIcon
ImageIcon queenImageIcon
-
-
-
-
Package org.optaplanner.examples.nurserostering.swingui
-
Class org.optaplanner.examples.nurserostering.swingui.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 extends SolutionPanel<NurseRoster> implements Serializable
-
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 extends SolutionPanel<PatientAdmissionSchedule> implements Serializable
-
Serialized Fields
-
-
-
Package org.optaplanner.examples.projectjobscheduling.swingui
-
Class org.optaplanner.examples.projectjobscheduling.swingui.ProjectJobSchedulingPanel extends SolutionPanel<Schedule> implements Serializable
-
-
Package org.optaplanner.examples.rocktour.swingui
-
Class org.optaplanner.examples.rocktour.swingui.RockTourPanel extends SolutionPanel<RockTourSolution> implements Serializable
-
Serialized Fields
-
rockTourWorldPanel
RockTourWorldPanel rockTourWorldPanel
-
-
-
Class org.optaplanner.examples.rocktour.swingui.RockTourWorldPanel extends JPanel implements Serializable
-
Serialized Fields
-
canvas
BufferedImage canvas
-
rockTourPanel
RockTourPanel rockTourPanel
-
translator
LatitudeLongitudeTranslator translator
-
-
-
-
Package org.optaplanner.examples.taskassigning.swingui
-
Class org.optaplanner.examples.taskassigning.swingui.TaskAssigningPanel extends SolutionPanel<TaskAssigningSolution> implements Serializable
-
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 extends JPanel implements Serializable
-
Serialized Fields
-
affinityIcons
ImageIcon[] affinityIcons
-
consumedDuration
int consumedDuration
-
priorityIcons
ImageIcon[] priorityIcons
-
skillColorFactory
org.optaplanner.swing.impl.TangoColorFactory skillColorFactory
-
taskAssigningPanel
TaskAssigningPanel taskAssigningPanel
-
-
-
-
Package org.optaplanner.examples.tennis.swingui
-
Class org.optaplanner.examples.tennis.swingui.TennisPanel extends SolutionPanel<TennisSolution> implements Serializable
-
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 extends SolutionPanel<TravelingTournament> implements Serializable
-
Serialized Fields
-
awayMatchIcon
ImageIcon awayMatchIcon
-
tangoColorFactory
org.optaplanner.swing.impl.TangoColorFactory tangoColorFactory
-
teamsPanel
TimeTablePanel<Team,Day> teamsPanel
-
-
-
-
Package org.optaplanner.examples.tsp.swingui
-
Class org.optaplanner.examples.tsp.swingui.TspListPanel extends JPanel implements Serializable
-
Serialized Fields
-
tspPanel
TspPanel tspPanel
-
-
-
Class org.optaplanner.examples.tsp.swingui.TspPanel extends SolutionPanel<TspSolution> implements Serializable
-
Serialized Fields
-
nextLocationId
Long nextLocationId
-
tspListPanel
TspListPanel tspListPanel
-
tspWorldPanel
TspWorldPanel tspWorldPanel
-
-
-
Class org.optaplanner.examples.tsp.swingui.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 extends SolutionPanel<VehicleRoutingSolution> implements Serializable
-
Serialized Fields
-
demandRandom
Random demandRandom
-
nextLocationId
Long nextLocationId
-
vehicleRoutingWorldPanel
VehicleRoutingWorldPanel vehicleRoutingWorldPanel
-
-
-
Class org.optaplanner.examples.vehiclerouting.swingui.VehicleRoutingWorldPanel extends JPanel implements Serializable
-
Serialized Fields
-
solutionPainter
VehicleRoutingSolutionPainter solutionPainter
-
vehicleRoutingPanel
VehicleRoutingPanel vehicleRoutingPanel
-
-
-