Class Examination
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.examination.domain.Examination
-
Field Summary
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.optaplanner.core.api.score.buildin.hardsoft.HardSoftScoregetScore()voidsetConstraintConfiguration(ExaminationConstraintConfiguration constraintConfiguration) voidsetExamList(List<Exam> examList) voidsetPeriodList(List<Period> periodList) voidsetPeriodPenaltyList(List<PeriodPenalty> periodPenaltyList) voidsetRoomList(List<Room> roomList) voidsetRoomPenaltyList(List<RoomPenalty> roomPenaltyList) voidsetScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score) voidsetStudentList(List<Student> studentList) voidsetTopicConflictList(List<TopicConflict> topicConflictList) voidsetTopicList(List<Topic> topicList) Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
Constructor Details
-
Examination
public Examination() -
Examination
public Examination(long id)
-
-
Method Details
-
getConstraintConfiguration
-
setConstraintConfiguration
-
getStudentList
-
setStudentList
-
getTopicList
-
setTopicList
-
getPeriodList
-
setPeriodList
-
getRoomList
-
setRoomList
-
getPeriodPenaltyList
-
setPeriodPenaltyList
-
getRoomPenaltyList
-
setRoomPenaltyList
-
getTopicConflictList
-
setTopicConflictList
-
getExamList
-
setExamList
-
getScore
public org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore getScore() -
setScore
public void setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)
-