public class CloudBalance extends AbstractPersistable
id| Constructor and Description |
|---|
CloudBalance() |
CloudBalance(long id,
List<CloudComputer> computerList,
List<CloudProcess> processList) |
| 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) |
compareTo, getId, setId, toStringpublic CloudBalance()
public CloudBalance(long id,
List<CloudComputer> computerList,
List<CloudProcess> processList)
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 © 2006–2018 JBoss by Red Hat. All rights reserved.