AddVehicle (inherited from Lane) | Adds a vehicle to the beginning of the lane. |
BackwardGap (inherited from Lane) | Overloaded. Calculates the gap behind the vehicle at the specified position. |
EntryGap (inherited from Lane) | Calculates the gap at the beginning of the lane. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
ForwardGap (inherited from Lane) | Overloaded. Calculates the gap that is in front of the specified position. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetObjectData | Populates the provided SerializationInfo with the data needed to serialize the object. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetVehicle (inherited from Lane) | Gets a vehicle at the specified position. |
GetVehicleBehindOf (inherited from Lane) | Retrieves the first vehicle at or behind of the specified position. |
GetVehicleInFrontOf (inherited from Lane) | Retrieves the first vehicle at or in front of the specified position. |
GetVehicleNode (inherited from Lane) | Gets a vehicle at the specified position. |
InsertVehicle (inherited from Lane) | Inserts a vehicle in the lane at the specified position. |
IsOccupied (inherited from Lane) | Determine if an specified area is occupied by a vehicle. |
IsValidLaneDirection (inherited from Lane) | Determines if the specified direction is a valid on for the current lane. |
LaneChanges (inherited from Lane) | Gives vehicles on this lane the chance to change lanes. |
LeftLane (inherited from Lane) | Gets the lane directly to the left of the current lane. |
MoveVehicles (inherited from Lane) | Moves the vehicles on the lane to their next position. |
RemoveVehicle (inherited from Lane) | Removes a vehicle from the collection of vehicles. |
Reset (inherited from Lane) | Resets the lanes. |
RightLane (inherited from Lane) | Gets the lane directly to the right of the current lane. |
ToString (inherited from Object) | Returns a String that represents the current Object. |