Uses of Class
jist.swans.route.RouteZrp.ZrpStats

Packages that use RouteZrp.ZrpStats
driver SWANS demo, benchmark and test simulation programs. 
jist.swans.route Routing entity of SWANS simulator and related classes. 
 

Uses of RouteZrp.ZrpStats in driver
 

Methods in driver with parameters of type RouteZrp.ZrpStats
static void bordercast.addNode(driver.bordercast.CommandLineOptions opts, int i, java.util.Vector routers, RouteZrp.ZrpStats stats, Field field, Placement place, RadioInfo.RadioInfoShared radioInfo, Mapper protMap, PacketLoss inLoss, PacketLoss outLoss)
          Add node to the field and start it.
static void bordercast.showStats(java.util.Vector routers, RouteZrp.ZrpStats stats)
          Display statistics at end of simulation.
 

Uses of RouteZrp.ZrpStats in jist.swans.route
 

Methods in jist.swans.route that return RouteZrp.ZrpStats
 RouteZrp.ZrpStats RouteZrp.getStats()
          Return zrp statistics.
 

Methods in jist.swans.route with parameters of type RouteZrp.ZrpStats
 void RouteZrp.setStats(RouteZrp.ZrpStats stats)
          Set zrp statistics object.