Uses of Class
org.planit.graph.EdgeSegmentImpl
-
Packages that use EdgeSegmentImpl Package Description org.planit.graph Network component object classesorg.planit.network.macroscopic.physical Macroscopic physical network component object classesorg.planit.network.physical Physical network component object classesorg.planit.network.virtual Virtual network component object classes -
-
Uses of EdgeSegmentImpl in org.planit.graph
Constructors in org.planit.graph with parameters of type EdgeSegmentImpl Constructor Description EdgeSegmentImpl(EdgeSegmentImpl edgeSegmentImpl)
Copy constructor -
Uses of EdgeSegmentImpl in org.planit.network.macroscopic.physical
Subclasses of EdgeSegmentImpl in org.planit.network.macroscopic.physical Modifier and Type Class Description class
MacroscopicLinkSegmentImpl
Link segment for macroscopic transport networks. -
Uses of EdgeSegmentImpl in org.planit.network.physical
Subclasses of EdgeSegmentImpl in org.planit.network.physical Modifier and Type Class Description class
LinkSegmentImpl
Link segment object representing physical links in the network and storing their properties -
Uses of EdgeSegmentImpl in org.planit.network.virtual
Subclasses of EdgeSegmentImpl in org.planit.network.virtual Modifier and Type Class Description class
ConnectoidSegmentImpl
The link segment that connects a zone to the physical network is not a physical link segment.
-