Class DISCRETEDISTTYPE

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    PARAMETERINTEGERDIST, PARAMETERLONGDIST

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.6",
               date="2022-09-04T02:31:11+02:00")
    public class DISCRETEDISTTYPE
    extends Object
    implements Serializable

    Java class for DISCRETEDISTTYPE complex type.

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

     <complexType name="DISCRETEDISTTYPE">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="CONSTANT">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="C" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="BERNOULLI">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="P" use="required" type="{http://www.opentrafficsim.org/ots}FRACTIONTYPE" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="BINOMIAL">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="N" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
                     <attribute name="P" use="required" type="{http://www.opentrafficsim.org/ots}FRACTIONTYPE" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="UNIFORM">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="MIN" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                     <attribute name="MAX" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="GEOMETRIC">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="P" use="required" type="{http://www.opentrafficsim.org/ots}FRACTIONTYPE" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="NEGBINOMIAL">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="N" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
                     <attribute name="P" use="required" type="{http://www.opentrafficsim.org/ots}FRACTIONTYPE" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="POISSON">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="LAMBDA" use="required" type="{http://www.opentrafficsim.org/ots}DOUBLEPOSITIVE" />
                     <attribute name="RANDOMSTREAM" type="{http://www.w3.org/2001/XMLSchema}string" default="default" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • constant

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected DISCRETEDISTTYPE.CONSTANT constant
      • bernoulli

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected DISCRETEDISTTYPE.BERNOULLI bernoulli
      • binomial

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected DISCRETEDISTTYPE.BINOMIAL binomial
      • uniform

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected DISCRETEDISTTYPE.UNIFORM uniform
      • geometric

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected DISCRETEDISTTYPE.GEOMETRIC geometric
      • negbinomial

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected DISCRETEDISTTYPE.NEGBINOMIAL negbinomial
      • poisson

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        protected DISCRETEDISTTYPE.POISSON poisson
    • Constructor Detail

      • DISCRETEDISTTYPE

        public DISCRETEDISTTYPE()
    • Method Detail

      • getCONSTANT

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public DISCRETEDISTTYPE.CONSTANT getCONSTANT()
        Gets the value of the constant property.
        Returns:
        possible object is DISCRETEDISTTYPE.CONSTANT
      • setCONSTANT

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setCONSTANT​(DISCRETEDISTTYPE.CONSTANT value)
        Sets the value of the constant property.
        Parameters:
        value - allowed object is DISCRETEDISTTYPE.CONSTANT
      • getBERNOULLI

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public DISCRETEDISTTYPE.BERNOULLI getBERNOULLI()
        Gets the value of the bernoulli property.
        Returns:
        possible object is DISCRETEDISTTYPE.BERNOULLI
      • setBERNOULLI

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setBERNOULLI​(DISCRETEDISTTYPE.BERNOULLI value)
        Sets the value of the bernoulli property.
        Parameters:
        value - allowed object is DISCRETEDISTTYPE.BERNOULLI
      • getBINOMIAL

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public DISCRETEDISTTYPE.BINOMIAL getBINOMIAL()
        Gets the value of the binomial property.
        Returns:
        possible object is DISCRETEDISTTYPE.BINOMIAL
      • setBINOMIAL

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setBINOMIAL​(DISCRETEDISTTYPE.BINOMIAL value)
        Sets the value of the binomial property.
        Parameters:
        value - allowed object is DISCRETEDISTTYPE.BINOMIAL
      • getUNIFORM

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public DISCRETEDISTTYPE.UNIFORM getUNIFORM()
        Gets the value of the uniform property.
        Returns:
        possible object is DISCRETEDISTTYPE.UNIFORM
      • setUNIFORM

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setUNIFORM​(DISCRETEDISTTYPE.UNIFORM value)
        Sets the value of the uniform property.
        Parameters:
        value - allowed object is DISCRETEDISTTYPE.UNIFORM
      • getGEOMETRIC

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public DISCRETEDISTTYPE.GEOMETRIC getGEOMETRIC()
        Gets the value of the geometric property.
        Returns:
        possible object is DISCRETEDISTTYPE.GEOMETRIC
      • setGEOMETRIC

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setGEOMETRIC​(DISCRETEDISTTYPE.GEOMETRIC value)
        Sets the value of the geometric property.
        Parameters:
        value - allowed object is DISCRETEDISTTYPE.GEOMETRIC
      • setNEGBINOMIAL

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setNEGBINOMIAL​(DISCRETEDISTTYPE.NEGBINOMIAL value)
        Sets the value of the negbinomial property.
        Parameters:
        value - allowed object is DISCRETEDISTTYPE.NEGBINOMIAL
      • getPOISSON

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public DISCRETEDISTTYPE.POISSON getPOISSON()
        Gets the value of the poisson property.
        Returns:
        possible object is DISCRETEDISTTYPE.POISSON
      • setPOISSON

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.6",
                   date="2022-09-04T02:31:11+02:00")
        public void setPOISSON​(DISCRETEDISTTYPE.POISSON value)
        Sets the value of the poisson property.
        Parameters:
        value - allowed object is DISCRETEDISTTYPE.POISSON