Package flowsim.core

Interface Summary
DataTransfer  
DataTransferMonitor  
Event An event in flowsim is a command to be executed.
EventQueue  
FCBEFlow Flow with flow control such as TCP.
Flow A flow simulates a stream of data packets in the network.
FlowMonitor  
Link A link object simulates the physical behaviour of a real-link.
LinkFactory  
LinkManager Admission Control/Queuing for a Link.
LinkManagerFactory  
LinkManagerMonitor  
LinkMonitor  
Message High-level message, normally transported by a Packet.
Node A node consists of an id/name, interfaces and services on its ports.
NodeChooser  
NodeListener  
NodeMonitor  
Packet Simulation of a single packet with a flow.
QoSUnicastFlow  
RoutedFlow Interface implemented by flows which can be routed by Routers.
Router  
RouterFactory  
Service Entity which receives messages on a specific port-number of a node.
ServiceFactory  
UnicastFlow  
UnicastFlowFactory  
 

Class Summary
DataTransferImpl  
EventQueueElement  
FairLinkManager  
FCBEFlowImpl Flow with flow control such as TCP.
FixedDelayLink  
FlowImpl  
LinkImpl  
LinkManagerDebug  
LinkManagerImpl  
LinkManagerNamLogger  
Logger  
NextHopFlow UnicastFlow special case which is not routed and which goes only from a source to one of it's neighbours.
NextHopPacket  
NodeImpl  
QoSUnicastFlowImpl  
RoutedFlowImpl  
RouterImpl  
Scheduler  
SimpleLinkManager Simple link manager which does recognise two type of classes: best-effort and non-best-effort.
Simulator A Simulator object does contain all the services which are needed globally by every element such as the scheduler.
TestSched  
Topology  
TotalBandwidthMonitor  
TrafficGenerator  
UnicastFlowImpl  
 

Exception Summary
FlowBlockedException