|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--gridsim.Machine
GridSim Machine class represents an uniprocessor or shared memory multiprocessor machine. It can contain one or more Processing Elements (PEs).
Constructor Summary | |
Machine(int id,
PEList list)
Allocates a new Machine object |
Method Summary | |
int |
ByteSize()
Deprecated. As of GridSim 2.1, replaced by getByteSize() |
int |
getByteSize()
Gets the byte size of this class |
int |
GetID()
Deprecated. As of GridSim 2.1, replaced by getMachineID() |
int |
getMachineID()
Gets the machine ID |
int |
getMIPSRating()
Gets the Millions Instruction Per Second (MIPS) Rating. |
int |
GetMIPSRating()
Deprecated. As of GridSim 2.1, replaced by getMIPSRating() |
PEList |
getPEList()
Gets the linked-list of all PEs |
PEList |
GetPEs()
Deprecated. As of GridSim 2.1, replaced by getPEList() |
int |
getSize()
Gets the number of PEs |
int |
GetSize()
Deprecated. As of GridSim 2.1, replaced by getSize() |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Machine(int id, PEList list)
id
- the machine IDlist
- list of PEsMethod Detail |
public int GetID()
getMachineID()
public int getMachineID()
public int GetSize()
getSize()
public int getSize()
public PEList GetPEs()
getPEList()
PEList
public PEList getPEList()
PEList
public int GetMIPSRating()
getMIPSRating()
public int getMIPSRating()
public int ByteSize()
getByteSize()
public int getByteSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |