Microscopic Traffic Simulator
Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.StartNode Class Reference

Node on the beginning of the lane and can also contain generator. More...

Inheritance diagram for Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.StartNode:
Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.Node

Public Member Functions

 StartNode (Point location)
 Constructs node on the beginning of the lane. More...
 

Properties

Generator Generator [get, set]
 Generator connected to node. More...
 
bool ContainsGenerator [get]
 Determines whether the node contains generator. More...
 
- Properties inherited from Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.Node
Point Location [get]
 Location of node. More...
 

Detailed Description

Node on the beginning of the lane and can also contain generator.

Definition at line 11 of file StartNode.cs.

Constructor & Destructor Documentation

Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.StartNode.StartNode ( Point  location)

Constructs node on the beginning of the lane.

Parameters
locationLocation of the node.

Definition at line 27 of file StartNode.cs.

Property Documentation

bool Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.StartNode.ContainsGenerator
get

Determines whether the node contains generator.

Definition at line 21 of file StartNode.cs.

Generator Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.StartNode.Generator
getset

Generator connected to node.

Definition at line 16 of file StartNode.cs.


The documentation for this class was generated from the following file: