public class CloudProcess extends AbstractPersistable
id
Constructor and Description |
---|
CloudProcess() |
Modifier and Type | Method and Description |
---|---|
CloudComputer |
getComputer() |
String |
getLabel() |
int |
getRequiredCpuPower() |
int |
getRequiredMemory() |
int |
getRequiredMultiplicand() |
int |
getRequiredNetworkBandwidth() |
void |
setComputer(CloudComputer computer) |
void |
setRequiredCpuPower(int requiredCpuPower) |
void |
setRequiredMemory(int requiredMemory) |
void |
setRequiredNetworkBandwidth(int requiredNetworkBandwidth) |
boolean |
solutionEquals(Object o)
The normal methods
Object.equals(Object) and Object.hashCode() cannot be used because the rule engine already
requires them (for performance in their original state). |
int |
solutionHashCode()
The normal methods
Object.equals(Object) and Object.hashCode() cannot be used because the rule engine already
requires them (for performance in their original state). |
String |
toString() |
compareTo, getId, setId
public int getRequiredCpuPower()
public void setRequiredCpuPower(int requiredCpuPower)
public int getRequiredMemory()
public void setRequiredMemory(int requiredMemory)
public int getRequiredNetworkBandwidth()
public void setRequiredNetworkBandwidth(int requiredNetworkBandwidth)
public CloudComputer getComputer()
public void setComputer(CloudComputer computer)
public int getRequiredMultiplicand()
public String getLabel()
public boolean solutionEquals(Object o)
Object.equals(Object)
and Object.hashCode()
cannot be used because the rule engine already
requires them (for performance in their original state).solutionHashCode()
public int solutionHashCode()
Object.equals(Object)
and Object.hashCode()
cannot be used because the rule engine already
requires them (for performance in their original state).solutionEquals(Object)
public String toString()
toString
in class AbstractPersistable
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.