Uses of Class
org.goplanit.graph.directed.EdgeSegmentImpl
-
Packages that use EdgeSegmentImpl Package Description org.goplanit.graph.directed org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layer.physical Physical network component object classesorg.goplanit.network.layer.service org.goplanit.network.virtual Virtual network component object classes -
-
Uses of EdgeSegmentImpl in org.goplanit.graph.directed
Methods in org.goplanit.graph.directed that return EdgeSegmentImpl Modifier and Type Method Description EdgeSegmentImpl
EdgeSegmentImpl. clone()
Create a shallow copy of this entityConstructors in org.goplanit.graph.directed with parameters of type EdgeSegmentImpl Constructor Description EdgeSegmentImpl(EdgeSegmentImpl edgeSegmentImpl)
Copy constructor -
Uses of EdgeSegmentImpl in org.goplanit.network.layer.macroscopic
Subclasses of EdgeSegmentImpl in org.goplanit.network.layer.macroscopic Modifier and Type Class Description class
MacroscopicLinkSegmentImpl
Link segment for macroscopic transport networks. -
Uses of EdgeSegmentImpl in org.goplanit.network.layer.physical
Subclasses of EdgeSegmentImpl in org.goplanit.network.layer.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.goplanit.network.layer.service
Subclasses of EdgeSegmentImpl in org.goplanit.network.layer.service Modifier and Type Class Description class
ServiceLegSegmentImpl
A service leg segment implementation. -
Uses of EdgeSegmentImpl in org.goplanit.network.virtual
Subclasses of EdgeSegmentImpl in org.goplanit.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.
-