Uses of Interface
org.goplanit.utils.service.routed.RoutedServicesLayers
-
Packages that use RoutedServicesLayers Package Description org.goplanit.service.routed org.goplanit.utils.service.routed -
-
Uses of RoutedServicesLayers in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement RoutedServicesLayers Modifier and Type Class Description class
RoutedServicesLayersImpl
Implementation of the RoutedServicesLayers interface.Fields in org.goplanit.service.routed declared as RoutedServicesLayers Modifier and Type Field Description protected RoutedServicesLayers
RoutedServicesLayerFactoryImpl. routedServicesLayers
container to useMethods in org.goplanit.service.routed that return RoutedServicesLayers Modifier and Type Method Description RoutedServicesLayers
RoutedServices. getLayers()
Provide access to the layer specific routed servicesConstructors in org.goplanit.service.routed with parameters of type RoutedServicesLayers Constructor Description RoutedServicesLayerFactoryImpl(IdGroupingToken tokenId, RoutedServicesLayers routedServicesLayers)
Constructor -
Uses of RoutedServicesLayers in org.goplanit.utils.service.routed
Methods in org.goplanit.utils.service.routed that return RoutedServicesLayers Modifier and Type Method Description RoutedServicesLayers
RoutedServicesLayers. deepClone()
Deep clone implementationRoutedServicesLayers
RoutedServicesLayers. deepCloneWithMapping(BiConsumer<RoutedServicesLayer,RoutedServicesLayer> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperRoutedServicesLayers
RoutedServicesLayers. shallowClone()
Shallow clone implementation
-