OptaPlanner examples 6.2.0.CR1

org.optaplanner.examples.dinnerparty.domain
Class DinnerParty

java.lang.Object
  extended by org.optaplanner.examples.common.domain.AbstractPersistable
      extended by org.optaplanner.examples.dinnerparty.domain.DinnerParty
All Implemented Interfaces:
Serializable, Comparable<AbstractPersistable>, org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>

public class DinnerParty
extends AbstractPersistable
implements org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
 
Constructor Summary
DinnerParty()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
compareTo, getId, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DinnerParty

public DinnerParty()
Method Detail

getJobList

public List<Job> getJobList()

setJobList

public void setJobList(List<Job> jobList)

getGuestList

public List<Guest> getGuestList()

setGuestList

public void setGuestList(List<Guest> guestList)

getHobbyPracticianList

public List<HobbyPractician> getHobbyPracticianList()

setHobbyPracticianList

public void setHobbyPracticianList(List<HobbyPractician> hobbyPracticianList)

getTableList

public List<Table> getTableList()

setTableList

public void setTableList(List<Table> tableList)

getSeatList

public List<Seat> getSeatList()

setSeatList

public void setSeatList(List<Seat> seatList)

getSeatDesignationList

public List<SeatDesignation> getSeatDesignationList()

setSeatDesignationList

public void setSeatDesignationList(List<SeatDesignation> seatDesignationList)

getScore

public org.optaplanner.core.api.score.buildin.simple.SimpleScore getScore()
Specified by:
getScore in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>

setScore

public void setScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score)
Specified by:
setScore in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>

getProblemFacts

public Collection<? extends Object> getProblemFacts()
Specified by:
getProblemFacts in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.simple.SimpleScore>

OptaPlanner examples 6.2.0.CR1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.