Uses of Interface
org.goplanit.utils.network.layer.service.ServiceNodes
-
Packages that use ServiceNodes 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 ServiceNodes in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement ServiceNodes Modifier and Type Class Description class
ServiceNodesImpl
ServiceNodes implementation.Methods in org.goplanit.network.layer.service that return ServiceNodes Modifier and Type Method Description ServiceNodes
ServiceNetworkLayerImpl. getServiceNodes()
Collect the service nodesConstructors in org.goplanit.network.layer.service with parameters of type ServiceNodes Constructor Description ServiceNetworkLayerImpl(IdGroupingToken tokenId, MacroscopicNetworkLayer parentNetworkLayer, ServiceNodes nodes, ServiceLegs legs, ServiceLegSegments legSegments)
ConstructorServiceNodeFactoryImpl(IdGroupingToken groupId, ServiceNodes serviceNodes)
Constructor -
Uses of ServiceNodes in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer that return ServiceNodes Modifier and Type Method Description ServiceNodes
ServiceNetworkLayer. getServiceNodes()
Collect the service nodes -
Uses of ServiceNodes in org.goplanit.utils.network.layer.service
Methods in org.goplanit.utils.network.layer.service that return ServiceNodes Modifier and Type Method Description ServiceNodes
ServiceNodes. deepClone()
Force clone implementationServiceNodes
ServiceNodes. deepCloneWithMapping(BiConsumer<ServiceNode,ServiceNode> mapper)
Deep clone implementation with mapping retained between original and copies createdServiceNodes
ServiceNodes. shallowClone()
shallow clone implementation -
Uses of ServiceNodes in org.goplanit.utils.service.routed
Methods in org.goplanit.utils.service.routed with parameters of type ServiceNodes 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
-