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 class
TimePeriods
Class to register and store time periods for the current demand object todo: conform to managed id containerclass
TravellerTypes
Inner class to register and store traveler typesclass
UserClasses
Inner 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 class
EdgesImpl
Implementation of Edges interfaceclass
VerticesImpl
Vertices 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 class
DirectedEdgesImpl
Implementation of DirectedEdges interfaceclass
DirectedVerticesImpl
DirectedVertices implementation container and factory accessclass
EdgeSegmentsImpl
Implementation of EdgeSegments interface. -
Uses of MapWrapperImpl in org.goplanit.mode
Subclasses of MapWrapperImpl in org.goplanit.mode Modifier and Type Class Description class
ModesImpl
Implementation 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 class
MacroscopicLinkSegmentsImpl
Link segments container implementationclass
MacroscopicLinkSegmentTypesImpl
Implementation of the container interfaceclass
MacroscopicLinksImpl
Macroscopic 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 class
ConjugateLinkSegmentsImpl
Link segments primary managed container implementationclass
ConjugateLinksImpl
Conjugated links primary managed container implementationclass
ConjugateNodesImpl
Conjugate nodes primary managed container implementation.class
LinksImpl<L extends Link>
Links primary managed container implementationclass
NodesImpl
Nodes 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 class
ServiceLegSegmentsImpl
Implementation of ServiceLegSegments container.class
ServiceLegsImpl
Container class for managing service legs within a service networkclass
ServiceNodesImpl
ServiceNodes implementation. -
Uses of MapWrapperImpl in org.goplanit.network.layers
Subclasses of MapWrapperImpl 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 NetworkLayer>
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 MapWrapperImpl in org.goplanit.network.virtual
Subclasses of MapWrapperImpl in org.goplanit.network.virtual Modifier and Type Class Description class
CentroidVerticesImpl
Centroid vertices managed container implementationclass
ConjugateConnectoidEdgesImpl
Conjugate connectoid edge container implementationclass
ConjugateConnectoidNodesImpl
Conjugate connectoid nodes managed container implementation.class
ConjugateConnectoidSegmentsImpl
Conjugate connectoid segments primary managed container implementationclass
ConnectoidEdgesImpl
Connectoid edge container implementationclass
ConnectoidSegmentsImpl
Connectoid segments container implementation -
Uses of MapWrapperImpl in org.goplanit.path
Subclasses of MapWrapperImpl in org.goplanit.path Modifier and Type Class Description class
ManagedDirectedPathsImpl
Implementation of (managed) DirectedPaths interface -
Uses of MapWrapperImpl in org.goplanit.project
Subclasses of MapWrapperImpl in org.goplanit.project Modifier and Type Class Description class
ProjectDemands
class for registered demands on projectclass
ProjectNetworks
Internal class for registered physical networksclass
ProjectOdPathSets
class for registered od path setsclass
ProjectRoutedServices
class for registered routed services on projectclass
ProjectServiceNetworks
class for registered service networks on projectclass
ProjectZonings
Class 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 class
RoutedModeServicesImpl
Implementation of the RoutedModeServices interfaceclass
RoutedServicesLayersImpl
Implementation of the RoutedServicesLayers interface.class
RoutedTripDeparturesImpl
Class that manages all routed trip departures for a given routed trip scheduleclass
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 MapWrapperImpl in org.goplanit.utils.graph
Subclasses of MapWrapperImpl in org.goplanit.utils.graph Modifier and Type Class Description class
GraphEntitiesImpl<E extends GraphEntity>
Base class for containers of entities on graphclass
ManagedGraphEntitiesImpl<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 class
ManagedIdEntitiesImpl<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 class
LongMapWrapperImpl<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 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
-