public class CloudBalance extends AbstractPersistable implements org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>
id
Constructor and Description |
---|
CloudBalance() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<CloudComputer> |
getComputerList() |
Collection<? extends Object> |
getProblemFacts() |
List<CloudProcess> |
getProcessList() |
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore |
getScore() |
int |
hashCode() |
void |
setComputerList(List<CloudComputer> computerList) |
void |
setProcessList(List<CloudProcess> processList) |
void |
setScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score) |
compareTo, getId, setId, toString
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()
getScore
in interface org.optaplanner.core.impl.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.impl.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>
public Collection<? extends Object> getProblemFacts()
getProblemFacts
in interface org.optaplanner.core.impl.solution.Solution<org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.