Uses of Class
org.goplanit.network.layer.service.ServiceNetworkLayerImpl
-
Packages that use ServiceNetworkLayerImpl Package Description org.goplanit.network.layer.modifier org.goplanit.network.layer.service -
-
Uses of ServiceNetworkLayerImpl in org.goplanit.network.layer.modifier
Constructors in org.goplanit.network.layer.modifier with parameters of type ServiceNetworkLayerImpl Constructor Description ServiceNetworkLayerModifierImpl(ServiceNetworkLayerImpl serviceNetworkLayer, UntypedDirectedGraphImpl<V,E,S> graph)
Constructor -
Uses of ServiceNetworkLayerImpl in org.goplanit.network.layer.service
Methods in org.goplanit.network.layer.service that return ServiceNetworkLayerImpl Modifier and Type Method Description ServiceNetworkLayerImpl
ServiceNetworkLayerImpl. 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.ServiceNetworkLayerImpl
ServiceNetworkLayerImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.network.layer.service with parameters of type ServiceNetworkLayerImpl Constructor Description ServiceNetworkLayerImpl(ServiceNetworkLayerImpl other, boolean deepCopy, GraphEntityDeepCopyMapper<ServiceNode> nodeMapper, GraphEntityDeepCopyMapper<ServiceLeg> legMapper, GraphEntityDeepCopyMapper<ServiceLegSegment> legSegmentMapper)
Copy constructor
-