Uses of Class
org.optaplanner.examples.cheaptime.domain.CheapTimeSolution
-
-
Uses of CheapTimeSolution in org.optaplanner.examples.cheaptime.app
Methods in org.optaplanner.examples.cheaptime.app that return types with arguments of type CheapTimeSolution Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<CheapTimeSolution>CheapTimeApp. createSolutionFileIO() -
Uses of CheapTimeSolution in org.optaplanner.examples.cheaptime.domain
Methods in org.optaplanner.examples.cheaptime.domain that return CheapTimeSolution Modifier and Type Method Description CheapTimeSolutionCheapTimeSolution. getCheapTimeSolution() -
Uses of CheapTimeSolution in org.optaplanner.examples.cheaptime.optional.score
Methods in org.optaplanner.examples.cheaptime.optional.score with parameters of type CheapTimeSolution Modifier and Type Method Description org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScoreCheapTimeEasyScoreCalculator. calculateScore(CheapTimeSolution solution) -
Uses of CheapTimeSolution in org.optaplanner.examples.cheaptime.optional.solver.move
Method parameters in org.optaplanner.examples.cheaptime.optional.solver.move with type arguments of type CheapTimeSolution Modifier and Type Method Description CheapTimePillarSlideMoveCheapTimePillarSlideMove. createUndoMove(org.optaplanner.core.api.score.director.ScoreDirector<CheapTimeSolution> scoreDirector)protected voidCheapTimePillarSlideMove. doMoveOnGenuineVariables(org.optaplanner.core.api.score.director.ScoreDirector<CheapTimeSolution> scoreDirector)booleanCheapTimePillarSlideMove. isMoveDoable(org.optaplanner.core.api.score.director.ScoreDirector<CheapTimeSolution> scoreDirector)CheapTimePillarSlideMoveCheapTimePillarSlideMove. rebase(org.optaplanner.core.api.score.director.ScoreDirector<CheapTimeSolution> destinationScoreDirector) -
Uses of CheapTimeSolution in org.optaplanner.examples.cheaptime.optional.solver.move.factory
Method parameters in org.optaplanner.examples.cheaptime.optional.solver.move.factory with type arguments of type CheapTimeSolution Modifier and Type Method Description Iterator<CheapTimePillarSlideMove>CheapTimePillarSlideMoveIteratorFactory. createOriginalMoveIterator(org.optaplanner.core.api.score.director.ScoreDirector<CheapTimeSolution> scoreDirector)CheapTimePillarSlideMoveIteratorFactory.RandomCheapTimePillarSlideMoveIteratorCheapTimePillarSlideMoveIteratorFactory. createRandomMoveIterator(org.optaplanner.core.api.score.director.ScoreDirector<CheapTimeSolution> scoreDirector, Random workingRandom)longCheapTimePillarSlideMoveIteratorFactory. getSize(org.optaplanner.core.api.score.director.ScoreDirector<CheapTimeSolution> scoreDirector) -
Uses of CheapTimeSolution in org.optaplanner.examples.cheaptime.persistence
Methods in org.optaplanner.examples.cheaptime.persistence that return CheapTimeSolution Modifier and Type Method Description CheapTimeSolutionCheapTimeSolutionFileIO. read(File inputSolutionFile)CheapTimeSolutionCheapTimeImporter.CheapTimeInputBuilder.ForecastInputBuilder. readSolution()CheapTimeSolutionCheapTimeImporter.CheapTimeInputBuilder. readSolution()CheapTimeSolutionCheapTimeImporter. readSolution(File inputFile)Methods in org.optaplanner.examples.cheaptime.persistence that return types with arguments of type CheapTimeSolution Modifier and Type Method Description AbstractTxtSolutionImporter.TxtInputBuilder<CheapTimeSolution>CheapTimeImporter. createTxtInputBuilder()AbstractTxtSolutionExporter.TxtOutputBuilder<CheapTimeSolution>CheapTimeExporter. createTxtOutputBuilder()Methods in org.optaplanner.examples.cheaptime.persistence with parameters of type CheapTimeSolution Modifier and Type Method Description voidCheapTimeSolutionFileIO. write(CheapTimeSolution solution, File outputSolutionFile) -
Uses of CheapTimeSolution in org.optaplanner.examples.cheaptime.score
Methods in org.optaplanner.examples.cheaptime.score with parameters of type CheapTimeSolution Modifier and Type Method Description voidCheapTimeIncrementalScoreCalculator. resetWorkingSolution(CheapTimeSolution solution)voidCheapTimeIncrementalScoreCalculator. resetWorkingSolution(CheapTimeSolution workingSolution, boolean constraintMatchEnabled) -
Uses of CheapTimeSolution in org.optaplanner.examples.cheaptime.swingui
Methods in org.optaplanner.examples.cheaptime.swingui with parameters of type CheapTimeSolution Modifier and Type Method Description voidCheapTimePanel. resetPanel(CheapTimeSolution solution)
-