Package org.hobbit.core.data
Class HardwareConstraints
java.lang.Object
org.hobbit.core.data.HardwareConstraints
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
iri
-
label
-
ram
protected long ram -
cpus
protected int cpus
-
-
Constructor Details
-
HardwareConstraints
public HardwareConstraints()
-
-
Method Details
-
getIri
- Returns:
- the iri
-
setIri
- Parameters:
iri- the iri to set
-
getLabel
- Returns:
- the label
-
setLabel
- Parameters:
label- the label to set
-
getRam
public long getRam()- Returns:
- the ram
-
setRam
public void setRam(long ram) - Parameters:
ram- the ram to set
-
getCpus
public int getCpus()- Returns:
- the cpus
-
setCpus
public void setCpus(int cpus) - Parameters:
cpus- the cpus to set
-