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 EdgeSegmentImplEdgeSegmentImpl. 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 classMacroscopicLinkSegmentImplLink 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 classLinkSegmentImplLink 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 classServiceLegSegmentImplA 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 classConnectoidSegmentImplThe link segment that connects a zone to the physical network is not a physical link segment.
-