Uses of Class
urv.olsr.data.neighbour.NeighborTable

Packages that use NeighborTable
urv.emulator   
urv.olsr.core   
urv.olsr.handlers   
urv.olsr.mcast   
urv.olsr.message.generator   
 

Uses of NeighborTable in urv.emulator
 

Methods in urv.emulator that return NeighborTable
 NeighborTable EmulationNeighborData.getNeighbortable(OLSRNode node)
          Returns a previous registered neighbor table
 

Methods in urv.emulator with parameters of type NeighborTable
 void EmulationNeighborData.registerNeighborTable(OLSRNode node, NeighborTable neighborTable)
          Adds a new table to the structure
 

Uses of NeighborTable in urv.olsr.core
 

Constructors in urv.olsr.core with parameters of type NeighborTable
MprComputationController(NeighborTable neighborTable, NeighborsOfNeighborsSet neighborsOfNeighborsSet, MprSet mprSet, OLSRNode localNode)
           
OLSRThread(OLSRMessageSender sender, NeighborTable neighborTable, MprComputationController mprComputationController, RoutingTableComputationController routingTableComputationController, MprSelectorSet mprSelectorSet, OLSRPacketFactory olsrPacketFactory, TopologyInformationBaseTable topologyTable, DuplicateTable duplicateTable, TopologyInformationSender controllerUpper, MulticastNetworkGraphComputationController multicastNetworkGraphComputationController, MulticastGroupsTable multicastGroupsTable, OLSRNode localNode)
           
RoutingTableComputationController(NeighborTable neighborTable, RoutingTable routingTable, TopologyInformationBaseTable topologyTable, NeighborsOfNeighborsSet neighborsOfNeighborsSet, OLSRNode localNode)
           
 

Uses of NeighborTable in urv.olsr.handlers
 

Constructors in urv.olsr.handlers with parameters of type NeighborTable
HelloMessageHandler(NeighborTable neighborTable, OLSRNode localNode)
          The Handler will update Neighbor table depending on the HELLO messages received
TcMessageHandler(TopologyInformationBaseTable topologyTable, NeighborTable neighborTable, MulticastGroupsTable multicastGroupsTable)
           
 

Uses of NeighborTable in urv.olsr.mcast
 

Constructors in urv.olsr.mcast with parameters of type NeighborTable
MulticastNetworkGraphComputationController(MulticastNetworkGraph multicastNetworkGraph, NeighborTable neighborTable, TopologyInformationBaseTable topologyTable, OLSRNode localNode)
           
 

Uses of NeighborTable in urv.olsr.message.generator
 

Constructors in urv.olsr.message.generator with parameters of type NeighborTable
HelloMessageGenerator(OLSRMessageSender messageSender, NeighborTable table, OLSRPacketFactory olsrPacketFactory)