InflowOutflowData |
During sLTM loading we use temporary inflow and outflow rates resulting from node model updates.
|
NetworkLoadingFactorData |
Track the sLTM variables representing the various factors used:
flow acceptance factors (alphas)
flow capacity factors (betas)
storage capacity factors (gammas)
|
ReceivingFlowData |
POJO to store the sLTM variables used for receiving flow updates (Step 4) in network loading
|
SendingFlowData |
POJO to store the sLTM variables used for sending flow updates (Step 2) in network loading
|
SplittingRateDataComplete |
Store the splitting rates used during sLTM loading updates (Step 1 and 5).
|
SplittingRateDataPartial |
Store the splitting rates used during sLTM loading updates (Step 1 and 5).
|
StaticLtmLoadingBushBase<B extends Bush> |
The bush based network loading scheme for sLTM - base class
|
StaticLtmLoadingBushConjugate |
The conjugate rooted bush based network loading scheme for sLTM
|
StaticLtmLoadingBushRooted |
The rooted bush based network loading scheme for sLTM
|
StaticLtmLoadingPath |
The path based network loading scheme for sLTM
|
StaticLtmNetworkLoading |
Class exposing the various sLTM network loading solution method components of sLTM (not considering path choice, this is assumed to be given).
|
StaticLtmNetworkLoadingConvergenceAnalyser |
Analyser that based on various inputs such as the iteration and previous gaps determines if the loading is converging or not using its configurable criteria
|