Uses of Class
org.optaplanner.examples.investment.domain.InvestmentSolution
-
-
Uses of InvestmentSolution in org.optaplanner.examples.investment.app
Methods in org.optaplanner.examples.investment.app that return types with arguments of type InvestmentSolution Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<InvestmentSolution>InvestmentApp. createSolutionFileIO() -
Uses of InvestmentSolution in org.optaplanner.examples.investment.optional.score
Methods in org.optaplanner.examples.investment.optional.score with parameters of type InvestmentSolution Modifier and Type Method Description org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScoreInvestmentEasyScoreCalculator. calculateScore(InvestmentSolution solution)voidInvestmentIncrementalScoreCalculator. resetWorkingSolution(InvestmentSolution solution) -
Uses of InvestmentSolution in org.optaplanner.examples.investment.persistence
Methods in org.optaplanner.examples.investment.persistence that return InvestmentSolution Modifier and Type Method Description InvestmentSolutionInvestmentImporter.InvestmentAllocationInputBuilder. readSolution()Methods in org.optaplanner.examples.investment.persistence that return types with arguments of type InvestmentSolution Modifier and Type Method Description AbstractXlsxSolutionImporter.XlsxInputBuilder<InvestmentSolution>InvestmentImporter. createXlsxInputBuilder() -
Uses of InvestmentSolution in org.optaplanner.examples.investment.solver.move
Method parameters in org.optaplanner.examples.investment.solver.move with type arguments of type InvestmentSolution Modifier and Type Method Description InvestmentQuantityTransferMoveInvestmentQuantityTransferMove. createUndoMove(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector)protected voidInvestmentQuantityTransferMove. doMoveOnGenuineVariables(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector)booleanInvestmentQuantityTransferMove. isMoveDoable(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector)InvestmentQuantityTransferMoveInvestmentQuantityTransferMove. rebase(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> destinationScoreDirector) -
Uses of InvestmentSolution in org.optaplanner.examples.investment.solver.move.factory
Methods in org.optaplanner.examples.investment.solver.move.factory that return types with arguments of type InvestmentSolution Modifier and Type Method Description Iterator<org.optaplanner.core.impl.heuristic.move.Move<InvestmentSolution>>InvestmentBiQuantityTransferMoveIteratorFactory. createOriginalMoveIterator(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector)Iterator<org.optaplanner.core.impl.heuristic.move.Move<InvestmentSolution>>InvestmentBiQuantityTransferMoveIteratorFactory. createRandomMoveIterator(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector, Random workingRandom)Method parameters in org.optaplanner.examples.investment.solver.move.factory with type arguments of type InvestmentSolution Modifier and Type Method Description Iterator<org.optaplanner.core.impl.heuristic.move.Move<InvestmentSolution>>InvestmentBiQuantityTransferMoveIteratorFactory. createOriginalMoveIterator(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector)Iterator<InvestmentQuantityTransferMove>InvestmentQuantityTransferMoveIteratorFactory. createOriginalMoveIterator(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector)Iterator<org.optaplanner.core.impl.heuristic.move.Move<InvestmentSolution>>InvestmentBiQuantityTransferMoveIteratorFactory. createRandomMoveIterator(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector, Random workingRandom)InvestmentQuantityTransferMoveIteratorFactory.RandomInvestmentQuantityTransferMoveIteratorInvestmentQuantityTransferMoveIteratorFactory. createRandomMoveIterator(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector, Random workingRandom)longInvestmentBiQuantityTransferMoveIteratorFactory. getSize(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector)longInvestmentQuantityTransferMoveIteratorFactory. getSize(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector) -
Uses of InvestmentSolution in org.optaplanner.examples.investment.solver.solution.initializer
Method parameters in org.optaplanner.examples.investment.solver.solution.initializer with type arguments of type InvestmentSolution Modifier and Type Method Description voidInvestmentAllocationSolutionInitializer. changeWorkingSolution(org.optaplanner.core.api.score.director.ScoreDirector<InvestmentSolution> scoreDirector) -
Uses of InvestmentSolution in org.optaplanner.examples.investment.swingui
Methods in org.optaplanner.examples.investment.swingui with parameters of type InvestmentSolution Modifier and Type Method Description voidInvestmentPanel. resetPanel(InvestmentSolution solution)
-