TrafficControlModel
Traffic control model.
Extends:
Hashable
public static func == (lhs: TrafficControlModel, rhs: TrafficControlModel) -> Bool
Returns a Boolean value indicating whether two values are equal.
public convenience init(
map: Map
)
Function of creating a model of a traffic jam control.
Parameters
map
Map
Map.
Methods
Properties
StatefulChannel<TrafficControlState>
The state of the traffic control.
The state of the traffic control.