Class AbSimLogNormalRVRVFactory<NRVRV extends SimLogNormalRVRV>

All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
SimLogNormalRVRVFactory

public abstract class AbSimLogNormalRVRVFactory<NRVRV extends SimLogNormalRVRV> extends SimDoubleRVRVFactory<LogNormalRV,LogNormalRVRV,NRVRV>
Abstract factory for SimLogNormalRVRV.

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

See Also:
  • Constructor Details

    • AbSimLogNormalRVRVFactory

      protected AbSimLogNormalRVRVFactory(Simulation sim)
      Constructor.
      Parameters:
      sim - the simulation used to name objects.
  • Method Details

    • initObject

      public void initObject(NRVRV 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<NRVRV extends SimLogNormalRVRV>,Simulation,NRVRV extends SimLogNormalRVRV>
      Parameters:
      object - the object to initialize