| Package | Description |
|---|---|
| org.optaplanner.examples.travelingtournament.domain | |
| org.optaplanner.examples.travelingtournament.solver.move |
| Modifier and Type | Method and Description |
|---|---|
Day |
Match.getDay() |
Day |
Day.getNextDay() |
| Modifier and Type | Method and Description |
|---|---|
List<Day> |
TravelingTournament.getDayList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Match.setDay(Day day) |
void |
Day.setNextDay(Day nextDay) |
| Modifier and Type | Method and Description |
|---|---|
void |
TravelingTournament.setDayList(List<Day> dayList) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TravelingTournamentMoveHelper.moveDay(org.optaplanner.core.impl.score.director.ScoreDirector<TravelingTournament> scoreDirector,
Match match,
Day toDay) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.