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 classServiceLegsImplContainer class for managing service legs within a service networkMethods in org.goplanit.network.layer.service that return ServiceLegs Modifier and Type Method Description ServiceLegsServiceNetworkLayerImpl. 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 ServiceLegsServiceNetworkLayer. 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 ServiceLegsServiceLegs. deepClone()Force clone implementationServiceLegsServiceLegs. deepCloneWithMapping(BiConsumer<ServiceLeg,ServiceLeg> mapper)Deep clone implementation with mapping retained between original and copies createdServiceLegsServiceLegs. shallowClone()shallow clone implementation
-