Class MODELTYPE.TACTICALPLANNER.LMRS

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    MODELTYPE.TACTICALPLANNER

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

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="CARFOLLOWINGMODEL" type="{http://www.opentrafficsim.org/ots}CARFOLLOWINGMODELTYPE" minOccurs="0"/>
             <element name="SYNCHRONIZATION" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <pattern value="DEADEND|PASSIVE|PASSIVEMOVING|ALIGNGAP|ACTIVE"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="COOPERATION" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <pattern value="PASSIVE|PASSIVEMOVING|ACTIVE"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="GAPACCEPTANCE" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <pattern value="INFORMED|EGOHEADWAY"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="TAILGATING" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <pattern value="NONE|RHOONLY|PRESSURE"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="MANDATORYINCENTIVES" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="INCENTIVE" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <simpleContent>
                             <restriction base="<http://www.opentrafficsim.org/ots>CLASSATTRIBUTETYPE">
                             </restriction>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="VOLUNTARYINCENTIVES" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="INCENTIVE" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <simpleContent>
                             <restriction base="<http://www.opentrafficsim.org/ots>CLASSATTRIBUTETYPE">
                             </restriction>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="ACCELERATIONINCENTIVES" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="INCENTIVE" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <simpleContent>
                             <restriction base="<http://www.opentrafficsim.org/ots>CLASSATTRIBUTETYPE">
                             </restriction>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="PERCEPTION" type="{http://www.opentrafficsim.org/ots}PERCEPTIONTYPE" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • carfollowingmodel

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

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

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

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

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

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

      • LMRS

        public LMRS()
    • Method Detail

      • getCARFOLLOWINGMODEL

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

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

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

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

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

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

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

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

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

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

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

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