GridSim 5.0 beta

Serialized Form


Package gridsim

Class GridletList extends LinkedList<Gridlet> implements Serializable

serialVersionUID: -8384130571519277068L

Class MachineList extends LinkedList<Machine> implements Serializable

Class ParameterException extends Exception implements Serializable

Serialized Fields

message_

String message_

Class PEList extends LinkedList<PE> implements Serializable

Class ResGridletList extends LinkedList<ResGridlet> implements Serializable

Class ResourceUserList extends LinkedList implements Serializable


Package gridsim.net.fnb

Class FnbWhiteList extends ArrayList implements Serializable


Package gridsim.parallel

Class SSGridletList extends ArrayList<SSGridlet> implements Serializable

serialVersionUID: 359945406929364483L


Package gridsim.parallel.gui

Class AbstractVisualizer extends JFrame implements Serializable

serialVersionUID: -7168310225568665130L

Serialized Fields

slowMotionMode

boolean slowMotionMode

stepByStepMode

boolean stepByStepMode

Class JobTypePanel extends JPanel implements Serializable

serialVersionUID: 2840147863520739914L

Serialized Fields

cQueued

Color[] cQueued

cDone

Color[] cDone

cInExec

Color[] cInExec

cARNonComm

Color[] cARNonComm

cARComm

Color[] cARComm

cARExec

Color[] cARExec

Class ParallelVisualizer extends AbstractVisualizer implements Serializable

serialVersionUID: 2059324063853260682L

Serialized Fields

btStep

JButton btStep

btRun

JButton btRun

btSlowMotion

JButton btSlowMotion

btChangePause

JButton btChangePause

tfRunUntil

JTextField tfRunUntil

status

JLabel status

jlResource

JList jlResource

jlResourceInfo

JTextArea jlResourceInfo

simThread

Thread simThread

executeAtEnd

Runnable executeAtEnd

firstClick

boolean firstClick

resourceWindows

HashMap<K,V> resourceWindows

resources

ArrayList<E> resources

Class ResourceWindow extends JFrame implements Serializable

serialVersionUID: 4453814344309889376L

Serialized Fields

numPE

int numPE

sliderX

JSlider sliderX

sliderY

JSlider sliderY

btSecond

JRadioButtonMenuItem btSecond

btMinute

JRadioButtonMenuItem btMinute

btHour

JRadioButtonMenuItem btHour

drawID_

boolean drawID_

autoScroll_

boolean autoScroll_

animate_

boolean animate_

showPartition_

boolean showPartition_

btSetSdWindowSize

JButton btSetSdWindowSize

fdSdWindowSize

JTextField fdSdWindowSize

slidingWindowSize

double slidingWindowSize

pnLeft

JComponent pnLeft

sclGraph

JScrollPane sclGraph

pnGraph

ResourceWindow.GraphPanel pnGraph

currentTime

double currentTime

pnItem

ResourceWindow.ItemPanel pnItem

pnColor

JobTypePanel pnColor

scheduledItems

ArrayList<E> scheduledItems

timeUnit

int timeUnit

Package gridsim.parallel.profile

Class LinkedTreeMap extends Object implements Serializable

serialVersionUID: 919286545866124006L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the TreeMap instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the TreeMap instance to a stream (i.e., serialize it).

Serial Data:
The size of the TreeMap (the number of key-value mappings) is emitted (int), followed by the key (Object) and value (Object) for each key-value mapping represented by the TreeMap. The key-value mappings are emitted in key-order (as determined by the TreeMap's Comparator, or by the keys' natural ordering if the TreeMap has no Comparator).
Throws:
IOException
Serialized Fields

comparator

Comparator<T> comparator
The Comparator used to maintain order in this TreeMap, or null if this TreeMap uses its elements natural ordering.

 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009