gridsim
Class PEList

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.AbstractSequentialList
                    |
                    +--java.util.LinkedList
                          |
                          +--gridsim.PEList

public class PEList
extends LinkedList

A list of Processing Elements.


Constructor Summary
PEList()
           

Method Summary
 intByteSize()
           
 intGetMIPSRating(int id)
           

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

PEList

public PEList()
Method Detail

ByteSize

public int ByteSize()

GetMIPSRating

public int GetMIPSRating(int id)