Class UniformDistribution


public class UniformDistribution extends DistributionParameter

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.bpsim.org/schemas/1.0}DistributionParameter">
       <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • UniformDistribution

      public UniformDistribution()
  • Method Details

    • getMin

      public Double getMin()
      Gets the value of the min property.
      Returns:
      possible object is Double
    • setMin

      public void setMin(Double value)
      Sets the value of the min property.
      Parameters:
      value - allowed object is Double
    • getMax

      public Double getMax()
      Gets the value of the max property.
      Returns:
      possible object is Double
    • setMax

      public void setMax(Double value)
      Sets the value of the max property.
      Parameters:
      value - allowed object is Double