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 classPasFlowShiftDestinationBasedExecutorFunctionality to conduct a PAS flow shift based on underlying destination based bush approach.classPasFlowShiftOriginBasedDestLabelledExecutorFunctionality 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.classPasFlowShiftOriginBasedSmartLabelledExecutorFunctionality 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 PasFlowShiftExecutorStaticLtmBushStrategyBase. createPasFlowShiftExecutor(Pas pas, StaticLtmSettings settings)protected PasFlowShiftExecutorStaticLtmDestinationBushStrategy. createPasFlowShiftExecutor(Pas pas, StaticLtmSettings settings)protected PasFlowShiftExecutorStaticLtmOriginBushDestLabelledStrategy. 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 PasFlowShiftExecutorStaticLtmStrategyConjugateBush. createPasFlowShiftExecutor(Pas pas, StaticLtmSettings settings)
-