java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.cloudbalancing.domain.CloudBalance

public class CloudBalance extends AbstractPersistable
  • Constructor Details

  • Method Details

    • 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)