Uses of Class
org.goplanit.network.layer.physical.LinkSegmentsImpl
-
Packages that use LinkSegmentsImpl Package Description org.goplanit.network.layer.physical Physical network component object classes -
-
Uses of LinkSegmentsImpl in org.goplanit.network.layer.physical
Methods in org.goplanit.network.layer.physical that return LinkSegmentsImpl Modifier and Type Method Description LinkSegmentsImpl
LinkSegmentsImpl. 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.physical with parameters of type LinkSegmentsImpl Constructor Description LinkSegmentsImpl(LinkSegmentsImpl linkSegmentsImpl)
Copy constructor
-