Microscopic Traffic Simulator
Main Page
Packages
Classes
Files
File List
EndNode.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Windows;
3
4
namespace
Microscopic_Traffic_Simulator___Model
.GeometricObjects.Nodes
5
{
9
[Serializable]
10
public
class
EndNode
:
Node
11
{
16
public
EndNode
(Point location) : base(location) { }
17
}
18
}
System
Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.EndNode
Node on the end of the lane.
Definition:
EndNode.cs:10
Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.EndNode.EndNode
EndNode(Point location)
Constructs node on the end of the lane.
Definition:
EndNode.cs:16
Microscopic_Traffic_Simulator___Model
Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.Node
Class representing an object in topology on lane.
Definition:
Node.cs:10
Microscopic Traffic Simulator - Model
GeometricObjects
Nodes
EndNode.cs
Generated by
1.8.11