GridSim 5.0 beta

Uses of Class
gridsim.net.Router

Packages that use Router
gridsim.net Classes that form the network extension of GridSim
gridsim.net.flow Classes that form the network flow extension of GridSim
gridsim.net.fnb Classes that form the finite network buffer extension of GridSim
gridsim.util Classes that perform other important functionalities of GridSim
 

Uses of Router in gridsim.net
 

Subclasses of Router in gridsim.net
 class FloodingRouter
          This class implements a Router using a form of Flooding for routing.
 class RateControlledRouter
          Use this router only in conjunction with an active packet scheduler, such as the RateControlledScheduler entity.
 class RIPRouter
          This class implements a Router using a form of RIP for routing.
 

Methods in gridsim.net with parameters of type Router
 void FloodingRouter.attachRouter(Router router, Link link, PacketScheduler sched)
          Joins two routers together.
 void RIPRouter.attachRouter(Router router, Link link, PacketScheduler sched)
          Joins two routers together.
 void RateControlledRouter.attachRouter(Router router, Link link, PacketScheduler sched)
          Joins two routers together.
abstract  void Router.attachRouter(Router router, Link link, PacketScheduler sched)
          Joins two routers together.
 void FloodingRouter.attachRouter(Router router, Link link, PacketScheduler thisSched, PacketScheduler otherSched)
          Joins two routers with a Link.
 void RIPRouter.attachRouter(Router router, Link link, PacketScheduler thisSched, PacketScheduler otherSched)
          Joins two routers with a Link.
 void RateControlledRouter.attachRouter(Router router, Link link, PacketScheduler thisSched, PacketScheduler otherSched)
          Joins two routers with a Link.
abstract  void Router.attachRouter(Router router, Link link, PacketScheduler thisSched, PacketScheduler otherSched)
          Joins two routers with a Link.
 

Uses of Router in gridsim.net.flow
 

Subclasses of Router in gridsim.net.flow
 class FlowRouter
          This class implements a FlowRouter using a form of RIP for routing.
 

Methods in gridsim.net.flow with parameters of type Router
 void FlowRouter.attachRouter(Router router, Link link, PacketScheduler sched)
          Joins two routers together.
 void FlowRouter.attachRouter(Router router, Link link, PacketScheduler thisSched, PacketScheduler otherSched)
          Joins two routers with a Link.
 

Uses of Router in gridsim.net.fnb
 

Subclasses of Router in gridsim.net.fnb
 class FnbRIPRouter
          This class implements a Router using a form of RIP for routing.
 

Methods in gridsim.net.fnb that return Router
static Router FnbNetworkReader.getRouter(String name, LinkedList routerList)
          Gets a Router object from the list
 

Methods in gridsim.net.fnb with parameters of type Router
 void FnbRIPRouter.attachRouter(Router router, Link link, PacketScheduler sched)
          Joins two routers together.
 void FnbRIPRouter.attachRouter(Router router, Link link, PacketScheduler thisSched, PacketScheduler otherSched)
          Joins two routers with a Link.
 

Uses of Router in gridsim.util
 

Methods in gridsim.util that return Router
static Router NetworkReader.getRouter(String name, LinkedList routerList)
          Gets a Router object from the list
 


GridSim 5.0 beta

The University of Melbourne, Australia, 2009