Uses of Interface
org.goplanit.utils.service.routed.modifier.RoutedServicesLayerModifier
-
-
Uses of RoutedServicesLayerModifier in org.goplanit.service.routed
Methods in org.goplanit.service.routed that return RoutedServicesLayerModifier Modifier and Type Method Description RoutedServicesLayerModifier
RoutedServicesLayerImpl. getLayerModifier()
Routed services have an additional modifier options to provided integrated utilities for changing the routed services in a way that updates all attached managed routed and service network elements involved -
Uses of RoutedServicesLayerModifier in org.goplanit.service.routed.modifier
Classes in org.goplanit.service.routed.modifier that implement RoutedServicesLayerModifier Modifier and Type Class Description class
RoutedServicesLayerModifierImpl
Implementation ofRoutedServicesLayerModifier
-
Uses of RoutedServicesLayerModifier in org.goplanit.service.routed.modifier.event
Constructors in org.goplanit.service.routed.modifier.event with parameters of type RoutedServicesLayerModifier Constructor Description ModifiedRoutedServicesIdsEvent(RoutedServicesLayerModifier source, RoutedServicesLayer routedServicesLayer)
Wrapper for a modified routed trips ids event indicating that one or more managed internal ids of the routed services layer have been changedModifiedRoutedServicesLayerEventImpl(RoutedServicesModifierEventType eventType, RoutedServicesLayerModifier source, RoutedServicesLayer routedServicesLayer)
Wrapper for a modified routed service layer eventModifiedRoutedTripIdsEvent(RoutedServicesLayerModifier source, RoutedServicesLayer routedServicesLayer)
Wrapper for a modified routed trips ids event indicating that one or more managed internal ids of the routed services layer have been changed -
Uses of RoutedServicesLayerModifier in org.goplanit.utils.service.routed
Methods in org.goplanit.utils.service.routed that return RoutedServicesLayerModifier Modifier and Type Method Description RoutedServicesLayerModifier
RoutedServicesLayer. getLayerModifier()
Routed services have an additional modifier options to provided integrated utilities for changing the routed services in a way that updates all attached managed routed and service network elements involved -
Uses of RoutedServicesLayerModifier in org.goplanit.zoning.modifier.event
Constructors in org.goplanit.zoning.modifier.event with parameters of type RoutedServicesLayerModifier Constructor Description ModifiedTripScheduleDepartureIdsEvent(RoutedServicesLayerModifier source, RoutedServicesLayer routedServicesLayer)
Wrapper for a modified routed scheduled trip departures' ids event indicating that one or more managed internal ids of the routed services layer have been changed
-