Class Examination
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.examination.domain.Examination
-
- All Implemented Interfaces:
Serializable
public class Examination extends AbstractPersistable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description Examination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExaminationConstraintConfigurationgetConstraintConfiguration()List<Exam>getExamList()List<Period>getPeriodList()List<PeriodPenalty>getPeriodPenaltyList()List<Room>getRoomList()List<RoomPenalty>getRoomPenaltyList()org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScoregetScore()List<Student>getStudentList()List<Topic>getTopicList()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)voidsetTopicList(List<Topic> topicList)-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
-
-
-
Method Detail
-
getConstraintConfiguration
public ExaminationConstraintConfiguration getConstraintConfiguration()
-
setConstraintConfiguration
public void setConstraintConfiguration(ExaminationConstraintConfiguration constraintConfiguration)
-
getPeriodPenaltyList
public List<PeriodPenalty> getPeriodPenaltyList()
-
setPeriodPenaltyList
public void setPeriodPenaltyList(List<PeriodPenalty> periodPenaltyList)
-
getRoomPenaltyList
public List<RoomPenalty> getRoomPenaltyList()
-
setRoomPenaltyList
public void setRoomPenaltyList(List<RoomPenalty> roomPenaltyList)
-
getScore
public org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore getScore()
-
setScore
public void setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)
-
-