Class CloudBalance
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.cloudbalancing.domain.CloudBalance
-
Field Summary
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id -
Constructor Summary
ConstructorsConstructorDescriptionCloudBalance(long id, List<CloudComputer> computerList, List<CloudProcess> processList) -
Method Summary
Modifier and TypeMethodDescriptionorg.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 Details
-
CloudBalance
-
-
Method Details
-
getComputerList
-
setComputerList
-
getProcessList
-
setProcessList
-
getScore
public org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore getScore() -
setScore
public void setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)
-