INode Interface |
[This is preliminary documentation and is subject to change.]
Namespace: TrafficSimulation.Simulation.Engine.Environment
The INode type exposes the following members.
| Name | Description | |
|---|---|---|
| Id |
Gets the identifier.
(Inherited from ISimulationBase.) | |
| 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.
|