Uses of Class
org.planit.graph.EdgeImpl
-
Packages that use EdgeImpl Package Description org.planit.graph Network component object classesorg.planit.network.physical Physical network component object classesorg.planit.network.virtual Virtual network component object classes -
-
Uses of EdgeImpl in org.planit.graph
Subclasses of EdgeImpl in org.planit.graph Modifier and Type Class Description class
DirectedEdgeImpl
Edge class connecting two vertices via some geometry.Methods in org.planit.graph that return EdgeImpl Modifier and Type Method Description EdgeImpl
EdgeImpl. clone()
Clone the edge as is, all shared members are shallow copied, fully owned members are deep copiedConstructors in org.planit.graph with parameters of type EdgeImpl Constructor Description EdgeImpl(EdgeImpl edgeImpl)
Copy constructor, input properties are not copied because shallow copy is considered dangerous at this point -
Uses of EdgeImpl in org.planit.network.physical
Subclasses of EdgeImpl in org.planit.network.physical Modifier and Type Class Description class
LinkImpl
Link class connecting two nodes via some geometry. -
Uses of EdgeImpl in org.planit.network.virtual
Subclasses of EdgeImpl in org.planit.network.virtual Modifier and Type Class Description class
ConnectoidEdgeImpl
Edge implementation that represent edges that exist between centroids and connectoids (their node reference), so not physical entities but rather virtual links
-