T_Road_Signals_Signal_Dependency

Signal dependencies limit or extend the validity of one signal by an additional signal. For example, a speed limit sign of 60 km/h that is only valid for trucks, specified by a supplementary sign. One signal may have multiple dependencies.

Java class for t_road_signals_signal_dependency complex type

.

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


<complexType name="t_road_signals_signal_dependency">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
open fun getId(): String
ID of the controlling signal
Link copied to clipboard
open fun getType(): String
Type of the dependency, Free text, depending on application
Link copied to clipboard
open fun setId(value: String)
Sets the value of the id property.
Link copied to clipboard
open fun setType(value: String)
Sets the value of the type property.