|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.datastructure.osentity.HardwareInfo
public class HardwareInfo
A data structure class that corresponds to an xml element in the OSeL schema.
Field Summary | |
---|---|
double |
busSpeed
|
int |
cpuNumber
|
double |
cpuSpeed
|
double |
diskSpace
|
double |
downloadSpeed
|
double |
memorySize
|
double |
nicSpeed
|
double |
uploadSpeed
|
Constructor Summary | |
---|---|
HardwareInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int cpuNumber
public double cpuSpeed
public double memorySize
public double busSpeed
public double diskSpace
public double nicSpeed
public double downloadSpeed
public double uploadSpeed
Constructor Detail |
---|
public HardwareInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |