swarm.random
Interface ExponentialDistC

All Known Implementing Classes:
ExponentialDistCImpl

public interface ExponentialDistC
extends DoubleDistributionS, DoubleDistributionC

Exponential distribuiton . A well-known continuous probability distribution returning doubles.


Method Summary
 Object create$setGenerator$setMean(Zone aZone, Object generator, double mean)
          Use this create message if the generator to be attached is a Simple one:
 Object create$setGenerator$setVirtualGenerator$setMean(Zone aZone, Object generator, int vGen, double mean)
          Use this create message if the generator to be attached is a Split one:
 
Methods inherited from interface swarm.random.ProbabilityDistributionC
create$setGenerator, create$setGenerator$setVirtualGenerator, createWithDefaults
 
Methods inherited from interface swarm.defobj.CreateC
create, createBegin, createEnd
 
Methods inherited from interface swarm.defobj.CustomizeC
customizeBegin, customizeCopy, customizeEnd
 

Method Detail

create$setGenerator$setMean

public Object create$setGenerator$setMean(Zone aZone,
                                          Object generator,
                                          double mean)
Use this create message if the generator to be attached is a Simple one:

create$setGenerator$setVirtualGenerator$setMean

public Object create$setGenerator$setVirtualGenerator$setMean(Zone aZone,
                                                              Object generator,
                                                              int vGen,
                                                              double mean)
Use this create message if the generator to be attached is a Split one: