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

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

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

Classes in jist.swans.route that implement RouteInterface.Zrp.Ndp
 class RouteZrpNdp
          Zone Routing Protocol: Node Discovery (sub)Protocol: Default implementation.
 

Methods in jist.swans.route that return RouteInterface.Zrp.Ndp
 RouteInterface.Zrp.Ndp RouteZrp.getNdp()
          Return NDP sub-protocol implementation.
 

Methods in jist.swans.route with parameters of type RouteInterface.Zrp.Ndp
 void RouteZrp.setNdp(RouteInterface.Zrp.Ndp ndp)
          Set NDP 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.