public class TravelingTournament extends AbstractPersistable implements org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>
id| Constructor and Description |
|---|
TravelingTournament() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Day> |
getDayList() |
List<Match> |
getMatchList() |
int |
getN() |
Collection<? extends Object> |
getProblemFacts() |
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore |
getScore() |
List<Team> |
getTeamList() |
int |
hashCode() |
void |
setDayList(List<Day> dayList) |
void |
setMatchList(List<Match> matchSets) |
void |
setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score) |
void |
setTeamList(List<Team> teamList) |
compareTo, getId, setId, toStringpublic org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore getScore()
getScore in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>public void setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)
setScore in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>public int getN()
public Collection<? extends Object> getProblemFacts()
getProblemFacts in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.