B C G I N O R T W

B

BehaviorIndication - Interface in nodenet
An interface to supply graphical information about a NodeBehavior

C

ChannelDisabledException - Exception in nodenet
Indicates that an input or output was disabled.
ChannelDisabledException() - Constructor for exception nodenet.ChannelDisabledException
Creates a new instance of ChannelDisabledException
ChannelDisabledException(String) - Constructor for exception nodenet.ChannelDisabledException
 
ChannelEmptyException - Exception in nodenet
Indicates that there were no packets to read from an InputChannel.
ChannelEmptyException() - Constructor for exception nodenet.ChannelEmptyException
Creates a new instance of ChannelEmptyException
ChannelEmptyException(String) - Constructor for exception nodenet.ChannelEmptyException
 
ChannelFullException - Exception in nodenet
Indicates that there was no room to write a packet on an OutputChannel.
ChannelFullException() - Constructor for exception nodenet.ChannelFullException
Creates a new instance of ChannelFullException
ChannelFullException(String) - Constructor for exception nodenet.ChannelFullException
 

G

getIndicator() - Method in interface nodenet.BehaviorIndication
Gets a very short string to be drawn near the node with this behavior.
getPaint() - Method in interface nodenet.BehaviorIndication
Gets the color to paint a node with this behavior.

I

InputChannel - Interface in nodenet
The portion of a channel that enters a Node.
InputChannelList - Class in nodenet
A List of InputChannel.
InputChannelList() - Constructor for class nodenet.InputChannelList
 

N

NodeBehavior - Interface in nodenet
Describes a node's behavior in transmitting a packet from one of several inputs to one of several outputs.
nodenet - package nodenet
 

O

OutputChannel - Interface in nodenet
The portion of a channel that exits a node.
OutputChannelList - Class in nodenet
A List of OutputChannel.
OutputChannelList() - Constructor for class nodenet.OutputChannelList
 

R

readPacket() - Method in interface nodenet.InputChannel
Gets a single packet from a channel.
reset() - Method in interface nodenet.BehaviorIndication
Tells the indicator to reset itself.

T

transmitPacket(InputChannelList, OutputChannelList) - Method in interface nodenet.NodeBehavior
Transmits at most a single packet from one of the inputs to one of the outputs.

W

writePacket(Object) - Method in interface nodenet.OutputChannel
Places a single packet on a channel.

B C G I N O R T W