Uses of Class
org.optaplanner.examples.travelingtournament.domain.Match
-
Packages that use Match Package Description org.optaplanner.examples.travelingtournament.domain org.optaplanner.examples.travelingtournament.solver.move -
-
Uses of Match in org.optaplanner.examples.travelingtournament.domain
Methods in org.optaplanner.examples.travelingtournament.domain that return types with arguments of type Match Modifier and Type Method Description List<Match>TravelingTournament. getMatchList()Method parameters in org.optaplanner.examples.travelingtournament.domain with type arguments of type Match Modifier and Type Method Description voidTravelingTournament. setMatchList(List<Match> matchSets) -
Uses of Match in org.optaplanner.examples.travelingtournament.solver.move
Methods in org.optaplanner.examples.travelingtournament.solver.move with parameters of type Match Modifier and Type Method Description static voidTravelingTournamentMoveHelper. moveDay(org.optaplanner.core.api.score.director.ScoreDirector<TravelingTournament> scoreDirector, Match match, Day toDay)Constructor parameters in org.optaplanner.examples.travelingtournament.solver.move with type arguments of type Match Constructor Description MatchChainRotationsMove(List<Match> firstMatchList, List<Match> secondMatchList)
-