Uses of Class
org.goplanit.mode.LightRailMode
-
Packages that use LightRailMode Package Description org.goplanit.mode -
-
Uses of LightRailMode in org.goplanit.mode
Methods in org.goplanit.mode that return LightRailMode Modifier and Type Method Description LightRailMode
LightRailMode. 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.LightRailMode
LightRailMode. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.mode with parameters of type LightRailMode Constructor Description LightRailMode(LightRailMode other, boolean deepCopy)
Copy constructor
-