Uses of Class
org.goplanit.assignment.ltm.sltm.conjugate.ConjugateDestinationBush
-
Packages that use ConjugateDestinationBush Package Description org.goplanit.assignment.ltm.sltm.conjugate org.goplanit.assignment.ltm.sltm.loading -
-
Uses of ConjugateDestinationBush in org.goplanit.assignment.ltm.sltm.conjugate
Methods in org.goplanit.assignment.ltm.sltm.conjugate that return ConjugateDestinationBush Modifier and Type Method Description protected ConjugateDestinationBush[]StaticLtmStrategyConjugateBush. createEmptyBushes()Create initial conjugate (destination based) empty bushesConjugateDestinationBushConjugateDestinationBush. deepClone()An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.ConjugateDestinationBushConjugateDestinationBush. shallowClone()Create a shallow copy of this entityMethods in org.goplanit.assignment.ltm.sltm.conjugate with parameters of type ConjugateDestinationBush Modifier and Type Method Description voidConjugateBushFlowUpdateConsumerImpl. accept(ConjugateDestinationBush bush)Update(increase) the (network) flows based on the bush at hand as dictated by the data configurationprotected voidStaticLtmStrategyConjugateBush. initialiseBush(ConjugateDestinationBush bush, Zoning zoning, OdDemands odDemands, ShortestBushGeneralised shortestBushAlgorithm)Initialise the sLTM bush by including the relevant DAGs based on available demand and bush layout.Constructors in org.goplanit.assignment.ltm.sltm.conjugate with parameters of type ConjugateDestinationBush Constructor Description ConjugateDestinationBush(ConjugateDestinationBush bush, boolean deepCopy)Copy constructor -
Uses of ConjugateDestinationBush in org.goplanit.assignment.ltm.sltm.loading
Methods in org.goplanit.assignment.ltm.sltm.loading that return types with arguments of type ConjugateDestinationBush Modifier and Type Method Description protected BushFlowUpdateConsumer<ConjugateDestinationBush>StaticLtmLoadingBushConjugate. createBushFlowUpdateConsumer(boolean updateTurnAcceptedFlows, boolean updateSendingFlows, boolean updateOutflows)TODO: Create factory class for this
-