Class SimBooleanRVFactory<RV extends BooleanRandomVariable,NRV extends SimBooleanRV<RV>>

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
AbSimBinomialBoolRVFactory, AbSimDetermBoolRVFactory, AbSimFixedBoolRVFactory, SimUniformBoolRVFactory

public abstract class SimBooleanRVFactory<RV extends BooleanRandomVariable,NRV extends SimBooleanRV<RV>> extends SimRVFactory<Boolean,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

    • SimBooleanRVFactory

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