AbstractGTUGeneratorOld |
Common code for LaneBasedGTU generators that may have to postpone putting a GTU on the road due to congestion growing into
the generator.
|
CFRoomChecker |
This class places GTU's behind the leader at the desired headway (i.e.
|
GeneratorPositions |
Helper class for vehicle generation which can draw the next GTU position to try to place a GTU.
|
GeneratorPositions.GeneratorLanePosition |
Class representing a vehicle generation lane, providing elementary information for randomly drawing links and lanes.
|
GeneratorPositions.GeneratorLinkPosition |
Class representing a vehicle generation link to provide individual generation positions.
|
GeneratorPositions.LaneBias |
Vehicle generation lateral bias.
|
GeneratorPositions.LaneBiasDefaults |
Set of lane biases per GTU type enum, based on the GTU Types that are defined by default.
|
GeneratorPositions.LaneBiases |
Set of lane biases per GTU type.
|
GeneratorPositions.RoadPosition |
Interface for preferred road position for a lane bias.
|
GtuGeneratorQueue |
Interface for GTU generators.
|
LaneBasedGTUGenerator |
Lane based GTU generator.
|
LaneBasedGTUGenerator.Placement |
Placement contains the information that a RoomChecker returns.
|
LaneBasedGTUGenerator.RoomChecker |
Interface for class that checks that there is sufficient room for a proposed new GTU and returns the maximum safe speed
and position for the proposed new GTU.
|
Platoons |
Connects with a lane-based GTU generator to disable it over some time and generate a platoon instead.
|