Uses of Interface
org.goplanit.utils.network.layers.ServiceNetworkLayers
-
Packages that use ServiceNetworkLayers Package Description org.goplanit.network org.goplanit.network.layers org.goplanit.utils.network.layers org.goplanit.utils.zoning.modifier org.goplanit.zoning.modifier -
-
Uses of ServiceNetworkLayers in org.goplanit.network
Methods in org.goplanit.network that return ServiceNetworkLayers Modifier and Type Method Description protected ServiceNetworkLayers
ServiceNetwork. createLayersContainer(IdGroupingToken networkIdToken)
Derived type is to provide the actual layer implementations -
Uses of ServiceNetworkLayers in org.goplanit.network.layers
Classes in org.goplanit.network.layers that implement ServiceNetworkLayers Modifier and Type Class Description class
ServiceNetworkLayersImpl
Implementation of container and factory to manage service network layers. -
Uses of ServiceNetworkLayers in org.goplanit.utils.network.layers
Methods in org.goplanit.utils.network.layers that return ServiceNetworkLayers Modifier and Type Method Description ServiceNetworkLayers
ServiceNetworkLayers. deepClone()
Deep clone implementationServiceNetworkLayers
ServiceNetworkLayers. shallowClone()
Shallow clone implementation -
Uses of ServiceNetworkLayers in org.goplanit.utils.zoning.modifier
Methods in org.goplanit.utils.zoning.modifier with parameters of type ServiceNetworkLayers Modifier and Type Method Description void
ZoningModifier. removeUnusedTransferConnectoids(ServiceNetworkLayers serviceNetworkLayers, boolean recreateManagedConnectoidIds)
Remove all directed connectoids for which no service nodes' physical nodes on any of the given layers match its access nodes, i.e., the directed connectoid has no routed services that visit it, and therefore they are not explicitly, but implicitly dangling and are removed -
Uses of ServiceNetworkLayers in org.goplanit.zoning.modifier
Methods in org.goplanit.zoning.modifier with parameters of type ServiceNetworkLayers Modifier and Type Method Description void
ZoningModifierImpl. removeUnusedTransferConnectoids(ServiceNetworkLayers serviceNetworkLayers, boolean recreateManagedConnectoidIds)
Remove all directed connectoids for which no service nodes' physical nodes on any of the given layers match its access nodes, i.e., the directed connectoid has no routed services that visit it, and therefore they are not explicitly, but implicitly dangling and are removed
-