Uses of Interface
jist.swans.route.RouteInterface.Zrp.Brp

Packages that use RouteInterface.Zrp.Brp
jist.swans.route Routing entity of SWANS simulator and related classes. 
 

Uses of RouteInterface.Zrp.Brp in jist.swans.route
 

Classes in jist.swans.route that implement RouteInterface.Zrp.Brp
 class RouteZrpBrp
          Zone Routing Protocol: Bordercast Resolution (sub)Protocol: Default implementation.
 class RouteZrpBrpFlood
          Zone Routing Protocol: Bordercast Resolution (sub)Protocol: Naive flooding.
 

Methods in jist.swans.route that return RouteInterface.Zrp.Brp
 RouteInterface.Zrp.Brp RouteZrp.getBrp()
          Return BRP sub-protocol implementation.
 

Methods in jist.swans.route with parameters of type RouteInterface.Zrp.Brp
 void RouteZrp.setBrp(RouteInterface.Zrp.Brp brp)
          Set BRP sub-protocol implementation.
 void RouteZrp.setSubProtocols(RouteInterface.Zrp.Ndp ndp, RouteInterface.Zrp.Iarp iarp, RouteInterface.Zrp.Brp brp, RouteInterface.Zrp.Ierp ierp)
          Set all the ZRP sub-protocol implementations.