Uses of Interface
org.goplanit.service.routed.RoutedServicesLayer
-
Packages that use RoutedServicesLayer Package Description org.goplanit.service.routed -
-
Uses of RoutedServicesLayer in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement RoutedServicesLayer Modifier and Type Class Description class
RoutedServicesLayerImpl
Implementation of the RoutedServicesLayer interfaceFields in org.goplanit.service.routed with type parameters of type RoutedServicesLayer Modifier and Type Field Description static Class<RoutedServicesLayer>
RoutedServicesLayer. ROUTED_SERVICES_LAYER_ID_CLASS
id class for generating idsMethods in org.goplanit.service.routed that return RoutedServicesLayer Modifier and Type Method Description protected RoutedServicesLayer
RoutedServicesLayerFactory. createNew(ServiceNetworkLayer parentLayer)
Create a newly created instance without registering on the containerRoutedServicesLayer
RoutedServicesLayerFactory. registerNew(ServiceNetworkLayer parentLayer)
Register a newly created instance on the underlying containerMethods in org.goplanit.service.routed that return types with arguments of type RoutedServicesLayer Modifier and Type Method Description default Class<RoutedServicesLayer>
RoutedServicesLayer. getIdClass()
Each managed id class is expected to generate its ids based on its class signature.
-