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

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

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

Classes in jist.swans.route that implement RouteInterface.Zrp.Ierp
 class RouteZrpIerp
          Zone Routing Protocol: IntErzone Routing (sub)Protocol: Default implementation.
 

Methods in jist.swans.route that return RouteInterface.Zrp.Ierp
 RouteInterface.Zrp.Ierp RouteZrp.getIerp()
          Return IERP sub-protocol implementation.
 

Methods in jist.swans.route with parameters of type RouteInterface.Zrp.Ierp
 void RouteZrp.setIerp(RouteInterface.Zrp.Ierp ierp)
          Set IERP 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.