Uses of Class
org.goplanit.assignment.ltm.sltm.PasFlowShiftExecutor
-
Packages that use PasFlowShiftExecutor Package Description org.goplanit.assignment.ltm.sltm org.goplanit.assignment.ltm.sltm.conjugate -
-
Uses of PasFlowShiftExecutor in org.goplanit.assignment.ltm.sltm
Subclasses of PasFlowShiftExecutor in org.goplanit.assignment.ltm.sltm Modifier and Type Class Description class
PasFlowShiftDestinationBasedExecutor
Functionality to conduct a PAS flow shift based on underlying destination based bush approach.class
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.class
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.Methods in org.goplanit.assignment.ltm.sltm that return PasFlowShiftExecutor Modifier and Type Method Description protected abstract PasFlowShiftExecutor
StaticLtmBushStrategyBase. createPasFlowShiftExecutor(Pas pas, StaticLtmSettings settings)
protected PasFlowShiftExecutor
StaticLtmDestinationBushStrategy. createPasFlowShiftExecutor(Pas pas, StaticLtmSettings settings)
protected PasFlowShiftExecutor
StaticLtmOriginBushDestLabelledStrategy. createPasFlowShiftExecutor(Pas pas, StaticLtmSettings settings)
-
Uses of PasFlowShiftExecutor in org.goplanit.assignment.ltm.sltm.conjugate
Methods in org.goplanit.assignment.ltm.sltm.conjugate that return PasFlowShiftExecutor Modifier and Type Method Description protected PasFlowShiftExecutor
StaticLtmStrategyConjugateBush. createPasFlowShiftExecutor(Pas pas, StaticLtmSettings settings)
-