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 classConjugateEdgeImpl<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 classConjugateDirectedEdgeImpl<V extends ConjugateDirectedVertex,ES extends ConjugateEdgeSegment>Conjugate Edge implementation class connecting two vertices via some geometry.classDirectedEdgeImpl<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 classMacroscopicLinkImpl<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 classConjugateLinkImplConjugate (non-directional) link class connecting two conjugate nodes.classLinkImpl<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 classServiceLegImplA 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 classConjugateConnectoidEdgeImplConjugate (non-directional) connectoid edge class connecting two conjugate nodes.classConnectoidEdgeImplEdge implementation that represent edges that exist between centroids and connectoids (their node reference), so not physical entities but rather virtual links
-