public class DinnerParty extends AbstractPersistable implements org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>
id| Constructor and Description |
|---|
DinnerParty() |
| Modifier and Type | Method and Description |
|---|---|
List<Guest> |
getGuestList() |
List<HobbyPractician> |
getHobbyPracticianList() |
List<Job> |
getJobList() |
Collection<? extends Object> |
getProblemFacts() |
org.optaplanner.core.api.score.buildin.simple.SimpleScore |
getScore() |
List<SeatDesignation> |
getSeatDesignationList() |
List<Seat> |
getSeatList() |
List<Table> |
getTableList() |
void |
setGuestList(List<Guest> guestList) |
void |
setHobbyPracticianList(List<HobbyPractician> hobbyPracticianList) |
void |
setJobList(List<Job> jobList) |
void |
setScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score) |
void |
setSeatDesignationList(List<SeatDesignation> seatDesignationList) |
void |
setSeatList(List<Seat> seatList) |
void |
setTableList(List<Table> tableList) |
compareTo, getId, setId, toStringpublic List<HobbyPractician> getHobbyPracticianList()
public void setHobbyPracticianList(List<HobbyPractician> hobbyPracticianList)
public List<SeatDesignation> getSeatDesignationList()
public void setSeatDesignationList(List<SeatDesignation> seatDesignationList)
public org.optaplanner.core.api.score.buildin.simple.SimpleScore getScore()
getScore in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>public void setScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score)
setScore in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>public Collection<? extends Object> getProblemFacts()
getProblemFacts in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.