org.optaplanner.examples.cloudbalancing.domain
public class CloudComputer extends AbstractPersistable
id
Constructor and Description |
---|
CloudComputer() |
Modifier and Type | Method and Description |
---|---|
int |
getCost() |
int |
getCpuPower() |
String |
getLabel() |
int |
getMemory() |
int |
getMultiplicand() |
int |
getNetworkBandwidth() |
void |
setCost(int cost) |
void |
setCpuPower(int cpuPower) |
void |
setMemory(int memory) |
void |
setNetworkBandwidth(int networkBandwidth) |
compareTo, getId, setId, toString
public int getCpuPower()
public void setCpuPower(int cpuPower)
public int getMemory()
public void setMemory(int memory)
public int getNetworkBandwidth()
public void setNetworkBandwidth(int networkBandwidth)
public int getCost()
public void setCost(int cost)
public int getMultiplicand()
public String getLabel()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.