VehicleExchangeRoute Class |
[This is preliminary documentation and is subject to change.]
Namespace: TrafficSimulation.Simulation.Engine.Environment
The VehicleExchangeRoute type exposes the following members.
| Name | Description | |
|---|---|---|
| VehicleExchangeRoute |
Initializes a new instance of the VehicleExchangeRoute class.
|
| Name | Description | |
|---|---|---|
| Id |
The id of the Object
(Inherited from SimulationBase.) | |
| Legth |
the length of the route.
(Inherited from Route.) | |
| NodesConnections |
The list of nodes the route contains of.
(Inherited from Route.) | |
| Vehicles |
A list of all vehicles existing on this route.
(Inherited from Route.) |
| Name | Description | |
|---|---|---|
| CreateVehicle |
Creates a new vehicle
(Inherited from Route.) | |
| DestoryVehicle |
Destroys a vehicle and sends it to another group.
(Overrides RouteDestoryVehicle(IVehicle).) | |
| Equals |
Equals Implementation
(Inherited from SimulationBase.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
GetHashCode impelementation
(Inherited from SimulationBase.) | |
| GetNextPlaceable(IPlaceable) |
Gets the next placeable.
(Inherited from Route.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NextConnection |
Returns the next node on this connection
(Inherited from Route.) | |
| ToString |
ToString Implementation
(Inherited from SimulationBase.) |