Uses of Class
org.optaplanner.examples.travelingtournament.domain.TravelingTournament
Packages that use TravelingTournament
Package
Description
-
Uses of TravelingTournament in org.optaplanner.examples.travelingtournament.app
Methods in org.optaplanner.examples.travelingtournament.app that return types with arguments of type TravelingTournamentModifier and TypeMethodDescriptionprotected Set<AbstractSolutionExporter<TravelingTournament>>TravelingTournamentApp.createSolutionExporters()TravelingTournamentApp.createSolutionFileIO()protected Set<AbstractSolutionImporter<TravelingTournament>>TravelingTournamentApp.createSolutionImporters() -
Uses of TravelingTournament in org.optaplanner.examples.travelingtournament.persistence
Methods in org.optaplanner.examples.travelingtournament.persistence that return TravelingTournamentModifier and TypeMethodDescriptionTravelingTournamentImporter.TravelingTournamentInputBuilder.readSolution()Methods in org.optaplanner.examples.travelingtournament.persistence that return types with arguments of type TravelingTournamentModifier and TypeMethodDescriptionTravelingTournamentImporter.createTxtInputBuilder()TravelingTournamentExporter.createTxtOutputBuilder()Methods in org.optaplanner.examples.travelingtournament.persistence with parameters of type TravelingTournamentModifier and TypeMethodDescriptionprotected 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 TravelingTournamentModifier and TypeMethodDescriptionMatchChainRotationsMove.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) MatchChainRotationsMove.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 TravelingTournamentModifier and TypeMethodDescriptionList<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 TravelingTournamentModifier and TypeMethodDescriptionList<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 TravelingTournamentModifier and TypeMethodDescriptionbooleanInverseMatchSwapMoveFilter.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 TravelingTournamentModifier and TypeMethodDescriptionvoidTravelingTournamentPanel.resetPanel(TravelingTournament travelingTournament)