Uses of Class
org.optaplanner.examples.travelingtournament.domain.Team
-
Packages that use Team Package Description org.optaplanner.examples.travelingtournament.domain -
-
Uses of Team in org.optaplanner.examples.travelingtournament.domain
Methods in org.optaplanner.examples.travelingtournament.domain that return Team Modifier and Type Method Description TeamMatch. getAwayTeam()TeamMatch. getHomeTeam()Methods in org.optaplanner.examples.travelingtournament.domain that return types with arguments of type Team Modifier and Type Method Description Map<Team,Integer>Team. getDistanceToTeamMap()List<Team>TravelingTournament. getTeamList()Methods in org.optaplanner.examples.travelingtournament.domain with parameters of type Team Modifier and Type Method Description intTeam. getDistance(Team other)voidMatch. setAwayTeam(Team awayTeam)voidMatch. setHomeTeam(Team homeTeam)Method parameters in org.optaplanner.examples.travelingtournament.domain with type arguments of type Team Modifier and Type Method Description voidTeam. setDistanceToTeamMap(Map<Team,Integer> distanceToTeamMap)voidTravelingTournament. setTeamList(List<Team> teamList)
-