Property | Type | Description | |
---|---|---|---|
Cars | List |
||
CarsOnLanes | int[] | ||
Nodeid | ushort | ||
NumCars | int | ||
Segmentid | int | ||
Type | PriorityType |
Method | Description | |
---|---|---|
AddCar ( ushort vehicleId ) : void | ||
GetCarsOnLane ( int lane ) : int | ||
HasCar ( ushort vehicleId ) : bool | ||
PrioritySegment ( ushort nodeid, int segmentid, PriorityType type ) : System | ||
RemoveCar ( ushort vehicleId ) : void |
Method | Description | |
---|---|---|
_numCarsOnLane ( ) : void |
public PrioritySegment ( ushort nodeid, int segmentid, PriorityType type ) : System | ||
nodeid | ushort | |
segmentid | int | |
type | PriorityType | |
return | System |