TrafficSimulation.Simulation.Engine.Environment Namespace |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:TrafficSimulation.Simulation.Engine.Environment"]
| Class | Description | |
|---|---|---|
| DistanceT | ||
| Node |
A Node in the Simulation is a point that is connected with other points with INodeConnection | |
| NodeConnection |
Represents a connections between two nodes.
| |
| OrientationExtension |
Class for extension Methods of Orientation
| |
| Position |
A Position is a point on a INodeConnection where IPlaceable are placed
| |
| Route |
Represents a route in the simulation. A route cant be modified once created
| |
| VehicleExchangeRoute |
A route that is used to exchange Vehicles with other groups
|
| Interface | Description | |
|---|---|---|
| IDistanceT |
An interface to encapsulate the distance to the next IPlaceable | |
| INode |
Represents a node in the simulation.
| |
| INodeConnection |
A node connection connects two nodes.
| |
| IPlaceable |
The interface for all objects that can be placed within a node connection.
| |
| IPosition |
Represents a position on a node connection
| |
| IRoute |
Represents a route in the simulation. A route cant be modified once created
| |
| IVehicleLifetimeManager |
Manages the lifetime of vehicles
|
| Enumeration | Description | |
|---|---|---|
| NodeType |
The Type of a Node
| |
| Orientation |
The orientation of a Connection
|