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.
 

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.
 



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