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