Uses of Class
urv.olsr.data.topology.TopologyInformationBaseTable

Packages that use TopologyInformationBaseTable
urv.olsr.core   
urv.olsr.handlers   
urv.olsr.mcast   
 

Uses of TopologyInformationBaseTable in urv.olsr.core
 

Constructors in urv.olsr.core with parameters of type TopologyInformationBaseTable
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 TopologyInformationBaseTable in urv.olsr.handlers
 

Constructors in urv.olsr.handlers with parameters of type TopologyInformationBaseTable
TcMessageHandler(TopologyInformationBaseTable topologyTable, NeighborTable neighborTable, MulticastGroupsTable multicastGroupsTable)
           
 

Uses of TopologyInformationBaseTable in urv.olsr.mcast
 

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