| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.AbstractSequentialList
|
+--java.util.LinkedList
|
+--gridsim.MachineList
A list of machines that can become a grid resource.,
| Constructor Summary | |
MachineList() | |
| Method Summary | |
int | ByteSize() |
Machine | GetMachine(int id) |
int | GetNoOfPEs() |
| Methods inherited from class java.util.LinkedList |
getFirst, getLast, removeFirst, removeLast, addFirst, addLast, contains, size, add, remove, addAll, addAll, clear, get, set, add, remove, indexOf, lastIndexOf, listIterator, clone, toArray, toArray |
| Methods inherited from class java.util.AbstractSequentialList |
iterator |
| Methods inherited from class java.util.AbstractList |
listIterator, subList, equals, hashCode |
| Methods inherited from class java.util.AbstractCollection |
isEmpty, containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MachineList()
| Method Detail |
public int ByteSize()
public Machine GetMachine(int id)
public int GetNoOfPEs()
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||