Uses of Class
org.goplanit.network.layer.physical.LinkSegmentImpl
-
Packages that use LinkSegmentImpl Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layer.physical Physical network component object classes -
-
Uses of LinkSegmentImpl in org.goplanit.network.layer.macroscopic
Subclasses of LinkSegmentImpl in org.goplanit.network.layer.macroscopic Modifier and Type Class Description class
MacroscopicLinkSegmentImpl
Link segment for macroscopic transport networks. -
Uses of LinkSegmentImpl in org.goplanit.network.layer.physical
Methods in org.goplanit.network.layer.physical that return LinkSegmentImpl Modifier and Type Method Description LinkSegmentImpl
LinkSegmentImpl. clone()
Create a shallow copy of this entityConstructors in org.goplanit.network.layer.physical with parameters of type LinkSegmentImpl Constructor Description LinkSegmentImpl(LinkSegmentImpl linkSegmentImpl)
Copy constructor
-