Uses of Class
org.goplanit.network.layer.service.ServiceLegImpl
-
Packages that use ServiceLegImpl Package Description org.goplanit.network.layer.service -
-
Uses of ServiceLegImpl in org.goplanit.network.layer.service
Methods in org.goplanit.network.layer.service that return ServiceLegImpl Modifier and Type Method Description ServiceLegImpl
ServiceLegImpl. 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.ServiceLegImpl
ServiceLegFactoryImpl. registerNew(ServiceNode nodeA, ServiceNode nodeB, boolean registerOnNodes)
Create new service leg on containerServiceLegImpl
ServiceLegImpl. shallowClone()
Create a shallow copy of this entityMethods in org.goplanit.network.layer.service with parameters of type ServiceLegImpl Modifier and Type Method Description protected void
ServiceLegFactoryImpl. registerOnNodes(ServiceLegImpl leg)
Register the leg on its nodesConstructors in org.goplanit.network.layer.service with parameters of type ServiceLegImpl Constructor Description ServiceLegImpl(ServiceLegImpl other, boolean deepCopy)
Copy Constructor.
-