flowsim.core
Interface Router

All Known Subinterfaces:
DVRouter
All Known Implementing Classes:
RouterImpl, SLATRouter

public abstract interface Router
extends Service


Method Summary
 void route(Flow flow)
          route flow 'flow' by calling flow.forward with the approptiate LinkManager (interface)
 
Methods inherited from interface flowsim.core.Service
get_node, get_port
 

Method Detail

route

public void route(Flow flow)
route flow 'flow' by calling flow.forward with the approptiate LinkManager (interface)