Uses of Class
urv.olsr.data.mpr.MprSet

Packages that use MprSet
urv.olsr.core   
urv.olsr.data.neighbour   
 

Uses of MprSet in urv.olsr.core
 

Methods in urv.olsr.core that return MprSet
 MprSet MprComputationController.getMprSet()
          Returns the reference to the last computed MPRSet
 

Constructors in urv.olsr.core with parameters of type MprSet
MprComputationController(NeighborTable neighborTable, NeighborsOfNeighborsSet neighborsOfNeighborsSet, MprSet mprSet, OLSRNode localNode)
           
 

Uses of MprSet in urv.olsr.data.neighbour
 

Methods in urv.olsr.data.neighbour with parameters of type MprSet
 void NeighborTable.onMPRSetChange(MprSet mprSet2)
          This method is invoked when changes are performed in the tmpMprSet we need to update the link status in the Neighbor Table