Class AbSimPoissonDblRVRVFactory<NRV extends SimPoissonDoubleRVRV>

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
SimPoissonDblRVRVFactory

public abstract class AbSimPoissonDblRVRVFactory<NRV extends SimPoissonDoubleRVRV> extends SimDoubleRVRVFactory<PoissonDoubleRV,PoissonDoubleRVRV,NRV>
Abstract factory for SimPoissonDoubleRVRV.

The parameters this factory provides are the same as the parameters provided by its subclass SimPoissonDblRVRVFactory:

See Also:
  • Constructor Details

    • AbSimPoissonDblRVRVFactory

      protected AbSimPoissonDblRVRVFactory(Simulation sim)
      Constructor.
      Parameters:
      sim - the simulation
  • Method Details

    • initObject

      public void initObject(NRV object)
      Description copied from class: NamedObjectFactory
      Initialize an object. This method will call the methods for the object necessary to initialize it based on how the factory was configured, and is called by createObject() and createObjects unless these methods are overridden. The default method does nothing. Subclasses that override this method to provide subclass-specific initializations must start with the statement "super.initObject(object);".
      Overrides:
      initObject in class SimObjectFactory<DefaultSimObjectFactory<NRV extends SimPoissonDoubleRVRV>,Simulation,NRV extends SimPoissonDoubleRVRV>
      Parameters:
      object - the object to initialize