Class MODELTYPE.TACTICALPLANNER

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    MODELTYPE

    @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
    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">
           <choice>
             <element name="LMRS">
               <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>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • lmrs

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

      • TACTICALPLANNER

        public TACTICALPLANNER()