Package org.goplanit.service.routed
Interface RoutedServicesLayers
-
- All Superinterfaces:
Cloneable
,Iterable<RoutedServicesLayer>
,LongMapWrapper<RoutedServicesLayer>
,ManagedIdEntities<RoutedServicesLayer>
,MapWrapper<Long,RoutedServicesLayer>
- All Known Implementing Classes:
RoutedServicesLayersImpl
public interface RoutedServicesLayers extends ManagedIdEntities<RoutedServicesLayer>
Interface for wrapper container class around RoutedServiceLayer instances. This container is used to categorise the entires in RoutedServices by their parent network layers.- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutedServicesLayers
clone()
Force clone implementationRoutedServicesLayerFactory
getFactory()
Factory to create instance of managed id entity (for this container class)-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.goplanit.utils.wrapper.LongMapWrapper
get, remove
-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntities
containsKey, getManagedIdClass, recreateIds, recreateIds, reset
-
Methods inherited from interface org.goplanit.utils.wrapper.MapWrapper
addAll, clear, contains, findFirst, forEachIn, get, getFirst, getKeyByValue, isEmpty, register, remove, size, toCollection, valuesAsNewSet
-
-
-
-
Method Detail
-
clone
RoutedServicesLayers clone()
Force clone implementation- Specified by:
clone
in interfaceManagedIdEntities<RoutedServicesLayer>
- Specified by:
clone
in interfaceMapWrapper<Long,RoutedServicesLayer>
- Returns:
- clone of entities
-
getFactory
RoutedServicesLayerFactory getFactory()
Factory to create instance of managed id entity (for this container class)- Specified by:
getFactory
in interfaceManagedIdEntities<RoutedServicesLayer>
- Returns:
- entity factory
-
-