Uses of Class
org.planit.network.physical.LinkSegmentImpl
-
Packages that use LinkSegmentImpl Package Description org.planit.network.macroscopic.physical Macroscopic physical network component object classesorg.planit.network.physical Physical network component object classes -
-
Uses of LinkSegmentImpl in org.planit.network.macroscopic.physical
Subclasses of LinkSegmentImpl in org.planit.network.macroscopic.physical Modifier and Type Class Description class
MacroscopicLinkSegmentImpl
Link segment for macroscopic transport networks. -
Uses of LinkSegmentImpl in org.planit.network.physical
Methods in org.planit.network.physical that return LinkSegmentImpl Modifier and Type Method Description LinkSegmentImpl
LinkSegmentImpl. clone()
Clone the edge segmentConstructors in org.planit.network.physical with parameters of type LinkSegmentImpl Constructor Description LinkSegmentImpl(LinkSegmentImpl linkSegmentImpl)
Copy constructor
-