Uses of Package
org.goplanit.assignment.ltm.sltm.loading
-
Classes in org.goplanit.assignment.ltm.sltm.loading used by org.goplanit.assignment.ltm.sltm Class Description StaticLtmLoadingBushBase The bush based network loading scheme for sLTM - base classStaticLtmLoadingBushRooted The rooted bush based network loading scheme for sLTMStaticLtmLoadingPath The path based network loading scheme for sLTMStaticLtmNetworkLoading Class exposing the various sLTM network loading solution method components of sLTM (not considering path choice, this is assumed to be given). -
Classes in org.goplanit.assignment.ltm.sltm.loading used by org.goplanit.assignment.ltm.sltm.conjugate Class Description StaticLtmLoadingBushConjugate The conjugate rooted bush based network loading scheme for sLTM -
Classes in org.goplanit.assignment.ltm.sltm.loading used by org.goplanit.assignment.ltm.sltm.consumer Class Description 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)SendingFlowData POJO to store the sLTM variables used for sending flow updates (Step 2) in network loadingSplittingRateData Interface for the different implementations that track splitting rates during sLTM network loading. -
Classes in org.goplanit.assignment.ltm.sltm.loading used by org.goplanit.assignment.ltm.sltm.loading Class Description 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 loadingSendingFlowData POJO to store the sLTM variables used for sending flow updates (Step 2) in network loadingSplittingRateData Interface for the different implementations that track splitting rates during sLTM network loading.StaticLtmLoadingBushBase The bush based network loading scheme for sLTM - base classStaticLtmLoadingScheme Defines the different types of solution scheme variations that exist and can be applied (progressively) during an sLTM network loading approachStaticLtmNetworkLoading 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