Uses of Interface
org.goplanit.utils.service.routed.RoutedModeServices
-
Packages that use RoutedModeServices Package Description org.goplanit.service.routed org.goplanit.utils.service.routed -
-
Uses of RoutedModeServices in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement RoutedModeServices Modifier and Type Class Description classRoutedModeServicesImplImplementation of the RoutedModeServices interfaceFields in org.goplanit.service.routed declared as RoutedModeServices Modifier and Type Field Description protected RoutedModeServicesRoutedServiceFactoryImpl. routedModeServicescontainer to useMethods in org.goplanit.service.routed that return RoutedModeServices Modifier and Type Method Description RoutedModeServicesRoutedServicesLayerImpl. getServicesByMode(Mode mode)The services for a given mode available on this layer.protected RoutedModeServicesRoutedServicesLayerImpl. removeServicesByMode(RoutedModeServices servicesByMode)Remove a given routed services by modeMethods in org.goplanit.service.routed that return types with arguments of type RoutedModeServices Modifier and Type Method Description Iterator<RoutedModeServices>RoutedServicesLayerImpl. iterator()Methods in org.goplanit.service.routed with parameters of type RoutedModeServices Modifier and Type Method Description protected RoutedModeServicesRoutedServicesLayerImpl. removeServicesByMode(RoutedModeServices servicesByMode)Remove a given routed services by modeConstructors in org.goplanit.service.routed with parameters of type RoutedModeServices Constructor Description RoutedServiceFactoryImpl(IdGroupingToken tokenId, RoutedModeServices routedModeServices)Constructor -
Uses of RoutedModeServices in org.goplanit.utils.service.routed
Methods in org.goplanit.utils.service.routed that return RoutedModeServices Modifier and Type Method Description RoutedModeServicesRoutedModeServices. deepClone()Deep clone implementationRoutedModeServicesRoutedModeServices. deepCloneWithMapping(BiConsumer<RoutedService,RoutedService> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperRoutedModeServicesRoutedServicesLayer. getServicesByMode(Mode mode)The services for a given mode available on this layer.RoutedModeServicesRoutedModeServices. shallowClone()Shallow clone implementation
-