SimulationService Methods |
[This is preliminary documentation and is subject to change.]
The SimulationService type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| 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 | Serves as the default hash function. (Inherited from Object.) | |
| GetNodeConnections |
Returns a list of NodeConnections
| |
| GetNodes |
Get the list of nodes.
| |
| GetTrafficLights |
Returns a list of traffic lights.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVehicles |
Retursn a list of Vehicles
| |
| IsStarted |
Determines whether the service is started.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetCarDefect |
Method to create obstacles (in this case a defect car)
| |
| Start |
Starts the Simulation
| |
| Step |
Performs a single Step
| |
| Stop |
Stops the Simulation
| |
| ToggleTrafficLight |
Toggles a traffic light.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |