public class TravelingTournament extends AbstractPersistable
id
Constructor and Description |
---|
TravelingTournament() |
Modifier and Type | Method and Description |
---|---|
List<Day> |
getDayList() |
List<Match> |
getMatchList() |
int |
getN() |
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore |
getScore() |
List<Team> |
getTeamList() |
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) |
getId, setId, toString
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.