Class ConferenceSolution
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.conferencescheduling.domain.ConferenceSolution
-
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.hardmediumsoft.HardMediumSoftScoregetScore()voidsetConferenceName(String conferenceName) voidsetConstraintConfiguration(ConferenceConstraintConfiguration constraintConfiguration) voidsetRoomList(List<Room> roomList) voidsetScore(org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore score) voidsetSpeakerList(List<Speaker> speakerList) voidsetTalkList(List<Talk> talkList) voidsetTalkTypeList(List<TalkType> talkTypeList) voidsetTimeslotList(List<Timeslot> timeslotList) toString()withConstraintConfiguration(ConferenceConstraintConfiguration constraintConfiguration) withRoomList(List<Room> roomList) withSpeakerList(List<Speaker> speakerList) withTalkList(List<Talk> talkList) withTalkTypeList(List<TalkType> talkTypeList) withTimeslotList(List<Timeslot> timeslotList) Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
Constructor Details
-
ConferenceSolution
public ConferenceSolution() -
ConferenceSolution
public ConferenceSolution(long id)
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractPersistable
-
getConferenceName
-
setConferenceName
-
getConstraintConfiguration
-
setConstraintConfiguration
-
getTalkTypeList
-
setTalkTypeList
-
getTimeslotList
-
setTimeslotList
-
getRoomList
-
setRoomList
-
getSpeakerList
-
setSpeakerList
-
getTalkList
-
setTalkList
-
getScore
public org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore getScore() -
setScore
public void setScore(org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore score) -
withConstraintConfiguration
public ConferenceSolution withConstraintConfiguration(ConferenceConstraintConfiguration constraintConfiguration) -
withTalkTypeList
-
withTimeslotList
-
withRoomList
-
withSpeakerList
-
withTalkList
-