Uses of Interface
be.ac.ulg.montefiore.run.totem.util.distribution.Distribution

Packages that use Distribution
be.ac.ulg.montefiore.run.totem.topgen.traffic.model This package holds classes that are traffic models used by Topgen. 
be.ac.ulg.montefiore.run.totem.util.distribution This package holds classes that implement various probability distributions. 
 

Uses of Distribution in be.ac.ulg.montefiore.run.totem.topgen.traffic.model
 

Constructors in be.ac.ulg.montefiore.run.totem.topgen.traffic.model with parameters of type Distribution
DistributionFrictionFactor(Distribution distribution)
           
SyntheticTrafficModel(Distribution distribution)
          Initialises a newly created SyntheticTrafficModel object.
 

Uses of Distribution in be.ac.ulg.montefiore.run.totem.util.distribution
 

Classes in be.ac.ulg.montefiore.run.totem.util.distribution that implement Distribution
 class BimodalDistribution
          This class implements a Bimodal distribution by means of a mixture of two Normal distributions.
 class ConstantDistribution
          This class implements a constant distribution.
 class InverseNormalDistribution
          This class implements an inverse normal distribution.
 class LogisticDistribution
          This class implements a logistic distribution.
 class LogLogisticDistribution
          This class implements a loglogistic distribution.
 class LogNormalDistribution
          This class implements a lognormal distribution.
 class NormalDistribution
          This class implements a Normal distribution.
 class PoissonDistribution
          This class implements a Poisson distribution using an acceptance-rejection technique if the mean is lower than THRESHOLD.
 class UniformFloatDistribution
          This class implements a uniform float distribution.
 class UniformIntDistribution
          This class implements a uniform integer distribution.
 



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