Class DistContinuousLength

All Implemented Interfaces:
Serializable

public class DistContinuousLength extends DistContinuousUnit<LengthUnit,Length>
DistContinuousLength is class defining a distribution for a Length scalar.

Copyright (c) 2003-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
Author:
Alexander Verbraeck
See Also:
  • Constructor Details

    • DistContinuousLength

      public DistContinuousLength(DistContinuous wrappedDistribution, LengthUnit unit)
      Constructs a new continuous distribution that draws Length scalars.
      Parameters:
      wrappedDistribution - DistContinuous; the wrapped continuous distribution
      unit - LengthUnit; the unit for the values of the distribution
    • DistContinuousLength

      public DistContinuousLength(DistContinuous wrappedDistribution)
      Constructs a new continuous distribution that draws Length scalars in SI units.
      Parameters:
      wrappedDistribution - DistContinuous; the wrapped continuous distribution
  • Method Details