Uses of Class
org.goplanit.network.layer.macroscopic.MacroscopicLinkSegmentsImpl
-
Packages that use MacroscopicLinkSegmentsImpl Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classes -
-
Uses of MacroscopicLinkSegmentsImpl in org.goplanit.network.layer.macroscopic
Methods in org.goplanit.network.layer.macroscopic that return MacroscopicLinkSegmentsImpl Modifier and Type Method Description MacroscopicLinkSegmentsImpl
MacroscopicLinkSegmentsImpl. clone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.network.layer.macroscopic with parameters of type MacroscopicLinkSegmentsImpl Constructor Description MacroscopicLinkSegmentsImpl(MacroscopicLinkSegmentsImpl linkSegmentsImpl)
Copy constructor
-