Class SimIATimeRVFactory<RV extends InterarrivalTimeRV,NRV extends SimInterarrivalTimeRV<RV>>

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AbSimBinomialIATimeRVFactory, AbSimDetermIATimeRVFactory, AbSimFixedIATimeRVFactory, AbSimGaussianIATimeRVFactory, AbSimPoissonIATimeRVFactory, AbSimUniformIATimeRVFactory

public abstract class SimIATimeRVFactory<RV extends InterarrivalTimeRV,NRV extends SimInterarrivalTimeRV<RV>> extends SimLongRVFactory<RV,NRV>
Base class for factories that create named interarrival-time random variables.

The type parameters are:

  • RV - the type for the random variable
  • NRV - the type of the corresponding named random variable
  • Constructor Details

    • SimIATimeRVFactory

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