Uses of Class
org.optaplanner.examples.cloudbalancing.domain.CloudComputer
-
-
Uses of CloudComputer in org.optaplanner.examples.cloudbalancing.domain
Methods in org.optaplanner.examples.cloudbalancing.domain that return CloudComputer Modifier and Type Method Description CloudComputerCloudProcess. getComputer()Methods in org.optaplanner.examples.cloudbalancing.domain that return types with arguments of type CloudComputer Modifier and Type Method Description List<CloudComputer>CloudBalance. getComputerList()Methods in org.optaplanner.examples.cloudbalancing.domain with parameters of type CloudComputer Modifier and Type Method Description voidCloudProcess. setComputer(CloudComputer computer)Method parameters in org.optaplanner.examples.cloudbalancing.domain with type arguments of type CloudComputer Modifier and Type Method Description voidCloudBalance. setComputerList(List<CloudComputer> computerList)Constructor parameters in org.optaplanner.examples.cloudbalancing.domain with type arguments of type CloudComputer Constructor Description CloudBalance(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 CloudComputer Modifier and Type Method Description intCloudComputerStrengthComparator. 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 CloudComputer Constructor Description CloudComputerChangeMove(CloudProcess cloudProcess, CloudComputer toCloudComputer) -
Uses of CloudComputer in org.optaplanner.examples.cloudbalancing.persistence
Methods in org.optaplanner.examples.cloudbalancing.persistence that return CloudComputer Modifier and Type Method Description CloudComputerCloudBalancingGenerator. generateComputerWithoutId() -
Uses of CloudComputer in org.optaplanner.examples.cloudbalancing.swingui
Methods in org.optaplanner.examples.cloudbalancing.swingui that return CloudComputer Modifier and Type Method Description CloudComputerCloudComputerPanel. getComputer()Methods in org.optaplanner.examples.cloudbalancing.swingui with parameters of type CloudComputer Modifier and Type Method Description voidCloudBalancingPanel. addComputer(CloudComputer computer)voidCloudBalancingPanel. deleteComputer(CloudComputer computer)Constructors in org.optaplanner.examples.cloudbalancing.swingui with parameters of type CloudComputer Constructor Description CloudComputerPanel(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 CloudComputer Constructor Description AddComputerProblemFactChange(CloudComputer computer)DeleteComputerProblemFactChange(CloudComputer computer)
-