Uses of Interface
org.goplanit.utils.service.routed.RoutedTripFrequency
-
Packages that use RoutedTripFrequency Package Description org.goplanit.service.routed org.goplanit.utils.service.routed -
-
Uses of RoutedTripFrequency in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement RoutedTripFrequency Modifier and Type Class Description classRoutedTripFrequencyImplImplementation of a RoutedTripFrequency interface.Methods in org.goplanit.service.routed that return RoutedTripFrequency Modifier and Type Method Description protected RoutedTripFrequencyRoutedTripFrequencyFactoryImpl. createNew()Create a newly created instance without registering on the containerMethod parameters in org.goplanit.service.routed with type arguments of type RoutedTripFrequency Modifier and Type Method Description RoutedTripsFrequencyImplRoutedTripsFrequencyImpl. deepCloneWithMapping(BiConsumer<RoutedTripFrequency,RoutedTripFrequency> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperRoutedTripsFrequencyImplRoutedTripsFrequencyImpl. deepCloneWithMapping(BiConsumer<RoutedTripFrequency,RoutedTripFrequency> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperConstructor parameters in org.goplanit.service.routed with type arguments of type RoutedTripFrequency Constructor Description RoutedTripsFrequencyImpl(RoutedTripsFrequencyImpl other, boolean deepCopy, BiConsumer<RoutedTripFrequency,RoutedTripFrequency> mapper)Copy constructor, also creates new factory with this as its underlying containerRoutedTripsFrequencyImpl(RoutedTripsFrequencyImpl other, boolean deepCopy, BiConsumer<RoutedTripFrequency,RoutedTripFrequency> mapper)Copy constructor, also creates new factory with this as its underlying container -
Uses of RoutedTripFrequency in org.goplanit.utils.service.routed
Methods in org.goplanit.utils.service.routed that return RoutedTripFrequency Modifier and Type Method Description RoutedTripFrequencyRoutedTripFrequency. deepClone()An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.RoutedTripFrequencyRoutedTripFrequency. shallowClone()Create a shallow copy of this entityMethods in org.goplanit.utils.service.routed with parameters of type RoutedTripFrequency Modifier and Type Method Description static List<Integer>RoutedTripFrequencyUtils. findServiceLegSegmentsNotMappedToServiceNetwork(RoutedTripFrequency routedTripFrequency, ServiceNetworkLayer serviceNetworkLayer)Identify which service leg segments that make up the routed trip frequency are in fact not valid anymore due to being absent in the provided service networkstatic booleanRoutedTripFrequencyUtils. isRoutedTripFrequencyMappedToServiceNetwork(RoutedTripFrequency routedTripFrequency, ServiceNetworkLayer serviceNetworkLayer)Verify if all the routed frequency's leg segments are mapped to the service network, i.e., its service leg segments and their service nodes also exist on the service network containers.Method parameters in org.goplanit.utils.service.routed with type arguments of type RoutedTripFrequency Modifier and Type Method Description RoutedTripsFrequencyRoutedTripsFrequency. deepCloneWithMapping(BiConsumer<RoutedTripFrequency,RoutedTripFrequency> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperRoutedTripsFrequencyRoutedTripsFrequency. deepCloneWithMapping(BiConsumer<RoutedTripFrequency,RoutedTripFrequency> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapper
-