Uses of Class
org.goplanit.utils.id.ManagedIdEntitiesImpl
-
Packages that use ManagedIdEntitiesImpl Package Description org.goplanit.mode org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layer.physical Physical network component object classesorg.goplanit.network.layer.service org.goplanit.network.layers org.goplanit.network.virtual Virtual network component object classesorg.goplanit.path PLANit path classesorg.goplanit.service.routed org.goplanit.utils.id Utilities for managing and generating unique ids within certain (managed) contextsorg.goplanit.zoning -
-
Uses of ManagedIdEntitiesImpl in org.goplanit.mode
Subclasses of ManagedIdEntitiesImpl in org.goplanit.mode Modifier and Type Class Description classModesImplImplementation of the Modes interface to create and register modes -
Uses of ManagedIdEntitiesImpl in org.goplanit.network.layer.macroscopic
Subclasses of ManagedIdEntitiesImpl in org.goplanit.network.layer.macroscopic Modifier and Type Class Description classMacroscopicLinkSegmentsImplLink segments container implementationclassMacroscopicLinkSegmentTypesImplImplementation of the container interface -
Uses of ManagedIdEntitiesImpl in org.goplanit.network.layer.physical
Subclasses of ManagedIdEntitiesImpl in org.goplanit.network.layer.physical Modifier and Type Class Description classLinkSegmentsImplLink segments primary managed container implementationclassLinksImplLinks primary managed container implementationclassNodesImplNodes primary managed container implementation -
Uses of ManagedIdEntitiesImpl in org.goplanit.network.layer.service
Subclasses of ManagedIdEntitiesImpl in org.goplanit.network.layer.service Modifier and Type Class Description classServiceLegSegmentsImplImplementation of ServiceLegSegments container.classServiceLegsImplContainer class for managing service legs within a service networkclassServiceNodesImplServiceNodes implementation. -
Uses of ManagedIdEntitiesImpl in org.goplanit.network.layers
Subclasses of ManagedIdEntitiesImpl in org.goplanit.network.layers Modifier and Type Class Description classMacroscopicNetworkLayersImplImplementation of container and factory to manager layers.classServiceNetworkLayersImplImplementation of container and factory to manage service network layers.classTopologicalLayersImpl<T extends TopologicalLayer>implementation of the transport layers interface, without the createNew() method, but now with base layer class of TopologicalLayerclassTransportLayersImpl<T extends TransportLayer>Base implementation of the TransportLayer interface, without the createNew() methodclassUntypedPhysicalNetworkLayersImpl<L extends UntypedPhysicalLayer<?,?,?>>Implementation of container and factory to manage physical network layers. -
Uses of ManagedIdEntitiesImpl in org.goplanit.network.virtual
Subclasses of ManagedIdEntitiesImpl in org.goplanit.network.virtual Modifier and Type Class Description classConnectoidEdgesImplConnectoid edge container implementationclassConnectoidSegmentsImplConnectoid segments container implementation -
Uses of ManagedIdEntitiesImpl in org.goplanit.path
Subclasses of ManagedIdEntitiesImpl in org.goplanit.path Modifier and Type Class Description classDirectedPathsImplImplementation of DirectedPaths interface -
Uses of ManagedIdEntitiesImpl in org.goplanit.service.routed
Subclasses of ManagedIdEntitiesImpl in org.goplanit.service.routed Modifier and Type Class Description classRoutedModeServicesImplImplementation of the RoutedModeServices interfaceclassRoutedServicesLayersImplImplementation of the RoutedServicesLayers interface.classRoutedTripDeparturesImplClass that manages all routed trip departuresclassRoutedTripsFrequencyImplImplementation of the RoutedTripsFrequency interface.classRoutedTripsImpl<T extends RoutedTrip>Base class for toued trips of some derived type (either schedule or frequency based for example).classRoutedTripsScheduleImplImplementation of the RoutedTripsSchedule interface. -
Uses of ManagedIdEntitiesImpl in org.goplanit.utils.id
Methods in org.goplanit.utils.id that return ManagedIdEntitiesImpl Modifier and Type Method Description abstract ManagedIdEntitiesImpl<E>ManagedIdEntitiesImpl. clone()Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.utils.id with parameters of type ManagedIdEntitiesImpl Constructor Description ManagedIdEntitiesImpl(ManagedIdEntitiesImpl<E> other)copy constructor -
Uses of ManagedIdEntitiesImpl in org.goplanit.zoning
Subclasses of ManagedIdEntitiesImpl in org.goplanit.zoning Modifier and Type Class Description classConnectoidsImpl<T extends Connectoid>Base implementation of Connectoids container and factory classclassDirectedConnectoidsImplImplementation of directed connectoids classclassOdZonesImplimplementation of the Zones <T> interface for Od zonesclassTransferZoneGroupsImplContainer for transfer zone groups where each transfer zone group logically groups multiple transfer zones together.classTransferZonesImplimplementation of the Zones <T> interface for transfer zonesclassUndirectedConnectoidsImplImplementation of Connectoids classclassZonesImpl<Z extends Zone>Partial implementation of the Zones <T> interface
-