Class SimDoubleRVFactory<RV extends DoubleRandomVariable,NRV extends SimDoubleRV<RV>>

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AbSimBinomialDblRVFactory, AbSimDetermDblRVFactory, AbSimFixedDblRVFactory, AbSimGaussianRVFactory, AbSimLogNormalRVFactory, AbSimPoissonDblRVFactory, AbSimUniformDblRVFactory

public abstract class SimDoubleRVFactory<RV extends DoubleRandomVariable,NRV extends SimDoubleRV<RV>> extends SimRVFactory<Double,RV,NRV>
Base class for factories that create named random variables that produce a sequence of values of type double. The type parameters are:
  • RV - the type for the random variable
  • NRV - the type of the corresponding named random variable
  • Constructor Details

    • SimDoubleRVFactory

      protected SimDoubleRVFactory(Simulation sim)
      Constructor.
      Parameters:
      sim - the simulation used to name objects.