Uses of Class
org.goplanit.network.layer.service.ServiceNodeImpl
-
Packages that use ServiceNodeImpl Package Description org.goplanit.network.layer.service -
-
Uses of ServiceNodeImpl in org.goplanit.network.layer.service
Methods in org.goplanit.network.layer.service that return ServiceNodeImpl Modifier and Type Method Description ServiceNodeImpl
ServiceNodeFactoryImpl. createNew()
Create a new service nodeServiceNodeImpl
ServiceNodeImpl. 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.ServiceNodeImpl
ServiceNodeImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.network.layer.service with parameters of type ServiceNodeImpl Constructor Description ServiceNodeImpl(ServiceNodeImpl other, boolean deepCopy)
Copy constructor
-