Uses of Class
org.optaplanner.examples.travelingtournament.domain.Match
Packages that use Match
Package
Description
-
Uses of Match in org.optaplanner.examples.travelingtournament.domain
Methods in org.optaplanner.examples.travelingtournament.domain that return types with arguments of type MatchMethod parameters in org.optaplanner.examples.travelingtournament.domain with type arguments of type Match -
Uses of Match in org.optaplanner.examples.travelingtournament.solver.move
Methods in org.optaplanner.examples.travelingtournament.solver.move with parameters of type MatchModifier and TypeMethodDescriptionstatic 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 MatchModifierConstructorDescriptionMatchChainRotationsMove(List<Match> firstMatchList, List<Match> secondMatchList)