T_Junction_Priority

If an incoming road is linked to an outgoing road with multiple connection roads to represent several possible lane connections, then one of these connections may be prioritized. Assigning a priority is only required if the application is unable to derive priorities from signals before or inside a junction or from the lanes leading to a junction. At least one attribute must be given.

Java class for t_junction_priority complex type.

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


<complexType name="t_junction_priority">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
      </sequence>
      <attribute name="high" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="low" type="{http://www.w3.org/2001/XMLSchema}string" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getHigh(): String
Gets the value of the high property.
Link copied to clipboard
open fun getLow(): String
Gets the value of the low property.
Link copied to clipboard
open fun setHigh(value: String)
Sets the value of the high property.
Link copied to clipboard
open fun setLow(value: String)
Sets the value of the low property.