Uses of Class
org.optaplanner.examples.tennis.domain.Team
-
Packages that use Team Package Description org.optaplanner.examples.tennis.domain -
-
Uses of Team in org.optaplanner.examples.tennis.domain
Methods in org.optaplanner.examples.tennis.domain that return Team Modifier and Type Method Description TeamTeamAssignment. getTeam()TeamUnavailabilityPenalty. getTeam()Methods in org.optaplanner.examples.tennis.domain that return types with arguments of type Team Modifier and Type Method Description List<Team>TennisSolution. getTeamList()Methods in org.optaplanner.examples.tennis.domain with parameters of type Team Modifier and Type Method Description voidTeamAssignment. setTeam(Team team)voidUnavailabilityPenalty. setTeam(Team team)Method parameters in org.optaplanner.examples.tennis.domain with type arguments of type Team Modifier and Type Method Description voidTennisSolution. setTeamList(List<Team> teamList)Constructors in org.optaplanner.examples.tennis.domain with parameters of type Team Constructor Description UnavailabilityPenalty(long id, Team team, Day day)
-