flowsim.dv
Interface DVRouter

All Known Implementing Classes:
DVRouterImpl

public abstract interface DVRouter
extends Router


Method Summary
 void debug_table()
           
 void receive_update(Node from, DVTable t)
           
 
Methods inherited from interface flowsim.core.Router
route
 
Methods inherited from interface flowsim.core.Service
get_node, get_port
 

Method Detail

receive_update

public void receive_update(Node from,
                           DVTable t)

debug_table

public void debug_table()