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