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 class
ModesImpl
Implementation 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 class
MacroscopicLinkSegmentsImpl
Link segments container implementationclass
MacroscopicLinkSegmentTypesImpl
Implementation 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 class
LinkSegmentsImpl
Link segments primary managed container implementationclass
LinksImpl
Links primary managed container implementationclass
NodesImpl
Nodes 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 class
ServiceLegSegmentsImpl
Implementation of ServiceLegSegments container.class
ServiceLegsImpl
Container class for managing service legs within a service networkclass
ServiceNodesImpl
ServiceNodes implementation. -
Uses of ManagedIdEntitiesImpl in org.goplanit.network.layers
Subclasses of ManagedIdEntitiesImpl in org.goplanit.network.layers Modifier and Type Class Description class
MacroscopicNetworkLayersImpl
Implementation of container and factory to manager layers.class
ServiceNetworkLayersImpl
Implementation of container and factory to manage service network layers.class
TopologicalLayersImpl<T extends TopologicalLayer>
implementation of the transport layers interface, without the createNew() method, but now with base layer class of TopologicalLayerclass
TransportLayersImpl<T extends TransportLayer>
Base implementation of the TransportLayer interface, without the createNew() methodclass
UntypedPhysicalNetworkLayersImpl<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 class
ConnectoidEdgesImpl
Connectoid edge container implementationclass
ConnectoidSegmentsImpl
Connectoid segments container implementation -
Uses of ManagedIdEntitiesImpl in org.goplanit.path
Subclasses of ManagedIdEntitiesImpl in org.goplanit.path Modifier and Type Class Description class
DirectedPathsImpl
Implementation of DirectedPaths interface -
Uses of ManagedIdEntitiesImpl in org.goplanit.service.routed
Subclasses of ManagedIdEntitiesImpl in org.goplanit.service.routed Modifier and Type Class Description class
RoutedModeServicesImpl
Implementation of the RoutedModeServices interfaceclass
RoutedServicesLayersImpl
Implementation of the RoutedServicesLayers interface.class
RoutedTripDeparturesImpl
Class that manages all routed trip departuresclass
RoutedTripsFrequencyImpl
Implementation of the RoutedTripsFrequency interface.class
RoutedTripsImpl<T extends RoutedTrip>
Base class for toued trips of some derived type (either schedule or frequency based for example).class
RoutedTripsScheduleImpl
Implementation 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 class
ConnectoidsImpl<T extends Connectoid>
Base implementation of Connectoids container and factory classclass
DirectedConnectoidsImpl
Implementation of directed connectoids classclass
OdZonesImpl
implementation of the Zones <T> interface for Od zonesclass
TransferZoneGroupsImpl
Container for transfer zone groups where each transfer zone group logically groups multiple transfer zones together.class
TransferZonesImpl
implementation of the Zones <T> interface for transfer zonesclass
UndirectedConnectoidsImpl
Implementation of Connectoids classclass
ZonesImpl<Z extends Zone>
Partial implementation of the Zones <T> interface
-