swarm.random
Interface NormalC

All Known Subinterfaces:
LogNormalDistC, NormalDistC
All Known Implementing Classes:
NormalDistCImpl, LogNormalDistCImpl

public interface NormalC
extends DoubleDistributionS, DoubleDistributionC

Internal.


Method Summary
 Object create$setGenerator$setMean$setStdDev(Zone aZone, Object generator, double mean, double sdev)
          Use this create message if the generator to be attached is a Simple one and you wish to specify the standard deviation:
 Object create$setGenerator$setMean$setVariance(Zone aZone, Object generator, double mean, double variance)
          Use this create message if the generator to be attached is a Simple one and you wish to specify the variance:
 Object create$setGenerator$setVirtualGenerator$setMean$setStdDev(Zone aZone, Object generator, int vGen, double mean, double sdev)
          Use this create message if the generator to be attached is a Split one and you wish to specify the standard deviation:
 Object create$setGenerator$setVirtualGenerator$setMean$setVariance(Zone aZone, Object generator, int vGen, double mean, double variance)
          Use this create message if the generator to be attached is a Split one and you wish to specify the variance:
 
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$setVariance

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

create$setGenerator$setMean$setStdDev

public Object create$setGenerator$setMean$setStdDev(Zone aZone,
                                                    Object generator,
                                                    double mean,
                                                    double sdev)
Use this create message if the generator to be attached is a Simple one and you wish to specify the standard deviation:

create$setGenerator$setVirtualGenerator$setMean$setVariance

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

create$setGenerator$setVirtualGenerator$setMean$setStdDev

public Object create$setGenerator$setVirtualGenerator$setMean$setStdDev(Zone aZone,
                                                                        Object generator,
                                                                        int vGen,
                                                                        double mean,
                                                                        double sdev)
Use this create message if the generator to be attached is a Split one and you wish to specify the standard deviation: