Uses of Interface
Router

Uses of Router in <Unnamed>
 

Classes in <Unnamed> that implement Router
 class ExFatTreeRouter
           
 class FatTreeRouter
           The FatTreeRouter class is the implementation of the Router interface for the Butterfly Fat Tree Network.
 class MeshRouter
           The MeshRouter class is the implementation of the Router interface for the Mesh Network.
 class OctalRouter
           
 class TorusRouter
           The TorusRouter class is the implementation of the Router interface for the Torus Network.
 

Fields in <Unnamed> declared as Router
private  Router MeshSwitch.router
          This is an object of type Router.
private  Router FatTreeSwitch.router
          This is an object of type Router.
private  Router ExFatTreeSwitch.router
           
private  Router OctalSwitch.router