Uses of Class
org.goplanit.network.layer.physical.LinkImpl
-
Packages that use LinkImpl Package Description org.goplanit.network.layer.physical Physical network component object classes -
-
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
LinkImpl. clone()
Create a shallow copy of this entityLinkImpl
LinkFactoryImpl. registerNew(Node nodeA, Node nodeB, double lengthKm, boolean registerOnNodes)
Create new link on links container, allow to be registered on nodes if indicated)Constructors in org.goplanit.network.layer.physical with parameters of type LinkImpl Constructor Description LinkImpl(LinkImpl linkImpl)
Copy constructor, geometry is deep copied, see alsoDirectedEdge
copy constructed
-