public class CloudBalance extends AbstractPersistable
id
Constructor and Description |
---|
CloudBalance() |
Modifier and Type | Method and Description |
---|---|
List<CloudComputer> |
getComputerList() |
List<CloudProcess> |
getProcessList() |
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore |
getScore() |
void |
setComputerList(List<CloudComputer> computerList) |
void |
setProcessList(List<CloudProcess> processList) |
void |
setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score) |
public List<CloudComputer> getComputerList()
public void setComputerList(List<CloudComputer> computerList)
public List<CloudProcess> getProcessList()
public void setProcessList(List<CloudProcess> processList)
public org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore getScore()
public void setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.