Package | Description |
---|---|
org.optaplanner.examples.curriculumcourse.domain | |
org.optaplanner.examples.curriculumcourse.domain.solver | |
org.optaplanner.examples.curriculumcourse.solver.move |
Modifier and Type | Method and Description |
---|---|
Room |
Lecture.getRoom() |
Modifier and Type | Method and Description |
---|---|
List<Room> |
CourseSchedule.getRoomList() |
Modifier and Type | Method and Description |
---|---|
void |
Lecture.setRoom(Room room) |
Modifier and Type | Method and Description |
---|---|
void |
CourseSchedule.setRoomList(List<Room> roomList) |
Modifier and Type | Method and Description |
---|---|
Comparable |
RoomStrengthWeightFactory.createSorterWeight(CourseSchedule schedule,
Room room) |
Constructor and Description |
---|
RoomStrengthWeightFactory.RoomStrengthWeight(Room room) |
Modifier and Type | Method and Description |
---|---|
static void |
CurriculumCourseMoveHelper.moveLecture(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Lecture lecture,
Period period,
Room room) |
static void |
CurriculumCourseMoveHelper.moveRoom(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Lecture lecture,
Room room) |
Constructor and Description |
---|
RoomChangeMove(Lecture lecture,
Room toRoom) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.