Uses of Interface
org.goplanit.service.routed.RoutedModeServices
-
Packages that use RoutedModeServices Package Description org.goplanit.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 RoutedModeServicesRoutedServiceFactory. routedModeServicescontainer to useMethods in org.goplanit.service.routed that return RoutedModeServices Modifier and Type Method Description RoutedModeServicesRoutedModeServices. clone()Force clone implementationRoutedModeServicesRoutedServicesLayer. getServicesByMode(Mode mode)The services for a given mode available on this layer.RoutedModeServicesRoutedServicesLayerImpl. getServicesByMode(Mode mode)The services for a given mode available on this layer.Methods in org.goplanit.service.routed that return types with arguments of type RoutedModeServices Modifier and Type Method Description Iterator<RoutedModeServices>RoutedServicesLayerImpl. iterator()Constructors in org.goplanit.service.routed with parameters of type RoutedModeServices Constructor Description RoutedServiceFactory(IdGroupingToken tokenId, RoutedModeServices routedModeServices)Constructor
-