Uses of Class
org.optaplanner.examples.tennis.domain.TeamAssignment
-
Packages that use TeamAssignment Package Description org.optaplanner.examples.tennis.domain -
-
Uses of TeamAssignment in org.optaplanner.examples.tennis.domain
Methods in org.optaplanner.examples.tennis.domain that return types with arguments of type TeamAssignment Modifier and Type Method Description List<TeamAssignment>TennisSolution. getTeamAssignmentList()Method parameters in org.optaplanner.examples.tennis.domain with type arguments of type TeamAssignment Modifier and Type Method Description voidTennisSolution. setTeamAssignmentList(List<TeamAssignment> teamAssignmentList)
-