Uses of Class
org.planit.network.physical.LinkImpl
-
Packages that use LinkImpl Package Description org.planit.network.physical Physical network component object classes -
-
Uses of LinkImpl in org.planit.network.physical
Methods in org.planit.network.physical that return LinkImpl Modifier and Type Method Description LinkImpl
LinkImpl. clone()
Clone the edge as is, all shared members are shallow copied, fully owned members are deep copiedConstructors in org.planit.network.physical with parameters of type LinkImpl Constructor Description LinkImpl(LinkImpl linkImpl)
Copy constructor, geometry is deep copied, see alsoDirectedEdge
copy constructed
-