Uses of Class
org.optaplanner.examples.travelingtournament.domain.TravelingTournament
-
-
Uses of TravelingTournament in org.optaplanner.examples.travelingtournament.app
Methods in org.optaplanner.examples.travelingtournament.app that return types with arguments of type TravelingTournament Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<TravelingTournament>TravelingTournamentApp. createSolutionFileIO() -
Uses of TravelingTournament in org.optaplanner.examples.travelingtournament.persistence
Methods in org.optaplanner.examples.travelingtournament.persistence that return TravelingTournament Modifier and Type Method Description TravelingTournamentTravelingTournamentImporter.TravelingTournamentInputBuilder. readSolution()Methods in org.optaplanner.examples.travelingtournament.persistence that return types with arguments of type TravelingTournament Modifier and Type Method Description AbstractTxtSolutionImporter.TxtInputBuilder<TravelingTournament>TravelingTournamentImporter. createTxtInputBuilder()AbstractTxtSolutionExporter.TxtOutputBuilder<TravelingTournament>TravelingTournamentExporter. createTxtOutputBuilder()Methods in org.optaplanner.examples.travelingtournament.persistence with parameters of type TravelingTournament Modifier and Type Method Description protected voidTravelingTournamentImporter.TravelingTournamentInputBuilder. initializeMatchDays(TravelingTournament travelingTournament)Canonical pattern initialization (see papers). -
Uses of TravelingTournament in org.optaplanner.examples.travelingtournament.solver.move
Method parameters in org.optaplanner.examples.travelingtournament.solver.move with type arguments of type TravelingTournament Modifier and Type Method Description MatchChainRotationsMoveMatchChainRotationsMove. createUndoMove(org.optaplanner.core.api.score.director.ScoreDirector<TravelingTournament> scoreDirector)protected voidMatchChainRotationsMove. doMoveOnGenuineVariables(org.optaplanner.core.api.score.director.ScoreDirector<TravelingTournament> scoreDirector)booleanMatchChainRotationsMove. isMoveDoable(org.optaplanner.core.api.score.director.ScoreDirector<TravelingTournament> scoreDirector)static voidTravelingTournamentMoveHelper. moveDay(org.optaplanner.core.api.score.director.ScoreDirector<TravelingTournament> scoreDirector, Match match, Day toDay)MatchChainRotationsMoveMatchChainRotationsMove. rebase(org.optaplanner.core.api.score.director.ScoreDirector<TravelingTournament> destinationScoreDirector) -
Uses of TravelingTournament in org.optaplanner.examples.travelingtournament.solver.move.factory
Methods in org.optaplanner.examples.travelingtournament.solver.move.factory that return types with arguments of type TravelingTournament Modifier and Type Method Description List<org.optaplanner.core.impl.heuristic.move.Move<TravelingTournament>>MatchChainRotationsMoveFactory. createMoveList(TravelingTournament travelingTournament)Methods in org.optaplanner.examples.travelingtournament.solver.move.factory with parameters of type TravelingTournament Modifier and Type Method Description List<org.optaplanner.core.impl.heuristic.move.Move<TravelingTournament>>MatchChainRotationsMoveFactory. createMoveList(TravelingTournament travelingTournament)Method parameters in org.optaplanner.examples.travelingtournament.solver.move.factory with type arguments of type TravelingTournament Modifier and Type Method Description booleanInverseMatchSwapMoveFilter. accept(org.optaplanner.core.api.score.director.ScoreDirector<TravelingTournament> scoreDirector, org.optaplanner.core.impl.heuristic.selector.move.generic.SwapMove move) -
Uses of TravelingTournament in org.optaplanner.examples.travelingtournament.swingui
Methods in org.optaplanner.examples.travelingtournament.swingui with parameters of type TravelingTournament Modifier and Type Method Description voidTravelingTournamentPanel. resetPanel(TravelingTournament travelingTournament)
-