Uses of Class
org.optaplanner.examples.travelingtournament.domain.Team
Packages that use Team
-
Uses of Team in org.optaplanner.examples.travelingtournament.domain
Methods in org.optaplanner.examples.travelingtournament.domain that return TeamMethods in org.optaplanner.examples.travelingtournament.domain that return types with arguments of type TeamMethods in org.optaplanner.examples.travelingtournament.domain with parameters of type TeamModifier and TypeMethodDescriptionintTeam.getDistance(Team other) voidMatch.setAwayTeam(Team awayTeam) voidMatch.setHomeTeam(Team homeTeam) Method parameters in org.optaplanner.examples.travelingtournament.domain with type arguments of type TeamModifier and TypeMethodDescriptionvoidTeam.setDistanceToTeamMap(Map<Team, Integer> distanceToTeamMap) voidTravelingTournament.setTeamList(List<Team> teamList) Constructors in org.optaplanner.examples.travelingtournament.domain with parameters of type Team