Uses of Class
org.goplanit.graph.EdgeImpl
-
Packages that use EdgeImpl Package Description org.goplanit.graph Network component object classesorg.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 EdgeImpl in org.goplanit.graph
Subclasses of EdgeImpl in org.goplanit.graph Modifier and Type Class Description class
ConjugateEdgeImpl<V extends ConjugateVertex>
ConjugateEdge class connecting two conjugate vertices.Methods in org.goplanit.graph that return EdgeImpl Modifier and Type Method Description EdgeImpl<V>
EdgeImpl. 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.EdgeImpl<V>
EdgeImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.graph with parameters of type EdgeImpl Constructor Description EdgeImpl(EdgeImpl<V> other, boolean deepCopy)
Copy constructor -
Uses of EdgeImpl in org.goplanit.graph.directed
Subclasses of EdgeImpl in org.goplanit.graph.directed Modifier and Type Class Description class
ConjugateDirectedEdgeImpl<V extends ConjugateDirectedVertex,ES extends ConjugateEdgeSegment>
Conjugate Edge implementation class connecting two vertices via some geometry.class
DirectedEdgeImpl<V extends DirectedVertex,ES extends EdgeSegment>
Edge class connecting two vertices via some geometry. -
Uses of EdgeImpl in org.goplanit.network.layer.macroscopic
Subclasses of EdgeImpl in org.goplanit.network.layer.macroscopic Modifier and Type Class Description class
MacroscopicLinkImpl<N extends DirectedVertex,LS extends MacroscopicLinkSegment>
Link class connecting two nodes via some geometry. -
Uses of EdgeImpl in org.goplanit.network.layer.physical
Subclasses of EdgeImpl in org.goplanit.network.layer.physical Modifier and Type Class Description class
ConjugateLinkImpl
Conjugate (non-directional) link class connecting two conjugate nodes.class
LinkImpl<N extends DirectedVertex,LS extends EdgeSegment>
Link class connecting two nodes via some geometry. -
Uses of EdgeImpl in org.goplanit.network.layer.service
Subclasses of EdgeImpl in org.goplanit.network.layer.service Modifier and Type Class Description class
ServiceLegImpl
A service leg connects two service nodes. -
Uses of EdgeImpl in org.goplanit.network.virtual
Subclasses of EdgeImpl in org.goplanit.network.virtual Modifier and Type Class Description class
ConjugateConnectoidEdgeImpl
Conjugate (non-directional) connectoid edge class connecting two conjugate nodes.class
ConnectoidEdgeImpl
Edge implementation that represent edges that exist between centroids and connectoids (their node reference), so not physical entities but rather virtual links
-