org.optaplanner.examples.examination.domain
Class Examination
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.examination.domain.Examination
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>, org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>
public class Examination
- extends AbstractPersistable
- implements org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>
- See Also:
- Serialized Form
Examination
public Examination()
getInstitutionParametrization
public InstitutionParametrization getInstitutionParametrization()
setInstitutionParametrization
public void setInstitutionParametrization(InstitutionParametrization institutionParametrization)
getStudentList
public List<Student> getStudentList()
setStudentList
public void setStudentList(List<Student> studentList)
getTopicList
public List<Topic> getTopicList()
setTopicList
public void setTopicList(List<Topic> topicList)
getPeriodList
public List<Period> getPeriodList()
setPeriodList
public void setPeriodList(List<Period> periodList)
getRoomList
public List<Room> getRoomList()
setRoomList
public void setRoomList(List<Room> roomList)
getPeriodPenaltyList
public List<PeriodPenalty> getPeriodPenaltyList()
setPeriodPenaltyList
public void setPeriodPenaltyList(List<PeriodPenalty> periodPenaltyList)
getRoomPenaltyList
public List<RoomPenalty> getRoomPenaltyList()
setRoomPenaltyList
public void setRoomPenaltyList(List<RoomPenalty> roomPenaltyList)
getExamList
public List<Exam> getExamList()
setExamList
public void setExamList(List<Exam> examList)
getScore
public org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore getScore()
- Specified by:
getScore in interface org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>
setScore
public void setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)
- Specified by:
setScore in interface org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>
getProblemFacts
public Collection<? extends Object> getProblemFacts()
- Specified by:
getProblemFacts in interface org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.