Uses of Class
org.optaplanner.examples.examination.domain.RoomPenalty
-
Packages that use RoomPenalty Package Description org.optaplanner.examples.examination.domain -
-
Uses of RoomPenalty in org.optaplanner.examples.examination.domain
Methods in org.optaplanner.examples.examination.domain that return RoomPenalty Modifier and Type Method Description RoomPenaltyRoomPenalty. withId(long id)RoomPenaltyRoomPenalty. withRoomPenaltyType(RoomPenaltyType type)RoomPenaltyRoomPenalty. withTopic(Topic topic)Methods in org.optaplanner.examples.examination.domain that return types with arguments of type RoomPenalty Modifier and Type Method Description List<RoomPenalty>Examination. getRoomPenaltyList()Method parameters in org.optaplanner.examples.examination.domain with type arguments of type RoomPenalty Modifier and Type Method Description voidExamination. setRoomPenaltyList(List<RoomPenalty> roomPenaltyList)
-