Click or drag to resize

INode Interface

[This is preliminary documentation and is subject to change.]

Represents a node in the simulation.

Namespace:  TrafficSimulation.Simulation.Engine.Environment
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public interface INode : ISimulationBase

The INode type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the identifier.
(Inherited from ISimulationBase.)
Public propertyNodeConnections
Gets or sets the adjacent node connections.
Public propertyNodeType
The type of the node.
Public propertyX
X coordinate of a node
Public propertyY
Y coordinate of a node
Top
Methods
  NameDescription
Public methodAddNodeConnection
Adds a node connection where this node is either start or end node.
Top
See Also