Uses of Interface
org.goplanit.utils.network.layer.modifier.ServiceNetworkLayerModifier
-
Packages that use ServiceNetworkLayerModifier Package Description org.goplanit.network.layer.modifier org.goplanit.utils.network.layer -
-
Uses of ServiceNetworkLayerModifier in org.goplanit.network.layer.modifier
Classes in org.goplanit.network.layer.modifier that implement ServiceNetworkLayerModifier Modifier and Type Class Description class
ServiceNetworkLayerModifierImpl<V extends ServiceNode,E extends ServiceLeg,S extends ServiceLegSegment>
Modifier class for service network layer, added functionality for service networks to: remove unmapped service nodes, service legs, and service leg segments -
Uses of ServiceNetworkLayerModifier in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer that return ServiceNetworkLayerModifier Modifier and Type Method Description ServiceNetworkLayerModifier<ServiceNode,ServiceLeg,ServiceLegSegment>
ServiceNetworkLayer. getLayerModifier()
Service networks have additional modifier options as per the service network layer modifier
-