Uses of Class
org.goplanit.assignment.ltm.sltm.loading.StaticLtmLoadingBushBase
-
Packages that use StaticLtmLoadingBushBase Package Description org.goplanit.assignment.ltm.sltm org.goplanit.assignment.ltm.sltm.loading -
-
Uses of StaticLtmLoadingBushBase in org.goplanit.assignment.ltm.sltm
Methods in org.goplanit.assignment.ltm.sltm that return StaticLtmLoadingBushBase Modifier and Type Method Description protected abstract StaticLtmLoadingBushBase<B>
StaticLtmBushStrategyBase. createNetworkLoading()
Create bush based network loading implementationprotected StaticLtmLoadingBushBase<B>
StaticLtmBushStrategyBase. getLoading()
The network loading to applyMethods in org.goplanit.assignment.ltm.sltm with parameters of type StaticLtmLoadingBushBase Modifier and Type Method Description protected double
PasFlowShiftExecutor. determineEntrySegmentFlowShift(EdgeSegment entrySegment, Mode theMode, AbstractPhysicalCost physicalCost, AbstractVirtualCost virtualCost, StaticLtmLoadingBushBase<?> networkLoading)
For the given PAS-entrysegment determine the flow shift to apply from the high cost to the low cost segment.boolean
PasFlowShiftExecutor. run(Mode theMode, AbstractPhysicalCost physicalCost, AbstractVirtualCost virtualCost, StaticLtmLoadingBushBase<?> networkLoading, double factor)
We account for the fact that per bush different incoming links to the PAS might be used so each incoming link that is used and that is congested should be the basis for the flow shift instead of the first congested one within the PAS. -
Uses of StaticLtmLoadingBushBase in org.goplanit.assignment.ltm.sltm.loading
Subclasses of StaticLtmLoadingBushBase in org.goplanit.assignment.ltm.sltm.loading Modifier and Type Class Description class
StaticLtmLoadingBushConjugate
The conjugate rooted bush based network loading scheme for sLTMclass
StaticLtmLoadingBushRooted
The rooted bush based network loading scheme for sLTM
-