Uses of Interface
org.goplanit.service.routed.RoutedServicesLayers
-
Packages that use RoutedServicesLayers Package Description org.goplanit.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
RoutedServicesLayerFactory. routedServicesLayers
container to useMethods in org.goplanit.service.routed that return RoutedServicesLayers Modifier and Type Method Description RoutedServicesLayers
RoutedServicesLayers. clone()
Force clone implementationRoutedServicesLayers
RoutedServices. getLayers()
Provide access to the layer specific routed servicesConstructors in org.goplanit.service.routed with parameters of type RoutedServicesLayers Constructor Description RoutedServicesLayerFactory(IdGroupingToken tokenId, RoutedServicesLayers routedServicesLayers)
Constructor
-