This is used to defined common parameters of server and client configuration part
This includes a DescriptionPanel which is function of the case: if it's a server or a client
meanRate : to calculate mean of generated packet number per second <=> theoretical throughput
mean = lambda1*alpha/(alpha+beta) + lambda2*beta/(alpha+beta)
meanRate : to calculate mean of generated packet number per second
mean = N*1/InterPacketTime*Pon = N*lambda*Pon
where N is the number of state 1...N for a MMPP-N+1, i.e.
Defined to be used by graphics.listener.MGInfAggregatedFlowGeneratorConstructor
WARNING: Could be used only if all flows have the same slots number with the same duration
Definition des parametres de generation de trafic
ATTENTION ne marche pas dans le cas ou on defini un MMPP2 avec un taux d'emission non nul pour chacun des 2 etats
Equation de la densite:
f(x)= exp(-( (log(x)-mu) / (sqrt(2)*sigma) )^2)/(sqrt(2*pi)*sigma)
where mu = mean of a normally distributed variable
sigma = standard deviation of a normally distributed variable
x = value at which to evaluate the function, must be > 0