public class CloudBalance extends AbstractPersistable implements org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>
id| Constructor and Description |
|---|
CloudBalance() |
| Modifier and Type | Method and Description |
|---|---|
List<CloudComputer> |
getComputerList() |
Collection<? extends Object> |
getProblemFacts() |
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 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()
getScore in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>public void setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)
setScore in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>public Collection<? extends Object> getProblemFacts()
getProblemFacts in interface org.optaplanner.core.api.domain.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.