Uses of Class
org.goplanit.network.virtual.VirtualNetworkImpl
-
Packages that use VirtualNetworkImpl Package Description org.goplanit.network.virtual Virtual network component object classes -
-
Uses of VirtualNetworkImpl in org.goplanit.network.virtual
Methods in org.goplanit.network.virtual that return VirtualNetworkImpl Modifier and Type Method Description VirtualNetworkImpl
VirtualNetworkImpl. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleVirtualNetworkImpl
VirtualNetworkImpl. deepCloneWithMapping(GraphEntityDeepCopyMapper<ConnectoidEdge> connectoidEdgeMapper, GraphEntityDeepCopyMapper<ConnectoidSegment> connectoidSegmentMapper, GraphEntityDeepCopyMapper<CentroidVertex> centroidVertexMapper)
Perform a deep clone where mappings between original and copy are captured in the two provided mappersVirtualNetworkImpl
VirtualNetworkImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.network.virtual with parameters of type VirtualNetworkImpl Constructor Description VirtualNetworkImpl(VirtualNetworkImpl other, boolean deepCopy, GraphEntityDeepCopyMapper<ConnectoidEdge> connectoidEdgeMapper, GraphEntityDeepCopyMapper<ConnectoidSegment> connectoidSegmentMapper, GraphEntityDeepCopyMapper<CentroidVertex> centroidVertexMapper)
Copy constructor
-