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 ServiceNodeImplServiceNodeFactoryImpl. createNew()Create a new service nodeServiceNodeImplServiceNodeImpl. 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.ServiceNodeImplServiceNodeImpl. 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
-