Uses of Class
org.goplanit.network.layer.physical.LinkImpl
-
Packages that use LinkImpl Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layer.physical Physical network component object classes -
-
Uses of LinkImpl in org.goplanit.network.layer.macroscopic
Subclasses of LinkImpl 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 LinkImpl in org.goplanit.network.layer.physical
Methods in org.goplanit.network.layer.physical that return LinkImpl Modifier and Type Method Description LinkImpl<N,LS>
LinkImpl. 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.LinkImpl<Node,LinkSegment>
LinkFactoryImpl. registerNew(Node nodeA, Node nodeB, double lengthKm, boolean registerOnNodes)
Create new link on links container, allow to be registered on nodes if indicated)LinkImpl<N,LS>
LinkImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.network.layer.physical with parameters of type LinkImpl Constructor Description LinkImpl(LinkImpl<N,LS> other, boolean deepCopy)
Copy constructor
-