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

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

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

Classes in jist.swans.route that implement RouteInterface.Zrp.Iarp
 class RouteZrpIarp
          Zone Routing Protocol: IntrAzone Routing (sub)Protocol: Default implementation.
 class RouteZrpZdp
          Zone Routing Protocol: Zone Discovery (sub)Protocol - an alternate IARP.
 

Methods in jist.swans.route that return RouteInterface.Zrp.Iarp
 RouteInterface.Zrp.Iarp RouteZrp.getIarp()
          Return IARP sub-protocol implementation.
 

Methods in jist.swans.route with parameters of type RouteInterface.Zrp.Iarp
 void RouteZrp.setIarp(RouteInterface.Zrp.Iarp iarp)
          Set IARP 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.