Class SimIntegerRVFactory<RV extends IntegerRandomVariable,NRV extends SimIntegerRV<RV>>

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AbSimBinomialIntRVFactory, AbSimDetermIntRVFactory, AbSimFixedIntRVFactory, AbSimPoissonIntRVFactory, AbSimUniformIntRVFactory

public abstract class SimIntegerRVFactory<RV extends IntegerRandomVariable,NRV extends SimIntegerRV<RV>> extends SimRVFactory<Integer,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

    • SimIntegerRVFactory

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