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

Packages that use DelayUnit
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 DelayUnit in be.ac.ulg.montefiore.run.totem.domain.model
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model that return DelayUnit
 DelayUnit Domain.getDelayUnit()
          Returns the delay unit used in the domain.
static DelayUnit DelayUnit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DelayUnit[] DelayUnit.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 DelayUnit
 float DelayUnit.convert(DelayUnit convertFrom, float number)
          Converts a float in the unit given as parameter to the unit of this enum.
 void Domain.setDelayUnit(DelayUnit unit)
          Change the delay unit used in the domain.
 

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

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that return DelayUnit
 DelayUnit DomainImpl.getDelayUnit()
          Returns the delay unit used in the domain.
 

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



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