Uses of Class
org.goplanit.assignment.ltm.sltm.DestinationBush
-
Packages that use DestinationBush Package Description org.goplanit.assignment.ltm.sltm -
-
Uses of DestinationBush in org.goplanit.assignment.ltm.sltm
Methods in org.goplanit.assignment.ltm.sltm that return DestinationBush Modifier and Type Method Description protected DestinationBush[]
StaticLtmDestinationBushStrategy. createEmptyBushes()
Create destination bushes for all destination with non-zero flow from any origin, remaining entries in raw array will be null and they are placed in the array by zone idDestinationBush
DestinationBush. 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.DestinationBush
DestinationBush. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.assignment.ltm.sltm with parameters of type DestinationBush Constructor Description DestinationBush(DestinationBush bush, boolean deepCopy)
Copy constructor
-