Uses of Class
org.goplanit.graph.directed.DirectedEdgeImpl
-
Packages that use DirectedEdgeImpl 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 DirectedEdgeImpl in org.goplanit.graph.directed
Subclasses of DirectedEdgeImpl 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.Methods in org.goplanit.graph.directed that return DirectedEdgeImpl Modifier and Type Method Description DirectedEdgeImpl<V,ES>
DirectedEdgeImpl. 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.DirectedEdgeImpl<V,ES>
DirectedEdgeImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.graph.directed with parameters of type DirectedEdgeImpl Constructor Description DirectedEdgeImpl(DirectedEdgeImpl<V,ES> directedEdgeImpl, boolean deepCopy)
Copy Constructor. -
Uses of DirectedEdgeImpl in org.goplanit.network.layer.macroscopic
Subclasses of DirectedEdgeImpl 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 DirectedEdgeImpl in org.goplanit.network.layer.physical
Subclasses of DirectedEdgeImpl 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 DirectedEdgeImpl in org.goplanit.network.layer.service
Subclasses of DirectedEdgeImpl in org.goplanit.network.layer.service Modifier and Type Class Description class
ServiceLegImpl
A service leg connects two service nodes. -
Uses of DirectedEdgeImpl in org.goplanit.network.virtual
Subclasses of DirectedEdgeImpl 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
-