Uses of Class
org.goplanit.network.layer.service.ServiceLegsImpl
-
Packages that use ServiceLegsImpl Package Description org.goplanit.network.layer.service -
-
Uses of ServiceLegsImpl in org.goplanit.network.layer.service
Methods in org.goplanit.network.layer.service that return ServiceLegsImpl Modifier and Type Method Description ServiceLegsImpl
ServiceLegsImpl. clone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.network.layer.service with parameters of type ServiceLegsImpl Constructor Description ServiceLegsImpl(ServiceLegsImpl serviceNodesImpl)
Copy constructor
-