Package nodenet

Interface Summary
BehaviorIndication An interface to supply graphical information about a NodeBehavior
InputChannel The portion of a channel that enters a Node.
NodeBehavior Describes a node's behavior in transmitting a packet from one of several inputs to one of several outputs.
OutputChannel The portion of a channel that exits a node.
 

Class Summary
InputChannelList A List of InputChannel.
OutputChannelList A List of OutputChannel.
 

Exception Summary
ChannelDisabledException Indicates that an input or output was disabled.
ChannelEmptyException Indicates that there were no packets to read from an InputChannel.
ChannelFullException Indicates that there was no room to write a packet on an OutputChannel.