Uses of Interface
be.ac.ulg.montefiore.run.totem.domain.model.BgpRouter

Packages that use BgpRouter
be.ac.ulg.montefiore.run.totem.domain.model This package holds the model for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.impl This package holds classes which are the implementation of the model for the domain package. 
 

Uses of BgpRouter in be.ac.ulg.montefiore.run.totem.domain.model
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model that return BgpRouter
 BgpRouter Node.getBgpRouter()
           
 BgpRouter Domain.getBgpRouter(java.lang.String id)
          Returns the BGP router with the specified Id.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model that return types with arguments of type BgpRouter
 java.util.List<BgpRouter> Domain.getAllBgpRouters()
          Returns the list of all BGP routers.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model with parameters of type BgpRouter
 void Domain.addBgpRouter(BgpRouter router)
           
 

Uses of BgpRouter in be.ac.ulg.montefiore.run.totem.domain.model.impl
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return BgpRouter
 BgpRouter NodeImpl.getBgpRouter()
          Returns the BGP router associated with this node.
 BgpRouter DomainImpl.getBgpRouter(java.lang.String id)
          Returns the BGP router with the specified Id.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return types with arguments of type BgpRouter
 java.util.List<BgpRouter> DomainImpl.getAllBgpRouters()
          Returns the list of all BGP routers.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl with parameters of type BgpRouter
 void DomainImpl.addBgpRouter(BgpRouter router)
           
 



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.