Class SimDoubleRVRVFactory<RV extends DoubleRandomVariable,RVRV extends DoubleRandomVariableRV<RV>,NRVRV extends SimDoubleRVRV<RV,RVRV>>

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AbSimBinomialDblRVRVFactory, AbSimFixedDblRVRVFactory, AbSimGaussianRVRVFactory, AbSimLogNormalRVRVFactory, AbSimPoissonDblRVRVFactory, AbSimUniformDblRVRVFactory

public abstract class SimDoubleRVRVFactory<RV extends DoubleRandomVariable,RVRV extends DoubleRandomVariableRV<RV>,NRVRV extends SimDoubleRVRV<RV,RVRV>> extends SimRVRVFactory<Double,RV,RVRV,NRVRV>
Base class for named random variables that produce a sequence of values of type DoubleRandomVariable.. The type parameters are:
  • RV - the type for the random variables generate.
  • RVRV - the type of the random variable used to generate a sequence of random variables.
  • NRVRV - the type of the named random variable corresponding to RVRV.
  • Constructor Details

    • SimDoubleRVRVFactory

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