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

Packages that use BgpFilter
be.ac.ulg.montefiore.run.totem.domain.model.jaxb This package holds the classes generated by JAXB for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl This package holds the implementation of the classes generated by JAXB for the domain package. 
 

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb that return BgpFilter
 BgpFilter ObjectFactory.createBgpFilter()
          Create an instance of BgpFilter
 BgpFilter BgpNeighbor.FiltersType.getInFilter()
          Gets the value of the inFilter property.
 BgpFilter BgpNeighbor.FiltersType.getOutFilter()
          Gets the value of the outFilter property.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb with parameters of type BgpFilter
 void BgpNeighbor.FiltersType.setInFilter(BgpFilter value)
          Sets the value of the inFilter property.
 void BgpNeighbor.FiltersType.setOutFilter(BgpFilter value)
          Sets the value of the outFilter property.
 

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

Classes in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl that implement BgpFilter
 class BgpFilterImpl
           
 

Fields in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl declared as BgpFilter
protected  BgpFilter BgpNeighborImpl.FiltersTypeImpl._InFilter
           
protected  BgpFilter BgpNeighborImpl.FiltersTypeImpl._OutFilter
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl that return BgpFilter
 BgpFilter BgpNeighborImpl.FiltersTypeImpl.getInFilter()
           
 BgpFilter BgpNeighborImpl.FiltersTypeImpl.getOutFilter()
           
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.jaxb.impl with parameters of type BgpFilter
 void BgpNeighborImpl.FiltersTypeImpl.setInFilter(BgpFilter value)
           
 void BgpNeighborImpl.FiltersTypeImpl.setOutFilter(BgpFilter value)
           
 



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