Package | Description |
---|---|
org.optaplanner.examples.curriculumcourse.domain | |
org.optaplanner.examples.curriculumcourse.domain.solver |
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) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.