Use the data constructor to set all values of this edge. Data requests return the edge's data
Use the no-data constructor and add the lane data to this object. Data requests on this object will return mean values of the corresponding child lanes.
Use the data constructor and add the lane data. Data requests will return the edge's direct data. Data of the lanes will not be checked against the direct data, hence no consistency is guaranteed.
Senseless case, but nevertheless supported. Data requests will return the zero value (not null!) or an emtpy String
|
|
|
|