Uses of Class
org.optaplanner.examples.cloudbalancing.domain.CloudComputer
Packages that use CloudComputer
Package
Description
-
Uses of CloudComputer in org.optaplanner.examples.cloudbalancing.domain
Methods in org.optaplanner.examples.cloudbalancing.domain that return CloudComputerMethods in org.optaplanner.examples.cloudbalancing.domain that return types with arguments of type CloudComputerMethods in org.optaplanner.examples.cloudbalancing.domain with parameters of type CloudComputerMethod parameters in org.optaplanner.examples.cloudbalancing.domain with type arguments of type CloudComputerModifier and TypeMethodDescriptionvoidCloudBalance.setComputerList(List<CloudComputer> computerList) Constructor parameters in org.optaplanner.examples.cloudbalancing.domain with type arguments of type CloudComputerModifierConstructorDescriptionCloudBalance(long id, List<CloudComputer> computerList, List<CloudProcess> processList) -
Uses of CloudComputer in org.optaplanner.examples.cloudbalancing.domain.solver
Methods in org.optaplanner.examples.cloudbalancing.domain.solver with parameters of type CloudComputerModifier and TypeMethodDescriptionintCloudComputerStrengthComparator.compare(CloudComputer a, CloudComputer b) -
Uses of CloudComputer in org.optaplanner.examples.cloudbalancing.optional.solver.move
Constructors in org.optaplanner.examples.cloudbalancing.optional.solver.move with parameters of type CloudComputerModifierConstructorDescriptionCloudComputerChangeMove(CloudProcess cloudProcess, CloudComputer toCloudComputer) -
Uses of CloudComputer in org.optaplanner.examples.cloudbalancing.persistence
Methods in org.optaplanner.examples.cloudbalancing.persistence that return CloudComputer -
Uses of CloudComputer in org.optaplanner.examples.cloudbalancing.swingui
Methods in org.optaplanner.examples.cloudbalancing.swingui that return CloudComputerMethods in org.optaplanner.examples.cloudbalancing.swingui with parameters of type CloudComputerModifier and TypeMethodDescriptionvoidCloudBalancingPanel.deleteComputer(CloudComputer computer) Method parameters in org.optaplanner.examples.cloudbalancing.swingui with type arguments of type CloudComputerModifier and TypeMethodDescriptionvoidCloudBalancingPanel.addComputer(LongFunction<CloudComputer> computerGenerator) Constructors in org.optaplanner.examples.cloudbalancing.swingui with parameters of type CloudComputerModifierConstructorDescriptionCloudComputerPanel(CloudBalancingPanel cloudBalancingPanel, CloudComputer computer) -
Uses of CloudComputer in org.optaplanner.examples.cloudbalancing.swingui.realtime
Constructors in org.optaplanner.examples.cloudbalancing.swingui.realtime with parameters of type CloudComputerConstructor parameters in org.optaplanner.examples.cloudbalancing.swingui.realtime with type arguments of type CloudComputer