Uses of Interface
org.goplanit.utils.network.layer.service.ServiceLegs
-
Packages that use ServiceLegs Package Description org.goplanit.network.layer.service org.goplanit.utils.network.layer org.goplanit.utils.network.layer.service -
-
Uses of ServiceLegs in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement ServiceLegs Modifier and Type Class Description class
ServiceLegsImpl
Container class for managing service legs within a service networkMethods in org.goplanit.network.layer.service that return ServiceLegs Modifier and Type Method Description ServiceLegs
ServiceNetworkLayerImpl. getLegs()
Collect the service legsConstructors in org.goplanit.network.layer.service with parameters of type ServiceLegs Constructor Description ServiceNetworkLayerImpl(IdGroupingToken tokenId, MacroscopicNetworkLayer parentNetworkLayer, ServiceNodes nodes, ServiceLegs legs, ServiceLegSegments legSegments)
Constructor -
Uses of ServiceLegs in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer that return ServiceLegs Modifier and Type Method Description ServiceLegs
ServiceNetworkLayer. getLegs()
Collect the service legs -
Uses of ServiceLegs in org.goplanit.utils.network.layer.service
Methods in org.goplanit.utils.network.layer.service that return ServiceLegs Modifier and Type Method Description ServiceLegs
ServiceLegs. deepClone()
Force clone implementationServiceLegs
ServiceLegs. deepCloneWithMapping(BiConsumer<ServiceLeg,ServiceLeg> mapper)
Deep clone implementation with mapping retained between original and copies createdServiceLegs
ServiceLegs. shallowClone()
shallow clone implementation
-