BushFlowLabel |
Label that track a unique composition of flow along an edge of a bush acyclic directed graph.
|
BushInitialiserHelper |
|
BushTurnData |
Track turn based data of a bush.
|
DestinationBush |
A destination bush is an (inverted) acyclic directed graph rooted at many origins going to a single destination representing all implicit paths along a network to the given
destination.
|
LabelledBushTurnData |
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.
|
OriginBush |
An origin bush is an acyclic directed graph comprising of implicit paths along a network rooted at a single origin to all destination with non-zero flow.
|
Pas |
Paired Alternative Segment (PAS) implementation comprising two subpaths (segments), one of a higher cost than the other.
|
PasFlowShiftDestinationBasedExecutor |
Functionality to conduct a PAS flow shift based on underlying destination based bush approach.
|
PasFlowShiftExecutor |
Common functionality to conduct a PAS flow shift.
|
PasFlowShiftOriginBasedDestLabelledExecutor |
Functionality to conduct a PAS flow shift by means of the simplest labelling technique possible, where all flow attributed to a destination is labelled uniquely throughout the
bush.
|
PasFlowShiftOriginBasedSmartLabelledExecutor |
Functionality to conduct a PAS flow shift by means of the smart labelling technique where we try to minimise the number of labels required across each bush to reduce both
computational and memory burden.
|
PasManager |
Container class for tracking all unique PASs indexed by their last (merge) vertex
|
RootedBush<V extends DirectedVertex,ES extends EdgeSegment> |
A rooted bush is an acyclic directed graph comprising of implicit paths along a network.
|
RootedLabelledBush |
A rooted bush is an acyclic directed graph comprising of implicit paths along a network.
|
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.
|
StaticLtmBushStrategyBase<B extends RootedBush<?,?>> |
Base implementation to support a bush based solution for sLTM
|
StaticLtmBushStrategyRootLabelled |
Base implementation to support a rooted bush based solution for sLTM
|
StaticLtmConfigurator |
Configurator for sLTM.
|
StaticLtmDestinationBushStrategy |
Implementation to support a destination-based bush solution 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
|
StaticLtmOriginBushDestLabelledStrategy |
Implementation to support an orgin-based bush (destination labelled) solution for sLTM.
|
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.
|