| Package | Description |
|---|---|
| org.optaplanner.examples.travelingtournament.domain |
| Modifier and Type | Method and Description |
|---|---|
Team |
Match.getAwayTeam() |
Team |
Match.getHomeTeam() |
| Modifier and Type | Method and Description |
|---|---|
Map<Team,Integer> |
Team.getDistanceToTeamMap() |
List<Team> |
TravelingTournament.getTeamList() |
| Modifier and Type | Method and Description |
|---|---|
int |
Team.getDistance(Team other) |
void |
Match.setAwayTeam(Team awayTeam) |
void |
Match.setHomeTeam(Team homeTeam) |
| Modifier and Type | Method and Description |
|---|---|
void |
Team.setDistanceToTeamMap(Map<Team,Integer> distanceToTeamMap) |
void |
TravelingTournament.setTeamList(List<Team> teamList) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.