IRoute Interface |
[This is preliminary documentation and is subject to change.]
Namespace: TrafficSimulation.Simulation.Engine.Environment
The IRoute type exposes the following members.
| Name | Description | |
|---|---|---|
| Legth |
the length of the route.
| |
| NodesConnections |
The list of nodes the route contains of.
| |
| Vehicles |
A list of all vehicles existing on this route.
|
| Name | Description | |
|---|---|---|
| CreateVehicle |
Creates a new vehicle
(Inherited from IVehicleLifetimeManager.) | |
| DestoryVehicle |
Destroys a vehicle
(Inherited from IVehicleLifetimeManager.) | |
| GetNextPlaceable(IPlaceable) |
Gets the next Placable on the connection and the distance
| |
| GetNextPlaceableT(IPlaceable) |
Gets the next Placeable on the connection of a given type.
| |
| NextConnection |
Returns the next node on this connection
|