| Bush |
A bush is an acyclic directed graph comprising of all implicit paths used by an origin to reach all its destinations.
|
| BushTurnData |
Track the turn based data of a bush.
|
| LinkSegmentData |
POJO to store Link segment based variables by the link segment internal id for sLTM link segment based data.
|
| Pas |
Paired Alternative Segment (PAS) implementation comprising two subpaths (segments), one of a higher cost than the other.
|
| PasManager |
Container class for tracking all unique PASs indexed by their last (merge) vertex
|
| StaticLtm |
Static Link Transmission Model implementation (sLTM) for network loading based on solution method presented in Raadsen and Bliemer (2021) General solution scheme for the Static
Link Transmission Model .
|
| StaticLtmAssignmentStrategy |
Base class for dealing with different assignment solution methods within sLTM.
|
| StaticLtmBushStrategy |
Implementation to support a bush absed solution for sLTM
|
| StaticLtmConfigurator |
Configurator for sLTM.
|
| StaticLtmLinkOutputTypeAdapter |
Adapter providing access to the data of the StaticLtm class relevant for link outputs without exposing the internals of the traffic assignment class itself
|
| StaticLtmPathStrategy |
Implementation to deal with a path based sLTM implementation
|
| StaticLtmSettings |
POJO Settings regarding the execution of the StaticLTM network loading instance it is used on
|
| StaticLtmSimulationData |
Class to hold variables specific to running an sLTM assignment
|
| StaticLtmTrafficAssignmentBuilder |
The sLTM traffic assignment builder.
|