Uses of Interface
org.goplanit.utils.network.layer.service.ServiceLegSegments
-
Packages that use ServiceLegSegments Package Description org.goplanit.network.layer.service org.goplanit.utils.network.layer org.goplanit.utils.network.layer.service org.goplanit.utils.service.routed -
-
Uses of ServiceLegSegments in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement ServiceLegSegments Modifier and Type Class Description class
ServiceLegSegmentsImpl
Implementation of ServiceLegSegments container.Methods in org.goplanit.network.layer.service that return ServiceLegSegments Modifier and Type Method Description ServiceLegSegments
ServiceNetworkLayerImpl. getLegSegments()
Collect the service leg segmentsConstructors in org.goplanit.network.layer.service with parameters of type ServiceLegSegments Constructor Description ServiceNetworkLayerImpl(IdGroupingToken tokenId, MacroscopicNetworkLayer parentNetworkLayer, ServiceNodes nodes, ServiceLegs legs, ServiceLegSegments legSegments)
Constructor -
Uses of ServiceLegSegments in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer that return ServiceLegSegments Modifier and Type Method Description ServiceLegSegments
ServiceNetworkLayer. getLegSegments()
Collect the service leg segments -
Uses of ServiceLegSegments in org.goplanit.utils.network.layer.service
Methods in org.goplanit.utils.network.layer.service that return ServiceLegSegments Modifier and Type Method Description ServiceLegSegments
ServiceLegSegments. deepClone()
Force clone implementationServiceLegSegments
ServiceLegSegments. deepCloneWithMapping(BiConsumer<ServiceLegSegment,ServiceLegSegment> mapper)
Deep clone implementation with mapping retained between original and copies createdServiceLegSegments
ServiceLegSegments. shallowClone()
shallow clone implementation -
Uses of ServiceLegSegments in org.goplanit.utils.service.routed
Methods in org.goplanit.utils.service.routed with parameters of type ServiceLegSegments Modifier and Type Method Description static boolean
RelativeLegTimingUtils. isLegTimingMappedToServiceNetwork(RelativeLegTiming relativeLegTiming, ServiceLegSegments legSegments, ServiceNodes serviceNodes)
Verify if leg timing is mapped to service network, i.e., its has service nodes that also exist on the service network service nodes AND it has service leg segments that also exist on the service network leg segments
-