Uses of Class
org.goplanit.utils.id.ManagedIdEntitiesImpl
-
Packages that use ManagedIdEntitiesImpl Package Description org.goplanit.demands Classes which manage traveler demandsorg.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.graph Utilities for setting up graphsorg.goplanit.utils.id Utilities for managing and generating unique ids within certain (managed) contextsorg.goplanit.zoning -
-
Uses of ManagedIdEntitiesImpl in org.goplanit.demands
Subclasses of ManagedIdEntitiesImpl in org.goplanit.demands Modifier and Type Class Description classTimePeriodsClass to register and store time periods for the current demand object todo: conform to managed id containerclassTravellerTypesInner class to register and store traveler typesclassUserClassesInner class to register and store user classes for the current demand object -
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 interfaceclassMacroscopicLinksImplMacroscopic links primary managed container implementation -
Uses of ManagedIdEntitiesImpl in org.goplanit.network.layer.physical
Subclasses of ManagedIdEntitiesImpl in org.goplanit.network.layer.physical Modifier and Type Class Description classConjugateLinkSegmentsImplLink segments primary managed container implementationclassConjugateLinksImplConjugated links primary managed container implementationclassConjugateNodesImplConjugate nodes primary managed container implementation.classLinksImpl<L extends Link>Links 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 NetworkLayer>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 classCentroidVerticesImplCentroid vertices managed container implementationclassConjugateConnectoidEdgesImplConjugate connectoid edge container implementationclassConjugateConnectoidNodesImplConjugate connectoid nodes managed container implementation.classConjugateConnectoidSegmentsImplConjugate connectoid segments primary managed container implementationclassConnectoidEdgesImplConnectoid 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 classManagedDirectedPathsImplImplementation of (managed) 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 departures for a given routed trip scheduleclassRoutedTripsFrequencyImplImplementation 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.graph
Subclasses of ManagedIdEntitiesImpl in org.goplanit.utils.graph Modifier and Type Class Description classManagedGraphEntitiesImpl<E extends GraphEntity & ManagedId>Base class for containers of managed id entities that are also graph entities -
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. deepClone()Deep clone implementationabstract ManagedIdEntitiesImpl<E>ManagedIdEntitiesImpl. deepCloneWithMapping(BiConsumer<E,E> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperabstract ManagedIdEntitiesImpl<E>ManagedIdEntitiesImpl. shallowClone()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, boolean deepCopy, BiConsumer<E,E> mapper)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
-