Uses of Class
be.ac.ulg.montefiore.run.totem.domain.model.BandwidthUnit

Packages that use BandwidthUnit
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. 
be.ac.ulg.montefiore.run.totem.trafficMatrix.model This package holds the model for the trafficMatrix package. 
be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl This package holds the implementation of the model for the trafficMatrix package. 
 

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model that return BandwidthUnit
 BandwidthUnit Domain.getBandwidthUnit()
          Returns the bandwidth unit used in the domain.
static BandwidthUnit BandwidthUnit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BandwidthUnit[] BandwidthUnit.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model with parameters of type BandwidthUnit
 float BandwidthUnit.convert(BandwidthUnit convertFrom, float number)
          Converts a float in the unit given as parameter to the unit of this enum.
 void Domain.setBandWidthUnit(BandwidthUnit unit)
          Change the bandwidth unit used in the domain.
 

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return BandwidthUnit
 BandwidthUnit DomainImpl.getBandwidthUnit()
          Returns the bandwidth unit used in the domain.
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl with parameters of type BandwidthUnit
 void DomainImpl.setBandWidthUnit(BandwidthUnit unit)
          Change the bandwidth unit used in the domain.
 

Uses of BandwidthUnit in be.ac.ulg.montefiore.run.totem.trafficMatrix.model
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model that return BandwidthUnit
 BandwidthUnit TrafficMatrix.getUnit()
          returns the unit used in the matrix representation
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model with parameters of type BandwidthUnit
 void TrafficMatrix.setUnit(BandwidthUnit unit)
          This function sets the unit of the matrix representation.
 

Uses of BandwidthUnit in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that return BandwidthUnit
 BandwidthUnit TrafficMatrixImpl.getUnit()
          returns the unit used in the matrix representation
 

Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl with parameters of type BandwidthUnit
 void TrafficMatrixImpl.setUnit(BandwidthUnit unit)
          A call to this function indicates the unit used in the matrix representation.
 



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