org.drools.planner.examples.cloudbalancing.domain
Class CloudComputer
java.lang.Object
org.drools.planner.examples.common.domain.AbstractPersistable
org.drools.planner.examples.cloudbalancing.domain.CloudComputer
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class CloudComputer
- extends AbstractPersistable
- See Also:
- Serialized Form
CloudComputer
public CloudComputer()
getCpuPower
public int getCpuPower()
setCpuPower
public void setCpuPower(int cpuPower)
getMemory
public int getMemory()
setMemory
public void setMemory(int memory)
getNetworkBandwidth
public int getNetworkBandwidth()
setNetworkBandwidth
public void setNetworkBandwidth(int networkBandwidth)
getCost
public int getCost()
setCost
public void setCost(int cost)
getMultiplicand
public int getMultiplicand()
getLabel
public String getLabel()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.