Class ErlangDistribution


public class ErlangDistribution 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="mean" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="k" type="{http://www.w3.org/2001/XMLSchema}double" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ErlangDistribution

      public ErlangDistribution()
  • Method Details

    • getMean

      public Double getMean()
      Gets the value of the mean property.
      Returns:
      possible object is Double
    • setMean

      public void setMean(Double value)
      Sets the value of the mean property.
      Parameters:
      value - allowed object is Double
    • getK

      public Double getK()
      Gets the value of the k property.
      Returns:
      possible object is Double
    • setK

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