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
Subclasses of EdgeSegmentImpl in org.goplanit.graph.directed Modifier and Type Class Description class
ConjugateEdgeSegmentImpl
Conjugate EdgeSegment represents an edge in a particular (single) direction in a conjugate directed graph.Methods in org.goplanit.graph.directed that return EdgeSegmentImpl Modifier and Type Method Description EdgeSegmentImpl<E>
EdgeSegmentImpl. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.EdgeSegmentImpl<E>
EdgeSegmentImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.graph.directed with parameters of type EdgeSegmentImpl Constructor Description EdgeSegmentImpl(EdgeSegmentImpl<E> edgeSegmentImpl, boolean deepCopy)
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
ConjugateLinkSegmentImpl
Conjugate Link segment object representing conjugate of original network's adjacent link segment pair, i.e.class
LinkSegmentBase<L extends Link>
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
ConjugateConnectoidSegmentImpl
Conjugate connectoid segment object representing conjugate of original network's adjacent connectoid segment pair, i.e.class
ConnectoidSegmentImpl
The link segment that connects a zone to the physical network is not a physical link segment.
-