Uses of Class
org.goplanit.graph.directed.DirectedEdgeImpl
-
Packages that use DirectedEdgeImpl Package Description org.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 DirectedEdgeImpl in org.goplanit.graph.directed
Methods in org.goplanit.graph.directed that return DirectedEdgeImpl Modifier and Type Method Description DirectedEdgeImpl
DirectedEdgeImpl. clone()
Create a shallow copy of this entityConstructors in org.goplanit.graph.directed with parameters of type DirectedEdgeImpl Constructor Description DirectedEdgeImpl(DirectedEdgeImpl directedEdgeImpl)
Copy Constructor. -
Uses of DirectedEdgeImpl in org.goplanit.network.layer.physical
Subclasses of DirectedEdgeImpl in org.goplanit.network.layer.physical Modifier and Type Class Description class
LinkImpl
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
ConnectoidEdgeImpl
Edge implementation that represent edges that exist between centroids and connectoids (their node reference), so not physical entities but rather virtual links
-