Serialized Form
Package org.optaplanner.examples.app |
descriptionTextArea
JTextArea descriptionTextArea
Package org.optaplanner.examples.cloudbalancing.domain |
computerList
List<E> computerList
processList
List<E> processList
score
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score
cpuPower
int cpuPower
memory
int memory
networkBandwidth
int networkBandwidth
cost
int cost
requiredCpuPower
int requiredCpuPower
requiredMemory
int requiredMemory
requiredNetworkBandwidth
int requiredNetworkBandwidth
computer
CloudComputer computer
Package org.optaplanner.examples.cloudbalancing.domain.solver |
Package org.optaplanner.examples.cloudbalancing.swingui |
cloudComputerIcon
ImageIcon cloudComputerIcon
deleteCloudComputerIcon
ImageIcon deleteCloudComputerIcon
computersPanel
JPanel computersPanel
unassignedPanel
CloudComputerPanel unassignedPanel
computerToPanelMap
Map<K,V> computerToPanelMap
processToPanelMap
Map<K,V> processToPanelMap
maximumComputerCpuPower
int maximumComputerCpuPower
maximumComputerMemory
int maximumComputerMemory
maximumComputerNetworkBandwidth
int maximumComputerNetworkBandwidth
cloudBalancingPanel
CloudBalancingPanel cloudBalancingPanel
computer
CloudComputer computer
processList
List<E> processList
computerLabel
JLabel computerLabel
deleteButton
JButton deleteButton
cpuPowerField
JTextField cpuPowerField
memoryField
JTextField memoryField
networkBandwidthField
JTextField networkBandwidthField
costField
JTextField costField
numberOfProcessesLabel
JLabel numberOfProcessesLabel
cpuPowerBar
org.optaplanner.examples.cloudbalancing.swingui.CloudComputerPanel.CloudBar cpuPowerBar
memoryBar
org.optaplanner.examples.cloudbalancing.swingui.CloudComputerPanel.CloudBar memoryBar
networkBandwidthBar
org.optaplanner.examples.cloudbalancing.swingui.CloudComputerPanel.CloudBar networkBandwidthBar
detailsButton
JButton detailsButton
Package org.optaplanner.examples.common.domain |
id
Long id
Package org.optaplanner.examples.common.swingui |
solverAndPersistenceFrame
SolverAndPersistenceFrame solverAndPersistenceFrame
solutionBusiness
SolutionBusiness solutionBusiness
constraintMatchTotalList
List<E> constraintMatchTotalList
solverAndPersistenceFrame
SolverAndPersistenceFrame solverAndPersistenceFrame
solutionBusiness
SolutionBusiness solutionBusiness
solutionBusiness
SolutionBusiness solutionBusiness
solutionPanel
SolutionPanel solutionPanel
constraintMatchesDialog
ConstraintMatchesDialog constraintMatchesDialog
loadUnsolvedActionList
List<E> loadUnsolvedActionList
loadSolvedActionList
List<E> loadSolvedActionList
terminateSolvingEarlyAction
Action terminateSolvingEarlyAction
refreshScreenDuringSolvingCheckBox
JCheckBox refreshScreenDuringSolvingCheckBox
solveAction
Action solveAction
openAction
Action openAction
saveAction
Action saveAction
importAction
Action importAction
exportAction
Action exportAction
progressBar
JProgressBar progressBar
resultLabel
JLabel resultLabel
showConstraintMatchesDialogAction
org.optaplanner.examples.common.swingui.SolverAndPersistenceFrame.ShowConstraintMatchesDialogAction showConstraintMatchesDialogAction
Package org.optaplanner.examples.curriculumcourse.domain |
code
String code
teacher
Teacher teacher
lectureSize
int lectureSize
minWorkingDaySize
int minWorkingDaySize
curriculumList
List<E> curriculumList
studentSize
int studentSize
name
String name
teacherList
List<E> teacherList
curriculumList
List<E> curriculumList
courseList
List<E> courseList
dayList
List<E> dayList
timeslotList
List<E> timeslotList
periodList
List<E> periodList
roomList
List<E> roomList
unavailablePeriodPenaltyList
List<E> unavailablePeriodPenaltyList
lectureList
List<E> lectureList
score
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score
code
String code
dayIndex
int dayIndex
course
Course course
lectureIndexInCourse
int lectureIndexInCourse
period
Period period
room
Room room
day
Day day
timeslot
Timeslot timeslot
code
String code
capacity
int capacity
code
String code
timeslotIndex
int timeslotIndex
course
Course course
period
Period period
Package org.optaplanner.examples.curriculumcourse.domain.solver |
leftCourse
Course leftCourse
rightCourse
Course rightCourse
Package org.optaplanner.examples.curriculumcourse.swingui |
gridLayout
GridLayout gridLayout
tangoColorFactory
TangoColorFactory tangoColorFactory
Package org.optaplanner.examples.examination.domain |
topic
Topic topic
examCoincidence
ExamCoincidence examCoincidence
examBefore
ExamBefore examBefore
period
Period period
room
Room room
institutionParametrization
InstitutionParametrization institutionParametrization
studentList
List<E> studentList
topicList
List<E> topicList
periodList
List<E> periodList
roomList
List<E> roomList
periodPenaltyList
List<E> periodPenaltyList
roomPenaltyList
List<E> roomPenaltyList
examList
List<E> examList
score
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score
twoInARowPenalty
int twoInARowPenalty
twoInADayPenalty
int twoInADayPenalty
periodSpreadLength
int periodSpreadLength
periodSpreadPenalty
int periodSpreadPenalty
mixedDurationPenalty
int mixedDurationPenalty
frontLoadLargeTopicSize
int frontLoadLargeTopicSize
frontLoadLastPeriodSize
int frontLoadLastPeriodSize
frontLoadPenalty
int frontLoadPenalty
startDateTimeString
String startDateTimeString
periodIndex
int periodIndex
dayIndex
int dayIndex
duration
int duration
penalty
int penalty
frontLoadLast
boolean frontLoadLast
periodPenaltyType
PeriodPenaltyType periodPenaltyType
leftSideTopic
Topic leftSideTopic
rightSideTopic
Topic rightSideTopic
capacity
int capacity
penalty
int penalty
roomPenaltyType
RoomPenaltyType roomPenaltyType
topic
Topic topic
duration
int duration
studentList
List<E> studentList
frontLoadLarge
boolean frontLoadLarge
coincidenceTopicSet
Set<E> coincidenceTopicSet
Package org.optaplanner.examples.examination.domain.solver |
afterExamSet
Set<E> afterExamSet
coincidenceExamSet
Set<E> coincidenceExamSet
firstExam
Exam firstExam
leftTopic
Topic leftTopic
rightTopic
Topic rightTopic
studentSize
int studentSize
Package org.optaplanner.examples.examination.swingui |
gridLayout
GridLayout gridLayout
Package org.optaplanner.examples.machinereassignment.domain |
globalPenaltyInfo
MrGlobalPenaltyInfo globalPenaltyInfo
resourceList
List<E> resourceList
neighborhoodList
List<E> neighborhoodList
locationList
List<E> locationList
machineList
List<E> machineList
machineCapacityList
List<E> machineCapacityList
serviceList
List<E> serviceList
processList
List<E> processList
balancePenaltyList
List<E> balancePenaltyList
processAssignmentList
List<E> processAssignmentList
score
org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score
originResource
MrResource originResource
targetResource
MrResource targetResource
multiplicand
int multiplicand
weight
int weight
processMoveCostWeight
int processMoveCostWeight
serviceMoveCostWeight
int serviceMoveCostWeight
machineMoveCostWeight
int machineMoveCostWeight
neighborhood
MrNeighborhood neighborhood
location
MrLocation location
machineCapacityList
List<E> machineCapacityList
machineMoveCostMap
Map<K,V> machineMoveCostMap
machine
MrMachine machine
resource
MrResource resource
maximumCapacity
long maximumCapacity
safetyCapacity
long safetyCapacity
service
MrService service
moveCost
int moveCost
processRequirementList
List<E> processRequirementList
process
MrProcess process
originalMachine
MrMachine originalMachine
machine
MrMachine machine
process
MrProcess process
resource
MrResource resource
usage
long usage
index
int index
transientlyConsumed
boolean transientlyConsumed
loadCostWeight
int loadCostWeight
toDependencyServiceList
List<E> toDependencyServiceList
fromDependencyServiceList
List<E> fromDependencyServiceList
locationSpread
int locationSpread
Package org.optaplanner.examples.machinereassignment.domain.solver |
machineCapacity
MrMachineCapacity machineCapacity
usage
long usage
machineCapacity
MrMachineCapacity machineCapacity
usage
long usage
fromService
MrService fromService
toService
MrService toService
service
MrService service
movedProcessesCount
int movedProcessesCount
Package org.optaplanner.examples.machinereassignment.swingui |
machineListPanel
JPanel machineListPanel
unassignedPanel
MrMachinePanel unassignedPanel
tooBigLabel
JLabel tooBigLabel
machineToPanelMap
Map<K,V> machineToPanelMap
processAssignmentToPanelMap
Map<K,V> processAssignmentToPanelMap
machineReassignmentPanel
MachineReassignmentPanel machineReassignmentPanel
resourceList
List<E> resourceList
machine
MrMachine machine
processAssignmentList
List<E> processAssignmentList
machineLabel
JLabel machineLabel
deleteButton
JButton deleteButton
resourceListPanel
JPanel resourceListPanel
resourceFieldMap
Map<K,V> resourceFieldMap
numberOfProcessesLabel
JLabel numberOfProcessesLabel
detailsButton
JButton detailsButton
Package org.optaplanner.examples.manners2009.domain |
code
String code
job
Job job
gender
Gender gender
hobbyPracticianList
List<E> hobbyPracticianList
guest
Guest guest
hobby
Hobby hobby
jobType
JobType jobType
name
String name
jobList
List<E> jobList
guestList
List<E> guestList
hobbyPracticianList
List<E> hobbyPracticianList
tableList
List<E> tableList
seatList
List<E> seatList
seatDesignationList
List<E> seatDesignationList
score
org.optaplanner.core.api.score.buildin.simple.SimpleScore score
table
Table table
seatIndexInTable
int seatIndexInTable
leftSeat
Seat leftSeat
rightSeat
Seat rightSeat
guest
Guest guest
seat
Seat seat
tableIndex
int tableIndex
seatList
List<E> seatList
Package org.optaplanner.examples.manners2009.swingui |
gridLayout
GridLayout gridLayout
Package org.optaplanner.examples.nqueens.domain |
index
int index
n
int n
columnList
List<E> columnList
rowList
List<E> rowList
queenList
List<E> queenList
score
org.optaplanner.core.api.score.buildin.simple.SimpleScore score
column
Column column
row
Row row
index
int index
Package org.optaplanner.examples.nqueens.swingui |
queenImageIcon
ImageIcon queenImageIcon
Package org.optaplanner.examples.nurserostering.domain |
code
String code
name
String name
contract
Contract contract
dayOffRequestMap
Map<K,V> dayOffRequestMap
dayOnRequestMap
Map<K,V> dayOnRequestMap
shiftOffRequestMap
Map<K,V> shiftOffRequestMap
shiftOnRequestMap
Map<K,V> shiftOnRequestMap
freeDayOfWeek
DayOfWeek freeDayOfWeek
code
String code
nurseRosterInfo
NurseRosterInfo nurseRosterInfo
skillList
List<E> skillList
shiftTypeList
List<E> shiftTypeList
shiftTypeSkillRequirementList
List<E> shiftTypeSkillRequirementList
patternList
List<E> patternList
contractList
List<E> contractList
contractLineList
List<E> contractLineList
patternContractLineList
List<E> patternContractLineList
employeeList
List<E> employeeList
skillProficiencyList
List<E> skillProficiencyList
shiftDateList
List<E> shiftDateList
shiftList
List<E> shiftList
dayOffRequestList
List<E> dayOffRequestList
dayOnRequestList
List<E> dayOnRequestList
shiftOffRequestList
List<E> shiftOffRequestList
shiftOnRequestList
List<E> shiftOnRequestList
shiftAssignmentList
List<E> shiftAssignmentList
score
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score
firstShiftDate
ShiftDate firstShiftDate
lastShiftDate
ShiftDate lastShiftDate
planningWindowStart
ShiftDate planningWindowStart
startShiftDate
ShiftDate startShiftDate
code
String code
weight
int weight
shiftDate
ShiftDate shiftDate
shiftType
ShiftType shiftType
index
int index
requiredEmployeeSize
int requiredEmployeeSize
shift
Shift shift
indexInShift
int indexInShift
employee
Employee employee
dayIndex
int dayIndex
dateString
String dateString
dayOfWeek
DayOfWeek dayOfWeek
shiftList
List<E> shiftList
code
String code
index
int index
startTimeString
String startTimeString
endTimeString
String endTimeString
night
boolean night
description
String description
dayIndex0ShiftType
ShiftType dayIndex0ShiftType
dayIndex1ShiftType
ShiftType dayIndex1ShiftType
dayIndex0ShiftType
ShiftType dayIndex0ShiftType
dayIndex1ShiftType
ShiftType dayIndex1ShiftType
dayIndex2ShiftType
ShiftType dayIndex2ShiftType
shiftType
ShiftType shiftType
skill
Skill skill
code
String code
employee
Employee employee
skill
Skill skill
workDayOfWeek
DayOfWeek workDayOfWeek
workShiftType
ShiftType workShiftType
freeDayLength
int freeDayLength
Package org.optaplanner.examples.nurserostering.domain.contract |
enabled
boolean enabled
weight
int weight
code
String code
description
String description
weekendDefinition
WeekendDefinition weekendDefinition
contractLineList
List<E> contractLineList
contract
Contract contract
contractLineType
ContractLineType contractLineType
minimumEnabled
boolean minimumEnabled
minimumValue
int minimumValue
minimumWeight
int minimumWeight
maximumEnabled
boolean maximumEnabled
maximumValue
int maximumValue
maximumWeight
int maximumWeight
contract
Contract contract
pattern
Pattern pattern
Package org.optaplanner.examples.nurserostering.domain.request |
employee
Employee employee
shiftDate
ShiftDate shiftDate
weight
int weight
employee
Employee employee
shiftDate
ShiftDate shiftDate
weight
int weight
employee
Employee employee
shift
Shift shift
weight
int weight
employee
Employee employee
shift
Shift shift
weight
int weight
Package org.optaplanner.examples.nurserostering.domain.solver |
employee
Employee employee
total
int total
employee
Employee employee
shiftDate
ShiftDate shiftDate
employee
Employee employee
shiftDate
ShiftDate shiftDate
employee
Employee employee
sundayIndex
int sundayIndex
employee
Employee employee
sundayIndex
int sundayIndex
employee
Employee employee
firstDayIndex
int firstDayIndex
lastDayIndex
int lastDayIndex
employee
Employee employee
firstSundayIndex
int firstSundayIndex
lastSundayIndex
int lastSundayIndex
employee
Employee employee
firstDayIndex
int firstDayIndex
lastDayIndex
int lastDayIndex
Package org.optaplanner.examples.nurserostering.swingui |
nurseRosteringPanel
NurseRosteringPanel nurseRosteringPanel
shiftDateList
List<E> shiftDateList
shiftList
List<E> shiftList
employee
Employee employee
employeeLabel
JLabel employeeLabel
deleteButton
JButton deleteButton
shiftDateListPanel
JPanel shiftDateListPanel
shiftDatePanelMap
Map<K,V> shiftDatePanelMap
shiftPanelMap
Map<K,V> shiftPanelMap
numberOfShiftAssignmentsLabel
JLabel numberOfShiftAssignmentsLabel
shiftAssignmentButtonMap
Map<K,V> shiftAssignmentButtonMap
employeeIcon
ImageIcon employeeIcon
deleteEmployeeIcon
ImageIcon deleteEmployeeIcon
employeeListPanel
JPanel employeeListPanel
planningWindowStartField
JTextField planningWindowStartField
advancePlanningWindowStartButton
JButton advancePlanningWindowStartButton
unassignedPanel
EmployeePanel unassignedPanel
employeeToPanelMap
Map<K,V> employeeToPanelMap
shiftAssignmentToPanelMap
Map<K,V> shiftAssignmentToPanelMap
Package org.optaplanner.examples.pas.domain |
patient
Patient patient
firstNight
Night firstNight
lastNight
Night lastNight
specialism
Specialism specialism
room
Room room
indexInRoom
int indexInRoom
admissionPart
AdmissionPart admissionPart
bed
Bed bed
name
String name
minimumAge
Integer minimumAge
maximumAge
Integer maximumAge
department
Department department
specialism
Specialism specialism
priority
int priority
name
String name
index
int index
name
String name
gender
Gender gender
age
int age
preferredMaximumRoomCapacity
Integer preferredMaximumRoomCapacity
requiredPatientEquipmentList
List<E> requiredPatientEquipmentList
preferredPatientEquipmentList
List<E> preferredPatientEquipmentList
specialismList
List<E> specialismList
equipmentList
List<E> equipmentList
departmentList
List<E> departmentList
departmentSpecialismList
List<E> departmentSpecialismList
roomList
List<E> roomList
roomSpecialismList
List<E> roomSpecialismList
roomEquipmentList
List<E> roomEquipmentList
bedList
List<E> bedList
nightList
List<E> nightList
patientList
List<E> patientList
admissionPartList
List<E> admissionPartList
requiredPatientEquipmentList
List<E> requiredPatientEquipmentList
preferredPatientEquipmentList
List<E> preferredPatientEquipmentList
bedDesignationList
List<E> bedDesignationList
score
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score
patient
Patient patient
equipment
Equipment equipment
patient
Patient patient
equipment
Equipment equipment
name
String name
department
Department department
capacity
int capacity
genderLimitation
GenderLimitation genderLimitation
roomSpecialismList
List<E> roomSpecialismList
roomEquipmentList
List<E> roomEquipmentList
room
Room room
equipment
Equipment equipment
room
Room room
specialism
Specialism specialism
priority
int priority
name
String name
Package org.optaplanner.examples.pas.domain.solver |
leftAdmissionPart
AdmissionPart leftAdmissionPart
rightAdmissionPart
AdmissionPart rightAdmissionPart
nightSize
int nightSize
admissionPart
AdmissionPart admissionPart
- Deprecated.
room
Room room
- Deprecated.
weight
int weight
- Deprecated.
Package org.optaplanner.examples.pas.swingui |
gridLayout
GridLayout gridLayout
Package org.optaplanner.examples.projectjobscheduling.domain |
job
Job job
sourceAllocation
Allocation sourceAllocation
sinkAllocation
Allocation sinkAllocation
predecessorAllocationList
List<E> predecessorAllocationList
successorAllocationList
List<E> successorAllocationList
executionMode
ExecutionMode executionMode
delay
Integer delay
predecessorsDoneDate
Integer predecessorsDoneDate
delayRange
List<E> delayRange
job
Job job
duration
int duration
resourceRequirementList
List<E> resourceRequirementList
project
Project project
jobType
JobType jobType
executionModeList
List<E> executionModeList
successorJobList
List<E> successorJobList
releaseDate
int releaseDate
criticalPathDuration
int criticalPathDuration
localResourceList
List<E> localResourceList
jobList
List<E> jobList
executionMode
ExecutionMode executionMode
resource
Resource resource
requirement
int requirement
projectList
List<E> projectList
jobList
List<E> jobList
executionModeList
List<E> executionModeList
resourceList
List<E> resourceList
resourceRequirementList
List<E> resourceRequirementList
allocationList
List<E> allocationList
score
org.optaplanner.core.api.score.buildin.bendable.BendableScore score
Package org.optaplanner.examples.projectjobscheduling.domain.resource |
project
Project project
renewable
boolean renewable
capacity
int capacity
Package org.optaplanner.examples.projectjobscheduling.domain.solver |
Package org.optaplanner.examples.projectjobscheduling.swingui |
Package org.optaplanner.examples.travelingtournament.domain |
index
int index
nextDay
Day nextDay
homeTeam
Team homeTeam
awayTeam
Team awayTeam
day
Day day
name
String name
distanceToTeamMap
Map<K,V> distanceToTeamMap
dayList
List<E> dayList
teamList
List<E> teamList
matchList
List<E> matchList
score
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score
Package org.optaplanner.examples.travelingtournament.swingui |
Package org.optaplanner.examples.tsp.domain |
name
String name
latitude
double latitude
longitude
double longitude
city
City city
name
String name
cityList
List<E> cityList
domicileList
List<E> domicileList
visitList
List<E> visitList
score
org.optaplanner.core.api.score.buildin.simple.SimpleScore score
city
City city
previousStandstill
Standstill previousStandstill
Package org.optaplanner.examples.tsp.domain.solver |
Package org.optaplanner.examples.tsp.swingui |
tspPanel
TspPanel tspPanel
tspWorldPanel
TspWorldPanel tspWorldPanel
tspListPanel
TspListPanel tspListPanel
nextCityId
Long nextCityId
tspPanel
TspPanel tspPanel
canvas
BufferedImage canvas
translator
LatitudeLongitudeTranslator translator
europaBackground
ImageIcon europaBackground
Package org.optaplanner.examples.vehiclerouting.domain |
location
VrpLocation location
demand
int demand
previousStandstill
VrpStandstill previousStandstill
nextCustomer
VrpCustomer nextCustomer
vehicle
VrpVehicle vehicle
location
VrpLocation location
name
String name
latitude
double latitude
longitude
double longitude
name
String name
locationList
List<E> locationList
depotList
List<E> depotList
vehicleList
List<E> vehicleList
customerList
List<E> customerList
score
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score
capacity
int capacity
depot
VrpDepot depot
nextCustomer
VrpCustomer nextCustomer
Package org.optaplanner.examples.vehiclerouting.domain.solver |
Package org.optaplanner.examples.vehiclerouting.domain.timewindowed |
readyTime
int readyTime
dueTime
int dueTime
serviceDuration
int serviceDuration
arrivalTime
Integer arrivalTime
readyTime
int readyTime
dueTime
int dueTime
Package org.optaplanner.examples.vehiclerouting.swingui |
vehicleRoutingWorldPanel
VehicleRoutingWorldPanel vehicleRoutingWorldPanel
demandRandom
Random demandRandom
nextLocationId
Long nextLocationId
vehicleRoutingPanel
VehicleRoutingPanel vehicleRoutingPanel
schedulePainter
VehicleRoutingSchedulePainter schedulePainter
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.