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 classRoutedServicesLayerImplImplementation 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_CLASSid class for generating idsMethods in org.goplanit.service.routed that return RoutedServicesLayer Modifier and Type Method Description protected RoutedServicesLayerRoutedServicesLayerFactory. createNew(ServiceNetworkLayer parentLayer)Create a newly created instance without registering on the containerRoutedServicesLayerRoutedServicesLayerFactory. 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.
-