Serialized Form


Package nodeNet

Class nodeNet.Channel implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Custom de-serialization. Get NodeBehavior & color, then start Thread.

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Custom de-serialization. Get NodeBehavior & color, then start Thread.
Serialized Fields

capacity

int capacity

destroyed

boolean destroyed

enabled

boolean enabled

full

boolean full

latency

int latency

name

java.lang.String name

numberQueueObjects

int numberQueueObjects

p1

java.awt.Point p1

p2

java.awt.Point p2

poly1

java.awt.Polygon poly1

poly2

java.awt.Polygon poly2

startNode

Node startNode

stopNode

Node stopNode

x_diff

int x_diff

y_diff

int y_diff

Class nodeNet.ChannelDisabledException implements Serializable

Class nodeNet.ChannelEmptyException implements Serializable

Class nodeNet.ChannelFullException implements Serializable

Class nodeNet.ControlPanel implements Serializable

Serialized Fields

bg

javax.swing.ButtonGroup bg

buttons

java.util.Vector buttons

count

int count
Current number of radio buttons.

dummy

javax.swing.JRadioButton dummy

hackFlag

boolean hackFlag

savedButton

javax.swing.JRadioButton savedButton

Class nodeNet.IsInsideNothingException implements Serializable

Class nodeNet.Main implements Serializable

Serialized Fields

me

NodeNetFrame me

Class nodeNet.Node implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Custom de-serialization. Get NodeBehavior & color, then start Thread.
Serialized Fields

count

boolean count

destroyed

boolean destroyed

enabled

boolean enabled

inputChannels

InputChannelVector inputChannels

myBehaviorStr

java.lang.String myBehaviorStr

name

java.lang.String name

outputChannels

OutputChannelVector outputChannels

pos

java.awt.Point pos

stopped

boolean stopped

Class nodeNet.NodeNetFrame implements Serializable

Serialized Fields

cp

ControlPanel cp

jsp

javax.swing.JSplitPane jsp

sp

nodeNet.SimulationPanel sp

Class nodeNet.SameNodeException implements Serializable