Node Class |
[This is preliminary documentation and is subject to change.]
Namespace: TrafficSimulation.Simulation.Engine.Environment
The Node type exposes the following members.
| Name | Description | |
|---|---|---|
| Id |
The id of the Object
(Inherited from SimulationBase.) | |
| NodeConnections |
Gets or sets the adjacent node connections.
| |
| NodeType |
The type of the node.
| |
| X |
X coordinate of a node
| |
| Y |
Y coordinate of a node
|
| Name | Description | |
|---|---|---|
| AddNodeConnection |
Adds a node connection where this node is either start or end node.
| |
| 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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
ToString Implementation
(Inherited from SimulationBase.) |