Uses of Class
org.optaplanner.examples.dinnerparty.domain.DinnerParty
-
-
Uses of DinnerParty in org.optaplanner.examples.dinnerparty.app
Methods in org.optaplanner.examples.dinnerparty.app that return types with arguments of type DinnerParty Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<DinnerParty>DinnerPartyApp. createSolutionFileIO() -
Uses of DinnerParty in org.optaplanner.examples.dinnerparty.persistence
Methods in org.optaplanner.examples.dinnerparty.persistence that return DinnerParty Modifier and Type Method Description DinnerPartyDinnerPartyImporter.DinnerPartyInputBuilder. readSolution()Methods in org.optaplanner.examples.dinnerparty.persistence that return types with arguments of type DinnerParty Modifier and Type Method Description AbstractTxtSolutionImporter.TxtInputBuilder<DinnerParty>DinnerPartyImporter. createTxtInputBuilder() -
Uses of DinnerParty in org.optaplanner.examples.dinnerparty.solver.move
Method parameters in org.optaplanner.examples.dinnerparty.solver.move with type arguments of type DinnerParty Modifier and Type Method Description booleanDifferentGenderSwapMoveFilter. accept(org.optaplanner.core.impl.score.director.ScoreDirector<DinnerParty> scoreDirector, org.optaplanner.core.impl.heuristic.selector.move.generic.SwapMove move) -
Uses of DinnerParty in org.optaplanner.examples.dinnerparty.solver.solution.initializer
Method parameters in org.optaplanner.examples.dinnerparty.solver.solution.initializer with type arguments of type DinnerParty Modifier and Type Method Description voidDinnerPartySolutionInitializer. changeWorkingSolution(org.optaplanner.core.impl.score.director.ScoreDirector<DinnerParty> scoreDirector) -
Uses of DinnerParty in org.optaplanner.examples.dinnerparty.swingui
Methods in org.optaplanner.examples.dinnerparty.swingui with parameters of type DinnerParty Modifier and Type Method Description voidDinnerPartyPanel. resetPanel(DinnerParty dinnerParty)
-