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.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
Methods in org.goplanit.graph that return EdgeImpl Modifier and Type Method Description EdgeImpl
EdgeImpl. clone()
Create a shallow copy of this entityConstructors in org.goplanit.graph with parameters of type EdgeImpl Constructor Description EdgeImpl(EdgeImpl edgeImpl)
Copy constructor, input properties are copied using serialisation/deserialisation because shallow copy is considered dangerous -
Uses of EdgeImpl in org.goplanit.graph.directed
Subclasses of EdgeImpl in org.goplanit.graph.directed Modifier and Type Class Description class
DirectedEdgeImpl
Edge class connecting two vertices 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
LinkImpl
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
ConnectoidEdgeImpl
Edge implementation that represent edges that exist between centroids and connectoids (their node reference), so not physical entities but rather virtual links
-