Uses of Class
org.goplanit.utils.wrapper.MapWrapperImpl
-
Packages that use MapWrapperImpl Package Description org.goplanit.demands Classes which manage traveler demandsorg.goplanit.graph Network component object classesorg.goplanit.graph.directed 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.project PLANit project 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.utils.wrapper org.goplanit.zoning -
-
Uses of MapWrapperImpl in org.goplanit.demands
Subclasses of MapWrapperImpl 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 MapWrapperImpl in org.goplanit.graph
Subclasses of MapWrapperImpl in org.goplanit.graph Modifier and Type Class Description classEdgesImplImplementation of Edges interfaceclassVerticesImplVertices implementation container and factory access -
Uses of MapWrapperImpl in org.goplanit.graph.directed
Subclasses of MapWrapperImpl in org.goplanit.graph.directed Modifier and Type Class Description classDirectedEdgesImplImplementation of DirectedEdges interfaceclassDirectedVerticesImplDirectedVertices implementation container and factory accessclassEdgeSegmentsImplImplementation of EdgeSegments interface. -
Uses of MapWrapperImpl in org.goplanit.mode
Subclasses of MapWrapperImpl in org.goplanit.mode Modifier and Type Class Description classModesImplImplementation of the Modes interface to create and register modes -
Uses of MapWrapperImpl in org.goplanit.network.layer.macroscopic
Subclasses of MapWrapperImpl 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 MapWrapperImpl in org.goplanit.network.layer.physical
Subclasses of MapWrapperImpl 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 MapWrapperImpl in org.goplanit.network.layer.service
Subclasses of MapWrapperImpl 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 MapWrapperImpl in org.goplanit.network.layers
Subclasses of MapWrapperImpl 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 MapWrapperImpl in org.goplanit.network.virtual
Subclasses of MapWrapperImpl 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 MapWrapperImpl in org.goplanit.path
Subclasses of MapWrapperImpl in org.goplanit.path Modifier and Type Class Description classManagedDirectedPathsImplImplementation of (managed) DirectedPaths interface -
Uses of MapWrapperImpl in org.goplanit.project
Subclasses of MapWrapperImpl in org.goplanit.project Modifier and Type Class Description classProjectDemandsclass for registered demands on projectclassProjectNetworksInternal class for registered physical networksclassProjectOdPathSetsclass for registered od path setsclassProjectRoutedServicesclass for registered routed services on projectclassProjectServiceNetworksclass for registered service networks on projectclassProjectZoningsClass for registered zonings on project -
Uses of MapWrapperImpl in org.goplanit.service.routed
Subclasses of MapWrapperImpl 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 MapWrapperImpl in org.goplanit.utils.graph
Subclasses of MapWrapperImpl in org.goplanit.utils.graph Modifier and Type Class Description classGraphEntitiesImpl<E extends GraphEntity>Base class for containers of entities on graphclassManagedGraphEntitiesImpl<E extends GraphEntity & ManagedId>Base class for containers of managed id entities that are also graph entities -
Uses of MapWrapperImpl in org.goplanit.utils.id
Subclasses of MapWrapperImpl in org.goplanit.utils.id Modifier and Type Class Description classManagedIdEntitiesImpl<E extends ManagedId>Base class for containers of managed id entities -
Uses of MapWrapperImpl in org.goplanit.utils.wrapper
Subclasses of MapWrapperImpl in org.goplanit.utils.wrapper Modifier and Type Class Description classLongMapWrapperImpl<V>Wrapper class for a map instance with Long keysMethods in org.goplanit.utils.wrapper that return MapWrapperImpl Modifier and Type Method Description MapWrapperImpl<K,V>MapWrapperImpl. 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.wrapper with parameters of type MapWrapperImpl Constructor Description MapWrapperImpl(MapWrapperImpl<K,V> other)Copy constructor which creates a new underlying map and copies entries over (shallow) -
Uses of MapWrapperImpl in org.goplanit.zoning
Subclasses of MapWrapperImpl 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
-