|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gridsim.Machine
A class representing a Machine of a Grid Resource. It can contain one or more PEs.
Constructor Summary | |
Machine(int id,
gridsim.PEList PEs)
|
Method Summary | |
int |
ByteSize()
|
int |
GetID()
|
int |
GetMIPSRating()
|
gridsim.PEList |
GetPEs()
|
int |
GetSize()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Machine(int id, gridsim.PEList PEs)
Method Detail |
public int GetID()
public int GetSize()
public gridsim.PEList GetPEs()
public int GetMIPSRating()
public int ByteSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |