org.drools.planner.examples.examination.domain
Class Examination
java.lang.Object
org.drools.planner.examples.common.domain.AbstractPersistable
org.drools.planner.examples.examination.domain.Examination
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>, Solution<HardAndSoftScore>
public class Examination
- extends AbstractPersistable
- implements Solution<HardAndSoftScore>
- 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 HardAndSoftScore getScore()
- Specified by:
getScore in interface Solution<HardAndSoftScore>
setScore
public void setScore(HardAndSoftScore score)
- Specified by:
setScore in interface Solution<HardAndSoftScore>
getProblemFacts
public Collection<? extends Object> getProblemFacts()
- Specified by:
getProblemFacts in interface Solution<HardAndSoftScore>
cloneSolution
public Examination cloneSolution()
- Clone will only deep copy the
examList.
- Specified by:
cloneSolution in interface Solution<HardAndSoftScore>
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.