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.cheaptime.domain
-
Class org.optaplanner.examples.cheaptime.domain.CheapTimeSolution extends AbstractPersistable implements Serializable
-
Serialized Fields
-
globalPeriodRangeFrom
int globalPeriodRangeFrom
-
globalPeriodRangeTo
int globalPeriodRangeTo
-
machineCapacityList
List<MachineCapacity> machineCapacityList
-
machineList
List<Machine> machineList
-
periodPowerPriceList
List<PeriodPowerPrice> periodPowerPriceList
-
resourceList
List<Resource> resourceList
-
score
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore score
-
taskAssignmentList
List<TaskAssignment> taskAssignmentList
-
taskList
List<Task> taskList
-
taskRequirementList
List<TaskRequirement> taskRequirementList
-
timeResolutionInMinutes
int timeResolutionInMinutes
-
-
-
Class org.optaplanner.examples.cheaptime.domain.Machine extends AbstractPersistable implements Serializable
-
Serialized Fields
-
index
int index
-
machineCapacityList
List<MachineCapacity> machineCapacityList
-
powerConsumptionMicros
long powerConsumptionMicros
-
spinUpDownCostMicros
long spinUpDownCostMicros
-
-
-
Class org.optaplanner.examples.cheaptime.domain.MachineCapacity extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.cheaptime.domain.PeriodPowerPrice extends AbstractPersistable implements Serializable
-
Serialized Fields
-
period
int period
-
powerPriceMicros
long powerPriceMicros
-
-
-
Class org.optaplanner.examples.cheaptime.domain.Resource extends AbstractPersistable implements Serializable
-
Serialized Fields
-
index
int index
-
-
-
Class org.optaplanner.examples.cheaptime.domain.Task extends AbstractPersistable implements Serializable
-
Serialized Fields
-
duration
int duration
-
powerConsumptionMicros
long powerConsumptionMicros
-
startPeriodRangeFrom
int startPeriodRangeFrom
-
startPeriodRangeTo
int startPeriodRangeTo
-
taskRequirementList
List<TaskRequirement> taskRequirementList
-
-
-
Class org.optaplanner.examples.cheaptime.domain.TaskAssignment extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.cheaptime.domain.TaskRequirement extends AbstractPersistable implements Serializable
-
-
Package org.optaplanner.examples.cheaptime.domain.solver
-
Class org.optaplanner.examples.cheaptime.domain.solver.TaskAssignmentDifficultyComparator extends Object implements Serializable
-
-
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.domain
-
Class org.optaplanner.examples.cloudbalancing.domain.CloudBalance extends AbstractPersistable implements Serializable
-
Serialized Fields
-
computerList
List<CloudComputer> computerList
-
processList
List<CloudProcess> processList
-
score
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score
-
-
-
Class org.optaplanner.examples.cloudbalancing.domain.CloudComputer extends AbstractPersistable implements Serializable
-
Serialized Fields
-
cost
int cost
-
cpuPower
int cpuPower
-
memory
int memory
-
networkBandwidth
int networkBandwidth
-
-
-
Class org.optaplanner.examples.cloudbalancing.domain.CloudProcess extends AbstractPersistable implements Serializable
-
Serialized Fields
-
computer
CloudComputer computer
-
requiredCpuPower
int requiredCpuPower
-
requiredMemory
int requiredMemory
-
requiredNetworkBandwidth
int requiredNetworkBandwidth
-
-
-
-
Package org.optaplanner.examples.cloudbalancing.optional.domain
-
Class org.optaplanner.examples.cloudbalancing.optional.domain.CloudComputerStrengthComparator extends Object implements Serializable
-
Class org.optaplanner.examples.cloudbalancing.optional.domain.CloudProcessDifficultyComparator extends Object implements Serializable
-
-
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.domain
-
Class org.optaplanner.examples.coachshuttlegathering.domain.Bus extends AbstractPersistable implements Serializable
-
Serialized Fields
-
capacity
int capacity
-
departureLocation
RoadLocation departureLocation
-
mileageCost
int mileageCost
-
name
String name
-
nextStop
BusStop nextStop
-
-
-
Class org.optaplanner.examples.coachshuttlegathering.domain.BusHub extends AbstractPersistable implements Serializable
-
Serialized Fields
-
location
RoadLocation location
-
name
String name
-
transferShuttleList
List<Shuttle> transferShuttleList
-
-
-
Class org.optaplanner.examples.coachshuttlegathering.domain.BusStop extends AbstractPersistable implements Serializable
-
Serialized Fields
-
bus
Bus bus
-
location
RoadLocation location
-
name
String name
-
nextStop
BusStop nextStop
-
passengerQuantity
int passengerQuantity
-
previousBusOrStop
BusOrStop previousBusOrStop
-
transferShuttleList
List<Shuttle> transferShuttleList
-
transportTimeLimit
int transportTimeLimit
-
transportTimeToHub
Integer transportTimeToHub
-
-
-
Class org.optaplanner.examples.coachshuttlegathering.domain.Coach extends Bus implements Serializable
-
Serialized Fields
-
destination
BusHub destination
-
stopLimit
int stopLimit
-
-
-
Class org.optaplanner.examples.coachshuttlegathering.domain.CoachShuttleGatheringSolution extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.coachshuttlegathering.domain.Shuttle extends Bus implements Serializable
-
Serialized Fields
-
destination
StopOrHub destination
-
setupCost
int setupCost
-
-
-
-
Package org.optaplanner.examples.coachshuttlegathering.domain.location
-
Class org.optaplanner.examples.coachshuttlegathering.domain.location.RoadLocation extends AbstractPersistable implements Serializable
-
Serialized Fields
-
latitude
double latitude
-
longitude
double longitude
-
travelDistanceMap
Map<RoadLocation,RoadLocationArc> travelDistanceMap
-
-
-
Class org.optaplanner.examples.coachshuttlegathering.domain.location.RoadLocationArc extends Object implements Serializable
-
Serialized Fields
-
coachDistance
int coachDistance
-
coachDuration
int coachDuration
-
shuttleDistance
int shuttleDistance
-
shuttleDuration
int shuttleDuration
-
-
-
-
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.business
-
Class org.optaplanner.examples.common.business.AlphaNumericStringComparator extends Object implements Serializable
-
Class org.optaplanner.examples.common.business.ProblemFileComparator extends Object implements Serializable
-
-
Package org.optaplanner.examples.common.domain
-
Class org.optaplanner.examples.common.domain.AbstractPersistable extends Object implements Serializable
-
Serialized Fields
-
id
Long id
-
-
-
-
Package org.optaplanner.examples.common.solver.drools.functions
-
Class org.optaplanner.examples.common.solver.drools.functions.LoadBalanceAccumulateFunction extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
-
writeExternal
public void writeExternal(ObjectOutput out)
-
-
-
Class org.optaplanner.examples.common.solver.drools.functions.LoadBalanceAccumulateFunction.LoadBalanceData extends Object implements Serializable
-
Serialized Fields
-
n
long n
-
squaredSum
long squaredSum
-
sum
long sum
-
-
-
Class org.optaplanner.examples.common.solver.drools.functions.LoadBalanceAccumulateFunction.LoadBalanceResult extends Object implements Serializable
-
Serialized Fields
-
n
long n
-
squaredSum
long squaredSum
-
sum
long sum
-
-
-
Class org.optaplanner.examples.common.solver.drools.functions.LoadBalanceByCountAccumulateFunction extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in)
-
writeExternal
public void writeExternal(ObjectOutput out)
-
-
-
Class org.optaplanner.examples.common.solver.drools.functions.LoadBalanceByCountAccumulateFunction.LoadBalanceByCountData extends Object implements Serializable
-
Class org.optaplanner.examples.common.solver.drools.functions.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.TimeTableLayout extends Object implements Serializable
-
Serialized Fields
-
cells
List<List<org.optaplanner.examples.common.swingui.timetable.TimeTableLayout.Cell>> cells
-
columns
List<org.optaplanner.examples.common.swingui.timetable.TimeTableLayout.Column> columns
-
rows
List<org.optaplanner.examples.common.swingui.timetable.TimeTableLayout.Row> rows
-
spanMap
Map<Component,org.optaplanner.examples.common.swingui.timetable.TimeTableLayout.ComponentSpan> spanMap
-
stale
boolean stale
-
totalColumnWidth
int totalColumnWidth
-
totalRowHeight
int totalRowHeight
-
-
-
Class org.optaplanner.examples.common.swingui.timetable.TimeTablePanel extends JPanel implements Serializable
-
-
Package org.optaplanner.examples.conferencescheduling.domain
-
Class org.optaplanner.examples.conferencescheduling.domain.ConferenceConstraintConfiguration extends AbstractPersistable implements Serializable
-
Serialized Fields
-
audienceLevelDiversity
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore audienceLevelDiversity
-
audienceTypeDiversity
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore audienceTypeDiversity
-
audienceTypeThemeTrackConflict
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore audienceTypeThemeTrackConflict
-
consecutiveTalksPause
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore consecutiveTalksPause
-
contentAudienceLevelFlowViolation
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore contentAudienceLevelFlowViolation
-
contentConflict
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore contentConflict
-
crowdControl
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore crowdControl
-
languageDiversity
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore languageDiversity
-
minimumConsecutiveTalksPauseInMinutes
int minimumConsecutiveTalksPauseInMinutes
-
popularTalks
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore popularTalks
-
publishedRoom
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore publishedRoom
-
publishedTimeslot
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore publishedTimeslot
-
roomConflict
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore roomConflict
-
roomUnavailableTimeslot
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore roomUnavailableTimeslot
-
sameDayTalks
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore sameDayTalks
-
sectorConflict
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore sectorConflict
-
speakerConflict
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore speakerConflict
-
speakerPreferredRoomTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore speakerPreferredRoomTags
-
speakerPreferredTimeslotTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore speakerPreferredTimeslotTags
-
speakerProhibitedRoomTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore speakerProhibitedRoomTags
-
speakerProhibitedTimeslotTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore speakerProhibitedTimeslotTags
-
speakerRequiredRoomTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore speakerRequiredRoomTags
-
speakerRequiredTimeslotTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore speakerRequiredTimeslotTags
-
speakerUnavailableTimeslot
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore speakerUnavailableTimeslot
-
speakerUndesiredRoomTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore speakerUndesiredRoomTags
-
speakerUndesiredTimeslotTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore speakerUndesiredTimeslotTags
-
talkMutuallyExclusiveTalksTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore talkMutuallyExclusiveTalksTags
-
talkPreferredRoomTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore talkPreferredRoomTags
-
talkPreferredTimeslotTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore talkPreferredTimeslotTags
-
talkPrerequisiteTalks
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore talkPrerequisiteTalks
-
talkProhibitedRoomTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore talkProhibitedRoomTags
-
talkProhibitedTimeslotTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore talkProhibitedTimeslotTags
-
talkRequiredRoomTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore talkRequiredRoomTags
-
talkRequiredTimeslotTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore talkRequiredTimeslotTags
-
talkUndesiredRoomTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore talkUndesiredRoomTags
-
talkUndesiredTimeslotTags
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore talkUndesiredTimeslotTags
-
themeTrackConflict
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore themeTrackConflict
-
themeTrackRoomStability
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore themeTrackRoomStability
-
-
-
Class org.optaplanner.examples.conferencescheduling.domain.ConferenceSolution extends AbstractPersistable implements Serializable
-
Serialized Fields
-
conferenceName
String conferenceName
-
constraintConfiguration
ConferenceConstraintConfiguration constraintConfiguration
-
roomList
List<Room> roomList
-
score
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore score
-
speakerList
List<Speaker> speakerList
-
talkList
List<Talk> talkList
-
talkTypeList
List<TalkType> talkTypeList
-
timeslotList
List<Timeslot> timeslotList
-
-
-
Class org.optaplanner.examples.conferencescheduling.domain.Room extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.conferencescheduling.domain.Speaker extends AbstractPersistable implements Serializable
-
Serialized Fields
-
name
String name
-
preferredRoomTagSet
Set<String> preferredRoomTagSet
-
preferredTimeslotTagSet
Set<String> preferredTimeslotTagSet
-
prohibitedRoomTagSet
Set<String> prohibitedRoomTagSet
-
prohibitedTimeslotTagSet
Set<String> prohibitedTimeslotTagSet
-
requiredRoomTagSet
Set<String> requiredRoomTagSet
-
requiredTimeslotTagSet
Set<String> requiredTimeslotTagSet
-
unavailableTimeslotSet
Set<Timeslot> unavailableTimeslotSet
-
undesiredRoomTagSet
Set<String> undesiredRoomTagSet
-
undesiredTimeslotTagSet
Set<String> undesiredTimeslotTagSet
-
-
-
Class org.optaplanner.examples.conferencescheduling.domain.Talk extends AbstractPersistable implements Serializable
-
Serialized Fields
-
audienceLevel
int audienceLevel
-
audienceTypeSet
Set<String> audienceTypeSet
-
code
String code
-
contentTagSet
Set<String> contentTagSet
-
crowdControlRisk
int crowdControlRisk
-
favoriteCount
int favoriteCount
-
language
String language
-
mutuallyExclusiveTalksTagSet
Set<String> mutuallyExclusiveTalksTagSet
-
pinnedByUser
boolean pinnedByUser
-
preferredRoomTagSet
Set<String> preferredRoomTagSet
-
preferredTimeslotTagSet
Set<String> preferredTimeslotTagSet
-
prerequisiteTalkSet
Set<Talk> prerequisiteTalkSet
-
prohibitedRoomTagSet
Set<String> prohibitedRoomTagSet
-
prohibitedTimeslotTagSet
Set<String> prohibitedTimeslotTagSet
-
publishedRoom
Room publishedRoom
-
publishedTimeslot
Timeslot publishedTimeslot
-
requiredRoomTagSet
Set<String> requiredRoomTagSet
-
requiredTimeslotTagSet
Set<String> requiredTimeslotTagSet
-
room
Room room
-
sectorTagSet
Set<String> sectorTagSet
-
speakerList
List<Speaker> speakerList
-
talkType
TalkType talkType
-
themeTrackTagSet
Set<String> themeTrackTagSet
-
timeslot
Timeslot timeslot
-
title
String title
-
undesiredRoomTagSet
Set<String> undesiredRoomTagSet
-
undesiredTimeslotTagSet
Set<String> undesiredTimeslotTagSet
-
-
-
Class org.optaplanner.examples.conferencescheduling.domain.TalkType extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.conferencescheduling.domain.Timeslot extends AbstractPersistable implements Serializable
-
Serialized Fields
-
durationInMinutes
Integer durationInMinutes
-
endDateTime
LocalDateTime endDateTime
-
startDateTime
LocalDateTime startDateTime
-
tagSet
Set<String> tagSet
-
talkTypeSet
Set<TalkType> talkTypeSet
-
-
-
-
Package org.optaplanner.examples.conferencescheduling.swingui
-
Class org.optaplanner.examples.conferencescheduling.swingui.ConferenceSchedulingPanel extends SolutionPanel<ConferenceSolution> implements Serializable
-
-
Package org.optaplanner.examples.curriculumcourse.domain
-
Class org.optaplanner.examples.curriculumcourse.domain.Course extends AbstractPersistable implements Serializable
-
Serialized Fields
-
code
String code
-
curriculumList
List<Curriculum> curriculumList
-
lectureSize
int lectureSize
-
minWorkingDaySize
int minWorkingDaySize
-
studentSize
int studentSize
-
teacher
Teacher teacher
-
-
-
Class org.optaplanner.examples.curriculumcourse.domain.CourseSchedule extends AbstractPersistable implements Serializable
-
Serialized Fields
-
courseList
List<Course> courseList
-
curriculumList
List<Curriculum> curriculumList
-
dayList
List<Day> dayList
-
lectureList
List<Lecture> lectureList
-
name
String name
-
periodList
List<Period> periodList
-
roomList
List<Room> roomList
-
score
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score
-
teacherList
List<Teacher> teacherList
-
timeslotList
List<Timeslot> timeslotList
-
unavailablePeriodPenaltyList
List<UnavailablePeriodPenalty> unavailablePeriodPenaltyList
-
-
-
Class org.optaplanner.examples.curriculumcourse.domain.Curriculum extends AbstractPersistable implements Serializable
-
Serialized Fields
-
code
String code
-
-
-
Class org.optaplanner.examples.curriculumcourse.domain.Day extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.curriculumcourse.domain.Lecture extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.curriculumcourse.domain.Period extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.curriculumcourse.domain.Room extends AbstractPersistable implements Serializable
-
Serialized Fields
-
capacity
int capacity
-
code
String code
-
-
-
Class org.optaplanner.examples.curriculumcourse.domain.Teacher extends AbstractPersistable implements Serializable
-
Serialized Fields
-
code
String code
-
-
-
Class org.optaplanner.examples.curriculumcourse.domain.Timeslot extends AbstractPersistable implements Serializable
-
Serialized Fields
-
timeslotIndex
int timeslotIndex
-
-
-
Class org.optaplanner.examples.curriculumcourse.domain.UnavailablePeriodPenalty extends AbstractPersistable implements Serializable
-
-
Package org.optaplanner.examples.curriculumcourse.domain.solver
-
Class org.optaplanner.examples.curriculumcourse.domain.solver.CourseConflict extends Object 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.dinnerparty.domain
-
Class org.optaplanner.examples.dinnerparty.domain.DinnerParty extends AbstractPersistable implements Serializable
-
Serialized Fields
-
guestList
List<Guest> guestList
-
hobbyPracticianList
List<HobbyPractician> hobbyPracticianList
-
jobList
List<Job> jobList
-
score
org.optaplanner.core.api.score.buildin.simple.SimpleScore score
-
seatDesignationList
List<SeatDesignation> seatDesignationList
-
seatList
List<Seat> seatList
-
tableList
List<Table> tableList
-
-
-
Class org.optaplanner.examples.dinnerparty.domain.Guest extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.dinnerparty.domain.HobbyPractician extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.dinnerparty.domain.Job extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.dinnerparty.domain.Seat extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.dinnerparty.domain.SeatDesignation extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.dinnerparty.domain.Table extends AbstractPersistable implements Serializable
-
-
Package org.optaplanner.examples.dinnerparty.swingui
-
Class org.optaplanner.examples.dinnerparty.swingui.DinnerPartyPanel extends SolutionPanel<DinnerParty> implements Serializable
-
-
Package org.optaplanner.examples.examination.domain
-
Class org.optaplanner.examples.examination.domain.Exam extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.examination.domain.Examination extends AbstractPersistable implements Serializable
-
Serialized Fields
-
constraintConfiguration
ExaminationConstraintConfiguration constraintConfiguration
-
examList
List<Exam> examList
-
periodList
List<Period> periodList
-
periodPenaltyList
List<PeriodPenalty> periodPenaltyList
-
roomList
List<Room> roomList
-
roomPenaltyList
List<RoomPenalty> roomPenaltyList
-
score
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score
-
studentList
List<Student> studentList
-
topicList
List<Topic> topicList
-
-
-
Class org.optaplanner.examples.examination.domain.ExaminationConstraintConfiguration extends AbstractPersistable implements Serializable
-
Serialized Fields
-
conflictingExamsInSamePeriodPenalty
int conflictingExamsInSamePeriodPenalty
-
frontLoadLargeTopicSize
int frontLoadLargeTopicSize
-
frontLoadLastPeriodSize
int frontLoadLastPeriodSize
-
frontLoadPenalty
int frontLoadPenalty
-
mixedDurationPenalty
int mixedDurationPenalty
-
periodDurationTooShortPenalty
int periodDurationTooShortPenalty
-
periodPenaltyAfterPenalty
int periodPenaltyAfterPenalty
-
periodPenaltyExamCoincidencePenalty
int periodPenaltyExamCoincidencePenalty
-
periodPenaltyExclusionPenalty
int periodPenaltyExclusionPenalty
-
periodPenaltyPenalty
int periodPenaltyPenalty
-
periodSpreadLength
int periodSpreadLength
-
periodSpreadPenalty
int periodSpreadPenalty
-
roomCapacityTooSmallPenalty
int roomCapacityTooSmallPenalty
-
roomPenaltyExclusivePenalty
int roomPenaltyExclusivePenalty
-
roomPenaltyPenalty
int roomPenaltyPenalty
-
twoInADayPenalty
int twoInADayPenalty
-
twoInARowPenalty
int twoInARowPenalty
-
-
-
Class org.optaplanner.examples.examination.domain.FollowingExam extends Exam implements Serializable
-
Serialized Fields
-
leadingExam
LeadingExam leadingExam
-
period
Period period
-
-
-
Class org.optaplanner.examples.examination.domain.LeadingExam extends Exam implements Serializable
-
Serialized Fields
-
followingExamList
List<FollowingExam> followingExamList
-
period
Period period
-
-
-
Class org.optaplanner.examples.examination.domain.Period extends AbstractPersistable implements Serializable
-
Serialized Fields
-
dayIndex
int dayIndex
-
duration
int duration
-
frontLoadLast
boolean frontLoadLast
-
penalty
int penalty
-
periodIndex
int periodIndex
-
startDateTimeString
String startDateTimeString
-
-
-
Class org.optaplanner.examples.examination.domain.PeriodPenalty extends AbstractPersistable implements Serializable
-
Serialized Fields
-
leftTopic
Topic leftTopic
-
periodPenaltyType
PeriodPenaltyType periodPenaltyType
-
rightTopic
Topic rightTopic
-
-
-
Class org.optaplanner.examples.examination.domain.Room extends AbstractPersistable implements Serializable
-
Serialized Fields
-
capacity
int capacity
-
penalty
int penalty
-
-
-
Class org.optaplanner.examples.examination.domain.RoomPenalty extends AbstractPersistable implements Serializable
-
Serialized Fields
-
roomPenaltyType
RoomPenaltyType roomPenaltyType
-
topic
Topic topic
-
-
-
Class org.optaplanner.examples.examination.domain.Student extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.examination.domain.Topic extends AbstractPersistable implements Serializable
-
-
Package org.optaplanner.examples.examination.domain.solver
-
Class org.optaplanner.examples.examination.domain.solver.TopicConflict extends Object implements Serializable
-
-
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.domain
-
Class org.optaplanner.examples.flightcrewscheduling.domain.Airport extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.flightcrewscheduling.domain.Employee extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.flightcrewscheduling.domain.Flight extends AbstractPersistable implements Serializable
-
Serialized Fields
-
arrivalAirport
Airport arrivalAirport
-
arrivalUTCDateTime
LocalDateTime arrivalUTCDateTime
-
departureAirport
Airport departureAirport
-
departureUTCDateTime
LocalDateTime departureUTCDateTime
-
flightNumber
String flightNumber
-
-
-
Class org.optaplanner.examples.flightcrewscheduling.domain.FlightAssignment extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.flightcrewscheduling.domain.FlightCrewParametrization extends AbstractPersistable implements Serializable
-
Serialized Fields
-
loadBalanceFlightDurationTotalPerEmployee
long loadBalanceFlightDurationTotalPerEmployee
-
-
-
Class org.optaplanner.examples.flightcrewscheduling.domain.FlightCrewSolution extends AbstractPersistable implements Serializable
-
Serialized Fields
-
airportList
List<Airport> airportList
-
employeeList
List<Employee> employeeList
-
flightAssignmentList
List<FlightAssignment> flightAssignmentList
-
flightList
List<Flight> flightList
-
parametrization
FlightCrewParametrization parametrization
-
scheduleFirstUTCDate
LocalDate scheduleFirstUTCDate
-
scheduleLastUTCDate
LocalDate scheduleLastUTCDate
-
score
org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score
-
skillList
List<Skill> skillList
-
-
-
Class org.optaplanner.examples.flightcrewscheduling.domain.Skill extends AbstractPersistable implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
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.domain
-
Class org.optaplanner.examples.investment.domain.AssetClass extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.investment.domain.AssetClassAllocation extends AbstractPersistable implements Serializable
-
Serialized Fields
-
assetClass
AssetClass assetClass
-
quantityMillis
Long quantityMillis
-
-
-
Class org.optaplanner.examples.investment.domain.InvestmentParametrization extends AbstractPersistable implements Serializable
-
Serialized Fields
-
standardDeviationMillisMaximum
long standardDeviationMillisMaximum
-
-
-
Class org.optaplanner.examples.investment.domain.InvestmentSolution extends AbstractPersistable implements Serializable
-
Serialized Fields
-
assetClassAllocationList
List<AssetClassAllocation> assetClassAllocationList
-
assetClassList
List<AssetClass> assetClassList
-
parametrization
InvestmentParametrization parametrization
-
regionList
List<Region> regionList
-
score
org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score
-
sectorList
List<Sector> sectorList
-
-
-
Class org.optaplanner.examples.investment.domain.Region extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.investment.domain.Sector extends AbstractPersistable implements Serializable
-
-
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.domain
-
Class org.optaplanner.examples.machinereassignment.domain.MachineReassignment extends AbstractPersistable implements Serializable
-
Serialized Fields
-
balancePenaltyList
List<MrBalancePenalty> balancePenaltyList
-
globalPenaltyInfo
MrGlobalPenaltyInfo globalPenaltyInfo
-
locationList
List<MrLocation> locationList
-
machineCapacityList
List<MrMachineCapacity> machineCapacityList
-
machineList
List<MrMachine> machineList
-
neighborhoodList
List<MrNeighborhood> neighborhoodList
-
processAssignmentList
List<MrProcessAssignment> processAssignmentList
-
processList
List<MrProcess> processList
-
resourceList
List<MrResource> resourceList
-
score
org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score
-
serviceList
List<MrService> serviceList
-
-
-
Class org.optaplanner.examples.machinereassignment.domain.MrBalancePenalty extends AbstractPersistable implements Serializable
-
Serialized Fields
-
multiplicand
int multiplicand
-
originResource
MrResource originResource
-
targetResource
MrResource targetResource
-
weight
int weight
-
-
-
Class org.optaplanner.examples.machinereassignment.domain.MrGlobalPenaltyInfo extends AbstractPersistable implements Serializable
-
Serialized Fields
-
machineMoveCostWeight
int machineMoveCostWeight
-
processMoveCostWeight
int processMoveCostWeight
-
serviceMoveCostWeight
int serviceMoveCostWeight
-
-
-
Class org.optaplanner.examples.machinereassignment.domain.MrLocation extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.machinereassignment.domain.MrMachine extends AbstractPersistable implements Serializable
-
Serialized Fields
-
location
MrLocation location
-
machineCapacityList
List<MrMachineCapacity> machineCapacityList
-
machineMoveCostMap
Map<MrMachine,Integer> machineMoveCostMap
-
neighborhood
MrNeighborhood neighborhood
-
-
-
Class org.optaplanner.examples.machinereassignment.domain.MrMachineCapacity extends AbstractPersistable implements Serializable
-
Serialized Fields
-
machine
MrMachine machine
-
maximumCapacity
long maximumCapacity
-
resource
MrResource resource
-
safetyCapacity
long safetyCapacity
-
-
-
Class org.optaplanner.examples.machinereassignment.domain.MrNeighborhood extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.machinereassignment.domain.MrProcess extends AbstractPersistable implements Serializable
-
Serialized Fields
-
moveCost
int moveCost
-
processRequirementList
List<MrProcessRequirement> processRequirementList
-
service
MrService service
-
-
-
Class org.optaplanner.examples.machinereassignment.domain.MrProcessAssignment extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.machinereassignment.domain.MrProcessRequirement extends AbstractPersistable implements Serializable
-
Serialized Fields
-
process
MrProcess process
-
resource
MrResource resource
-
usage
long usage
-
-
-
Class org.optaplanner.examples.machinereassignment.domain.MrResource extends AbstractPersistable implements Serializable
-
Serialized Fields
-
index
int index
-
loadCostWeight
int loadCostWeight
-
transientlyConsumed
boolean transientlyConsumed
-
-
-
Class org.optaplanner.examples.machinereassignment.domain.MrService extends AbstractPersistable implements Serializable
-
-
Package org.optaplanner.examples.machinereassignment.domain.solver
-
Class org.optaplanner.examples.machinereassignment.domain.solver.MrProcessAssignmentDifficultyComparator extends Object implements Serializable
-
Class org.optaplanner.examples.machinereassignment.domain.solver.MrServiceDependency extends Object implements Serializable
-
-
Package org.optaplanner.examples.machinereassignment.solver.drools
-
Class org.optaplanner.examples.machinereassignment.solver.drools.MrMachineTransientUsage extends Object implements Serializable
-
Serialized Fields
-
machineCapacity
MrMachineCapacity machineCapacity
-
usage
long usage
-
-
-
Class org.optaplanner.examples.machinereassignment.solver.drools.MrMachineUsage extends Object implements Serializable
-
Serialized Fields
-
machineCapacity
MrMachineCapacity machineCapacity
-
usage
long usage
-
-
-
Class org.optaplanner.examples.machinereassignment.solver.drools.MrServiceMovedProcessesCount extends Object implements Serializable
-
Serialized Fields
-
movedProcessesCount
int movedProcessesCount
-
service
MrService service
-
-
-
-
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.domain
-
Class org.optaplanner.examples.meetingscheduling.domain.Attendance extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.meetingscheduling.domain.Day extends AbstractPersistable implements Serializable
-
Serialized Fields
-
dayOfYear
int dayOfYear
-
-
-
Class org.optaplanner.examples.meetingscheduling.domain.Meeting extends AbstractPersistable implements Serializable
-
Serialized Fields
-
content
String content
-
durationInGrains
int durationInGrains
Multiply byTimeGrain.GRAIN_LENGTH_IN_MINUTES
to get duration in minutes. -
entireGroupMeeting
boolean entireGroupMeeting
-
preferredAttendanceList
List<PreferredAttendance> preferredAttendanceList
-
requiredAttendanceList
List<RequiredAttendance> requiredAttendanceList
-
speakerList
List<Person> speakerList
-
topic
String topic
-
-
-
Class org.optaplanner.examples.meetingscheduling.domain.MeetingAssignment extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.meetingscheduling.domain.MeetingConstraintConfiguration extends AbstractPersistable implements Serializable
-
Serialized Fields
-
assignLargerRoomsFirst
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore assignLargerRoomsFirst
-
doAllMeetingsAsSoonAsPossible
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore doAllMeetingsAsSoonAsPossible
-
dontGoInOvertime
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore dontGoInOvertime
-
oneTimeGrainBreakBetweenTwoConsecutiveMeetings
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore oneTimeGrainBreakBetweenTwoConsecutiveMeetings
-
overlappingMeetings
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore overlappingMeetings
-
preferredAttendanceConflict
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore preferredAttendanceConflict
-
requiredAndPreferredAttendanceConflict
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore requiredAndPreferredAttendanceConflict
-
requiredAttendanceConflict
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore requiredAttendanceConflict
-
requiredRoomCapacity
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore requiredRoomCapacity
-
roomConflict
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore roomConflict
-
roomStability
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore roomStability
-
startAndEndOnSameDay
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore startAndEndOnSameDay
-
-
-
Class org.optaplanner.examples.meetingscheduling.domain.MeetingSchedule extends AbstractPersistable implements Serializable
-
Serialized Fields
-
attendanceList
List<Attendance> attendanceList
-
constraintConfiguration
MeetingConstraintConfiguration constraintConfiguration
-
dayList
List<Day> dayList
-
meetingAssignmentList
List<MeetingAssignment> meetingAssignmentList
-
meetingList
List<Meeting> meetingList
-
personList
List<Person> personList
-
roomList
List<Room> roomList
-
score
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore score
-
timeGrainList
List<TimeGrain> timeGrainList
-
-
-
Class org.optaplanner.examples.meetingscheduling.domain.Person extends AbstractPersistable implements Serializable
-
Serialized Fields
-
fullName
String fullName
-
-
-
Class org.optaplanner.examples.meetingscheduling.domain.PreferredAttendance extends Attendance implements Serializable
-
Class org.optaplanner.examples.meetingscheduling.domain.RequiredAttendance extends Attendance implements Serializable
-
Class org.optaplanner.examples.meetingscheduling.domain.Room extends AbstractPersistable implements Serializable
-
Serialized Fields
-
capacity
int capacity
-
name
String name
-
-
-
Class org.optaplanner.examples.meetingscheduling.domain.TimeGrain extends AbstractPersistable implements Serializable
-
Serialized Fields
-
day
Day day
-
grainIndex
int grainIndex
-
startingMinuteOfDay
int startingMinuteOfDay
-
-
-
-
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,org.apache.commons.lang3.tuple.Pair<Person,Boolean>> personsPanel
-
roomsPanel
TimeTablePanel<TimeGrain,Room> roomsPanel
-
-
-
-
Package org.optaplanner.examples.nqueens.domain
-
Class org.optaplanner.examples.nqueens.domain.Column extends AbstractPersistable implements Serializable
-
Serialized Fields
-
index
int index
-
-
-
Class org.optaplanner.examples.nqueens.domain.NQueens extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.nqueens.domain.Queen extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.nqueens.domain.Row extends AbstractPersistable implements Serializable
-
Serialized Fields
-
index
int index
-
-
-
-
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.domain
-
Class org.optaplanner.examples.nurserostering.domain.Employee extends AbstractPersistable implements Serializable
-
Serialized Fields
-
code
String code
-
contract
Contract contract
-
dayOffRequestMap
Map<ShiftDate,DayOffRequest> dayOffRequestMap
-
dayOnRequestMap
Map<ShiftDate,DayOnRequest> dayOnRequestMap
-
name
String name
-
shiftOffRequestMap
Map<Shift,ShiftOffRequest> shiftOffRequestMap
-
shiftOnRequestMap
Map<Shift,ShiftOnRequest> shiftOnRequestMap
-
-
-
Class org.optaplanner.examples.nurserostering.domain.NurseRoster extends AbstractPersistable implements Serializable
-
Serialized Fields
-
code
String code
-
contractLineList
List<ContractLine> contractLineList
-
contractList
List<Contract> contractList
-
dayOffRequestList
List<DayOffRequest> dayOffRequestList
-
dayOnRequestList
List<DayOnRequest> dayOnRequestList
-
employeeList
List<Employee> employeeList
-
nurseRosterParametrization
NurseRosterParametrization nurseRosterParametrization
-
patternContractLineList
List<PatternContractLine> patternContractLineList
-
patternList
List<Pattern> patternList
-
score
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score
-
shiftAssignmentList
List<ShiftAssignment> shiftAssignmentList
-
shiftDateList
List<ShiftDate> shiftDateList
-
shiftList
List<Shift> shiftList
-
shiftOffRequestList
List<ShiftOffRequest> shiftOffRequestList
-
shiftOnRequestList
List<ShiftOnRequest> shiftOnRequestList
-
shiftTypeList
List<ShiftType> shiftTypeList
-
shiftTypeSkillRequirementList
List<ShiftTypeSkillRequirement> shiftTypeSkillRequirementList
-
skillList
List<Skill> skillList
-
skillProficiencyList
List<SkillProficiency> skillProficiencyList
-
-
-
Class org.optaplanner.examples.nurserostering.domain.NurseRosterParametrization extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.nurserostering.domain.Shift extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.nurserostering.domain.ShiftAssignment extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.nurserostering.domain.ShiftDate extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.nurserostering.domain.ShiftType extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.nurserostering.domain.ShiftTypeSkillRequirement extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.nurserostering.domain.Skill extends AbstractPersistable implements Serializable
-
Serialized Fields
-
code
String code
-
-
-
Class org.optaplanner.examples.nurserostering.domain.SkillProficiency extends AbstractPersistable implements Serializable
-
-
Package org.optaplanner.examples.nurserostering.domain.contract
-
Class org.optaplanner.examples.nurserostering.domain.contract.BooleanContractLine extends ContractLine implements Serializable
-
Serialized Fields
-
enabled
boolean enabled
-
weight
int weight
-
-
-
Class org.optaplanner.examples.nurserostering.domain.contract.Contract extends AbstractPersistable implements Serializable
-
Serialized Fields
-
code
String code
-
contractLineList
List<ContractLine> contractLineList
-
description
String description
-
weekendDefinition
WeekendDefinition weekendDefinition
-
-
-
Class org.optaplanner.examples.nurserostering.domain.contract.ContractLine extends AbstractPersistable implements Serializable
-
Serialized Fields
-
contract
Contract contract
-
contractLineType
ContractLineType contractLineType
-
-
-
Class org.optaplanner.examples.nurserostering.domain.contract.MinMaxContractLine extends ContractLine implements Serializable
-
Serialized Fields
-
maximumEnabled
boolean maximumEnabled
-
maximumValue
int maximumValue
-
maximumWeight
int maximumWeight
-
minimumEnabled
boolean minimumEnabled
-
minimumValue
int minimumValue
-
minimumWeight
int minimumWeight
-
-
-
Class org.optaplanner.examples.nurserostering.domain.contract.PatternContractLine extends AbstractPersistable implements Serializable
-
-
Package org.optaplanner.examples.nurserostering.domain.pattern
-
Class org.optaplanner.examples.nurserostering.domain.pattern.FreeBefore2DaysWithAWorkDayPattern extends Pattern implements Serializable
-
Serialized Fields
-
freeDayOfWeek
DayOfWeek freeDayOfWeek
-
-
-
Class org.optaplanner.examples.nurserostering.domain.pattern.Pattern extends AbstractPersistable implements Serializable
-
Serialized Fields
-
code
String code
-
weight
int weight
-
-
-
Class org.optaplanner.examples.nurserostering.domain.pattern.ShiftType2DaysPattern extends Pattern implements Serializable
-
Class org.optaplanner.examples.nurserostering.domain.pattern.ShiftType3DaysPattern extends Pattern implements Serializable
-
Class org.optaplanner.examples.nurserostering.domain.pattern.WorkBeforeFreeSequencePattern extends Pattern implements Serializable
-
-
Package org.optaplanner.examples.nurserostering.domain.request
-
Class org.optaplanner.examples.nurserostering.domain.request.DayOffRequest extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.nurserostering.domain.request.DayOnRequest extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.nurserostering.domain.request.ShiftOffRequest extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.nurserostering.domain.request.ShiftOnRequest extends AbstractPersistable implements Serializable
-
-
Package org.optaplanner.examples.nurserostering.domain.solver
-
Class org.optaplanner.examples.nurserostering.domain.solver.EmployeeStrengthComparator extends Object implements Serializable
-
Class org.optaplanner.examples.nurserostering.domain.solver.ShiftAssignmentDifficultyComparator extends Object implements Serializable
-
-
Package org.optaplanner.examples.nurserostering.solver.drools
-
Class org.optaplanner.examples.nurserostering.solver.drools.EmployeeConsecutiveAssignmentEnd extends Object implements Serializable
-
Class org.optaplanner.examples.nurserostering.solver.drools.EmployeeConsecutiveAssignmentStart extends Object implements Serializable
-
Class org.optaplanner.examples.nurserostering.solver.drools.EmployeeConsecutiveWeekendAssignmentEnd extends Object implements Serializable
-
Serialized Fields
-
employee
Employee employee
-
sundayIndex
int sundayIndex
-
-
-
Class org.optaplanner.examples.nurserostering.solver.drools.EmployeeConsecutiveWeekendAssignmentStart extends Object implements Serializable
-
Serialized Fields
-
employee
Employee employee
-
sundayIndex
int sundayIndex
-
-
-
Class org.optaplanner.examples.nurserostering.solver.drools.EmployeeFreeSequence extends Object implements Serializable
-
Serialized Fields
-
employee
Employee employee
-
firstDayIndex
int firstDayIndex
-
lastDayIndex
int lastDayIndex
-
-
-
Class org.optaplanner.examples.nurserostering.solver.drools.EmployeeWeekendSequence extends Object implements Serializable
-
Serialized Fields
-
employee
Employee employee
-
firstSundayIndex
int firstSundayIndex
-
lastSundayIndex
int lastSundayIndex
-
-
-
Class org.optaplanner.examples.nurserostering.solver.drools.EmployeeWorkSequence extends Object implements Serializable
-
Serialized Fields
-
employee
Employee employee
-
firstDayIndex
int firstDayIndex
-
lastDayIndex
int lastDayIndex
-
-
-
-
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.domain
-
Class org.optaplanner.examples.pas.domain.AdmissionPart extends AbstractPersistable implements Serializable
-
Serialized Fields
-
firstNight
Night firstNight
-
lastNight
Night lastNight
-
patient
Patient patient
-
specialism
Specialism specialism
-
-
-
Class org.optaplanner.examples.pas.domain.Bed extends AbstractPersistable implements Serializable
-
Serialized Fields
-
indexInRoom
int indexInRoom
-
room
Room room
-
-
-
Class org.optaplanner.examples.pas.domain.BedDesignation extends AbstractPersistable implements Serializable
-
Serialized Fields
-
admissionPart
AdmissionPart admissionPart
-
bed
Bed bed
-
-
-
Class org.optaplanner.examples.pas.domain.Department extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.pas.domain.DepartmentSpecialism extends AbstractPersistable implements Serializable
-
Serialized Fields
-
department
Department department
-
priority
int priority
-
specialism
Specialism specialism
-
-
-
Class org.optaplanner.examples.pas.domain.Equipment extends AbstractPersistable implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.optaplanner.examples.pas.domain.Night extends AbstractPersistable implements Serializable
-
Serialized Fields
-
index
int index
-
-
-
Class org.optaplanner.examples.pas.domain.Patient extends AbstractPersistable implements Serializable
-
Serialized Fields
-
age
int age
-
gender
Gender gender
-
name
String name
-
preferredMaximumRoomCapacity
Integer preferredMaximumRoomCapacity
-
preferredPatientEquipmentList
List<PreferredPatientEquipment> preferredPatientEquipmentList
-
requiredPatientEquipmentList
List<RequiredPatientEquipment> requiredPatientEquipmentList
-
-
-
Class org.optaplanner.examples.pas.domain.PatientAdmissionSchedule extends AbstractPersistable implements Serializable
-
Serialized Fields
-
admissionPartList
List<AdmissionPart> admissionPartList
-
bedDesignationList
List<BedDesignation> bedDesignationList
-
bedList
List<Bed> bedList
-
departmentList
List<Department> departmentList
-
departmentSpecialismList
List<DepartmentSpecialism> departmentSpecialismList
-
equipmentList
List<Equipment> equipmentList
-
nightList
List<Night> nightList
-
patientList
List<Patient> patientList
-
preferredPatientEquipmentList
List<PreferredPatientEquipment> preferredPatientEquipmentList
-
requiredPatientEquipmentList
List<RequiredPatientEquipment> requiredPatientEquipmentList
-
roomEquipmentList
List<RoomEquipment> roomEquipmentList
-
roomList
List<Room> roomList
-
roomSpecialismList
List<RoomSpecialism> roomSpecialismList
-
score
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore score
-
specialismList
List<Specialism> specialismList
-
-
-
Class org.optaplanner.examples.pas.domain.PreferredPatientEquipment extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.pas.domain.RequiredPatientEquipment extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.pas.domain.Room extends AbstractPersistable implements Serializable
-
Serialized Fields
-
bedList
List<Bed> bedList
-
capacity
int capacity
-
department
Department department
-
genderLimitation
GenderLimitation genderLimitation
-
name
String name
-
roomEquipmentList
List<RoomEquipment> roomEquipmentList
-
roomSpecialismList
List<RoomSpecialism> roomSpecialismList
-
-
-
Class org.optaplanner.examples.pas.domain.RoomEquipment extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.pas.domain.RoomSpecialism extends AbstractPersistable implements Serializable
-
Serialized Fields
-
priority
int priority
-
room
Room room
-
specialism
Specialism specialism
-
-
-
Class org.optaplanner.examples.pas.domain.Specialism extends AbstractPersistable implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
-
Package org.optaplanner.examples.pas.domain.solver
-
Class org.optaplanner.examples.pas.domain.solver.BedStrengthComparator extends Object implements Serializable
-
-
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.domain
-
Class org.optaplanner.examples.projectjobscheduling.domain.Allocation extends AbstractPersistable implements Serializable
-
Serialized Fields
-
delay
Integer delay
-
executionMode
ExecutionMode executionMode
-
job
Job job
-
predecessorAllocationList
List<Allocation> predecessorAllocationList
-
predecessorsDoneDate
Integer predecessorsDoneDate
-
sinkAllocation
Allocation sinkAllocation
-
sourceAllocation
Allocation sourceAllocation
-
successorAllocationList
List<Allocation> successorAllocationList
-
-
-
Class org.optaplanner.examples.projectjobscheduling.domain.ExecutionMode extends AbstractPersistable implements Serializable
-
Serialized Fields
-
duration
int duration
-
job
Job job
-
resourceRequirementList
List<ResourceRequirement> resourceRequirementList
-
-
-
Class org.optaplanner.examples.projectjobscheduling.domain.Job extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.projectjobscheduling.domain.Project extends AbstractPersistable implements Serializable
-
Serialized Fields
-
criticalPathDuration
int criticalPathDuration
-
jobList
List<Job> jobList
-
localResourceList
List<LocalResource> localResourceList
-
releaseDate
int releaseDate
-
-
-
Class org.optaplanner.examples.projectjobscheduling.domain.ResourceRequirement extends AbstractPersistable implements Serializable
-
Serialized Fields
-
executionMode
ExecutionMode executionMode
-
requirement
int requirement
-
resource
Resource resource
-
-
-
Class org.optaplanner.examples.projectjobscheduling.domain.Schedule extends AbstractPersistable implements Serializable
-
Serialized Fields
-
allocationList
List<Allocation> allocationList
-
executionModeList
List<ExecutionMode> executionModeList
-
jobList
List<Job> jobList
-
projectList
List<Project> projectList
-
resourceList
List<Resource> resourceList
-
resourceRequirementList
List<ResourceRequirement> resourceRequirementList
-
score
org.optaplanner.core.api.score.buildin.bendable.BendableScore score
-
-
-
-
Package org.optaplanner.examples.projectjobscheduling.domain.resource
-
Class org.optaplanner.examples.projectjobscheduling.domain.resource.GlobalResource extends Resource implements Serializable
-
Class org.optaplanner.examples.projectjobscheduling.domain.resource.LocalResource extends Resource implements Serializable
-
Serialized Fields
-
project
Project project
-
renewable
boolean renewable
-
-
-
Class org.optaplanner.examples.projectjobscheduling.domain.resource.Resource extends AbstractPersistable implements Serializable
-
Serialized Fields
-
capacity
int capacity
-
-
-
-
Package org.optaplanner.examples.projectjobscheduling.domain.solver
-
Class org.optaplanner.examples.projectjobscheduling.domain.solver.DelayStrengthComparator extends Object implements Serializable
-
-
Package org.optaplanner.examples.projectjobscheduling.solver.score.drools
-
Class org.optaplanner.examples.projectjobscheduling.solver.score.drools.RenewableResourceUsedDay extends Object implements Serializable
-
Serialized Fields
-
resource
Resource resource
-
usedDay
int usedDay
-
-
-
-
Package org.optaplanner.examples.projectjobscheduling.swingui
-
Class org.optaplanner.examples.projectjobscheduling.swingui.ProjectJobSchedulingPanel extends SolutionPanel<Schedule> implements Serializable
-
-
Package org.optaplanner.examples.rocktour.domain
-
Class org.optaplanner.examples.rocktour.domain.RockBus extends AbstractPersistable implements Serializable
-
Serialized Fields
-
endDate
LocalDate endDate
-
endLocation
RockLocation endLocation
-
nextShow
RockShow nextShow
-
startDate
LocalDate startDate
-
startLocation
RockLocation startLocation
-
-
-
Class org.optaplanner.examples.rocktour.domain.RockShow extends AbstractPersistable implements Serializable
-
Serialized Fields
-
availableDateSet
NavigableSet<LocalDate> availableDateSet
-
bus
RockBus bus
-
date
LocalDate date
-
durationInHalfDay
int durationInHalfDay
-
hosWeekDrivingSecondsTotal
Long hosWeekDrivingSecondsTotal
-
hosWeekStart
RockStandstill hosWeekStart
-
location
RockLocation location
-
nextShow
RockShow nextShow
-
previousStandstill
RockStandstill previousStandstill
-
required
boolean required
-
revenueOpportunity
int revenueOpportunity
-
timeOfDay
RockTimeOfDay timeOfDay
-
venueName
String venueName
-
-
-
Class org.optaplanner.examples.rocktour.domain.RockTourConstraintConfiguration extends AbstractPersistable implements Serializable
-
Serialized Fields
-
delayShowCostPerDay
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore delayShowCostPerDay
-
drivingTimeToBusArrivalPerSecond
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore drivingTimeToBusArrivalPerSecond
-
drivingTimeToShowPerSecond
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore drivingTimeToShowPerSecond
-
earlyLateBreakDrivingSecondsBudget
long earlyLateBreakDrivingSecondsBudget
-
hosWeekConsecutiveDrivingDaysBudget
int hosWeekConsecutiveDrivingDaysBudget
-
hosWeekDrivingSecondsBudget
long hosWeekDrivingSecondsBudget
-
hosWeekRestDays
int hosWeekRestDays
-
nightDrivingSecondsBudget
long nightDrivingSecondsBudget
-
requiredShow
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore requiredShow
-
revenueOpportunity
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore revenueOpportunity
-
shortenDrivingTimePerMillisecondSquared
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore shortenDrivingTimePerMillisecondSquared
-
unassignedShow
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore unassignedShow
-
-
-
Class org.optaplanner.examples.rocktour.domain.RockTourSolution extends AbstractPersistable implements Serializable
-
Serialized Fields
-
bus
RockBus bus
-
constraintConfiguration
RockTourConstraintConfiguration constraintConfiguration
-
score
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore score
-
showList
List<RockShow> showList
-
tourName
String tourName
-
-
-
-
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.scrabble.domain
-
Class org.optaplanner.examples.scrabble.domain.ScrabbleCell extends AbstractPersistable implements Serializable
-
Serialized Fields
-
characterCountMap
Map<Character,Integer> characterCountMap
-
wordSet
Set<ScrabbleWordAssignment> wordSet
-
x
int x
-
y
int y
-
-
-
Class org.optaplanner.examples.scrabble.domain.ScrabbleSolution extends AbstractPersistable implements Serializable
-
Serialized Fields
-
cellList
List<ScrabbleCell> cellList
-
gridHeight
int gridHeight
-
gridWidth
int gridWidth
-
score
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore score
-
wordList
List<ScrabbleWordAssignment> wordList
-
-
-
Class org.optaplanner.examples.scrabble.domain.ScrabbleWordAssignment extends AbstractPersistable implements Serializable
-
Serialized Fields
-
direction
ScrabbleWordDirection direction
-
solution
ScrabbleSolution solution
-
startCell
ScrabbleCell startCell
-
word
String word
-
-
-
-
Package org.optaplanner.examples.scrabble.domain.solver
-
Class org.optaplanner.examples.scrabble.domain.solver.ScrabbleWordAssignmentDifficultyComparator extends Object implements Serializable
-
-
Package org.optaplanner.examples.scrabble.swingui
-
Class org.optaplanner.examples.scrabble.swingui.ScrabblePanel extends SolutionPanel<ScrabbleSolution> implements Serializable
-
Serialized Fields
-
gridPanel
TimeTablePanel<Integer,Integer> gridPanel
-
-
-
-
Package org.optaplanner.examples.taskassigning.domain
-
Class org.optaplanner.examples.taskassigning.domain.Customer extends AbstractPersistable implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.optaplanner.examples.taskassigning.domain.Employee extends TaskOrEmployee implements Serializable
-
Class org.optaplanner.examples.taskassigning.domain.Skill extends AbstractPersistable implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.optaplanner.examples.taskassigning.domain.Task extends TaskOrEmployee implements Serializable
-
Class org.optaplanner.examples.taskassigning.domain.TaskAssigningSolution extends AbstractPersistable implements Serializable
-
Serialized Fields
-
customerList
List<Customer> customerList
-
employeeList
List<Employee> employeeList
-
frozenCutoff
int frozenCutoff
Relates toTask.getStartTime()
. -
score
org.optaplanner.core.api.score.buildin.bendable.BendableScore score
-
skillList
List<Skill> skillList
-
taskList
List<Task> taskList
-
taskTypeList
List<TaskType> taskTypeList
-
-
-
Class org.optaplanner.examples.taskassigning.domain.TaskOrEmployee extends AbstractPersistable implements Serializable
-
Serialized Fields
-
nextTask
Task nextTask
-
-
-
Class org.optaplanner.examples.taskassigning.domain.TaskType extends AbstractPersistable implements Serializable
-
-
Package org.optaplanner.examples.taskassigning.domain.solver
-
Class org.optaplanner.examples.taskassigning.domain.solver.TaskDifficultyComparator extends Object implements Serializable
-
-
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.domain
-
Class org.optaplanner.examples.tennis.domain.Day extends AbstractPersistable implements Serializable
-
Serialized Fields
-
dateIndex
int dateIndex
-
-
-
Class org.optaplanner.examples.tennis.domain.Team extends AbstractPersistable implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
Class org.optaplanner.examples.tennis.domain.TeamAssignment extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.tennis.domain.TennisSolution extends AbstractPersistable implements Serializable
-
Serialized Fields
-
dayList
List<Day> dayList
-
score
org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore score
-
teamAssignmentList
List<TeamAssignment> teamAssignmentList
-
teamList
List<Team> teamList
-
unavailabilityPenaltyList
List<UnavailabilityPenalty> unavailabilityPenaltyList
-
-
-
Class org.optaplanner.examples.tennis.domain.UnavailabilityPenalty extends AbstractPersistable implements Serializable
-
-
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.domain
-
Class org.optaplanner.examples.travelingtournament.domain.Day extends AbstractPersistable implements Serializable
-
Serialized Fields
-
index
int index
-
nextDay
Day nextDay
-
-
-
Class org.optaplanner.examples.travelingtournament.domain.Match extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.travelingtournament.domain.Team extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.travelingtournament.domain.TravelingTournament extends AbstractPersistable implements Serializable
-
-
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.domain
-
Class org.optaplanner.examples.tsp.domain.Domicile extends AbstractPersistable implements Serializable
-
Serialized Fields
-
location
Location location
-
-
-
Class org.optaplanner.examples.tsp.domain.TspSolution extends AbstractPersistable implements Serializable
-
Serialized Fields
-
-
Class org.optaplanner.examples.tsp.domain.Visit extends AbstractPersistable implements Serializable
-
Serialized Fields
-
location
Location location
-
previousStandstill
Standstill previousStandstill
-
-
-
-
Package org.optaplanner.examples.tsp.domain.location
-
Class org.optaplanner.examples.tsp.domain.location.AirLocation extends Location implements Serializable
-
Class org.optaplanner.examples.tsp.domain.location.Location extends AbstractPersistable implements Serializable
-
Serialized Fields
-
latitude
double latitude
-
longitude
double longitude
-
name
String name
-
-
-
Class org.optaplanner.examples.tsp.domain.location.RoadLocation extends Location implements Serializable
-
Serialized Fields
-
travelDistanceMap
Map<RoadLocation,Double> travelDistanceMap
-
-
-
-
Package org.optaplanner.examples.tsp.domain.solver
-
Class org.optaplanner.examples.tsp.domain.solver.LatitudeVisitDifficultyComparator extends Object implements Serializable
-
Class org.optaplanner.examples.tsp.domain.solver.LongitudeVisitDifficultyComparator extends Object implements Serializable
-
-
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.domain
-
Class org.optaplanner.examples.vehiclerouting.domain.Customer extends AbstractPersistable implements Serializable
-
Serialized Fields
-
demand
int demand
-
location
Location location
-
nextCustomer
Customer nextCustomer
-
previousStandstill
Standstill previousStandstill
-
vehicle
Vehicle vehicle
-
-
-
Class org.optaplanner.examples.vehiclerouting.domain.Depot extends AbstractPersistable implements Serializable
-
Serialized Fields
-
location
Location location
-
-
-
Class org.optaplanner.examples.vehiclerouting.domain.Vehicle extends AbstractPersistable implements Serializable
-
Class org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution extends AbstractPersistable implements Serializable
-
Serialized Fields
-
customerList
List<Customer> customerList
-
depotList
List<Depot> depotList
-
distanceType
DistanceType distanceType
-
distanceUnitOfMeasurement
String distanceUnitOfMeasurement
-
locationList
List<Location> locationList
-
name
String name
-
score
org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score
-
vehicleList
List<Vehicle> vehicleList
-
-
-
-
Package org.optaplanner.examples.vehiclerouting.domain.location
-
Class org.optaplanner.examples.vehiclerouting.domain.location.AirLocation extends Location implements Serializable
-
Class org.optaplanner.examples.vehiclerouting.domain.location.Location extends AbstractPersistable implements Serializable
-
Serialized Fields
-
latitude
double latitude
-
longitude
double longitude
-
name
String name
-
-
-
Class org.optaplanner.examples.vehiclerouting.domain.location.RoadLocation extends Location implements Serializable
-
Serialized Fields
-
travelDistanceMap
Map<RoadLocation,Double> travelDistanceMap
-
-
-
-
Package org.optaplanner.examples.vehiclerouting.domain.location.segmented
-
Class org.optaplanner.examples.vehiclerouting.domain.location.segmented.HubSegmentLocation extends Location implements Serializable
-
Serialized Fields
-
hubTravelDistanceMap
Map<HubSegmentLocation,Double> hubTravelDistanceMap
-
nearbyTravelDistanceMap
Map<RoadSegmentLocation,Double> nearbyTravelDistanceMap
-
-
-
Class org.optaplanner.examples.vehiclerouting.domain.location.segmented.RoadSegmentLocation extends Location implements Serializable
-
Serialized Fields
-
hubTravelDistanceMap
Map<HubSegmentLocation,Double> hubTravelDistanceMap
-
nearbyTravelDistanceMap
Map<RoadSegmentLocation,Double> nearbyTravelDistanceMap
-
-
-
-
Package org.optaplanner.examples.vehiclerouting.domain.solver
-
Class org.optaplanner.examples.vehiclerouting.domain.solver.LatitudeCustomerDifficultyComparator extends Object implements Serializable
-
-
Package org.optaplanner.examples.vehiclerouting.domain.timewindowed
-
Class org.optaplanner.examples.vehiclerouting.domain.timewindowed.TimeWindowedCustomer extends Customer implements Serializable
-
Serialized Fields
-
arrivalTime
Long arrivalTime
-
dueTime
long dueTime
-
readyTime
long readyTime
-
serviceDuration
long serviceDuration
-
-
-
Class org.optaplanner.examples.vehiclerouting.domain.timewindowed.TimeWindowedDepot extends Depot implements Serializable
-
Serialized Fields
-
dueTime
long dueTime
-
readyTime
long readyTime
-
-
-
Class org.optaplanner.examples.vehiclerouting.domain.timewindowed.TimeWindowedVehicleRoutingSolution extends VehicleRoutingSolution implements Serializable
-
-
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
-
-
-