Uses of Class
org.goplanit.network.layer.macroscopic.ConjugateMacroscopicNetworkLayerImpl
-
Packages that use ConjugateMacroscopicNetworkLayerImpl Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classes -
-
Uses of ConjugateMacroscopicNetworkLayerImpl in org.goplanit.network.layer.macroscopic
Methods in org.goplanit.network.layer.macroscopic that return ConjugateMacroscopicNetworkLayerImpl Modifier and Type Method Description ConjugateMacroscopicNetworkLayerImpl
ConjugateMacroscopicNetworkLayerImpl. 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.ConjugateMacroscopicNetworkLayerImpl
ConjugateMacroscopicNetworkLayerImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.network.layer.macroscopic with parameters of type ConjugateMacroscopicNetworkLayerImpl Constructor Description ConjugateMacroscopicNetworkLayerImpl(ConjugateMacroscopicNetworkLayerImpl other, boolean deepCopy, GraphEntityDeepCopyMapper<ConjugateNode> nodeMapper, GraphEntityDeepCopyMapper<ConjugateLink> linkMapper, GraphEntityDeepCopyMapper<ConjugateLinkSegment> linkSegmentMapper)
Copy constructor
-