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.

{@code  }

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getHigh(): String
ID of the prioritized connecting road
Link copied to clipboard
open fun getLow(): String
ID of the connecting road with lower priority
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.