Class CloudBalance
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.cloudbalancing.domain.CloudBalance
-
public class CloudBalance extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description CloudBalance()CloudBalance(long id, List<CloudComputer> computerList, List<CloudProcess> processList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CloudComputer>getComputerList()List<CloudProcess>getProcessList()org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScoregetScore()voidsetComputerList(List<CloudComputer> computerList)voidsetProcessList(List<CloudProcess> processList)voidsetScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
-
-
-
Constructor Detail
-
CloudBalance
public CloudBalance()
-
CloudBalance
public CloudBalance(long id, List<CloudComputer> computerList, List<CloudProcess> processList)
-
-
Method Detail
-
getComputerList
public List<CloudComputer> getComputerList()
-
setComputerList
public void setComputerList(List<CloudComputer> computerList)
-
getProcessList
public List<CloudProcess> getProcessList()
-
setProcessList
public void setProcessList(List<CloudProcess> processList)
-
getScore
public org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore getScore()
-
setScore
public void setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)
-
-