urv.olsr.data
Interface BandwidthUpdatable

All Known Implementing Classes:
MprSelectorSet, MprSet, MulticastGroupsTable, MulticastNetworkGraph, NeighborsOfNeighborsSet, NeighborTable, NetworkGraph, OLSRPairSet, OLSRSet, RoutingTable

public interface BandwidthUpdatable

This interface is implemented by the data structures that can update the bandwidth of its internal nodes.

Author:
Raul Gracia

Method Summary
 void updateBwOf(OLSRNode node)
           
 

Method Detail

updateBwOf

void updateBwOf(OLSRNode node)