Uses of Interface
org.goplanit.utils.wrapper.LongMapWrapper
-
-
Uses of LongMapWrapper in org.goplanit.demands
Classes in org.goplanit.demands that implement LongMapWrapper 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 LongMapWrapper in org.goplanit.graph
Classes in org.goplanit.graph that implement LongMapWrapper Modifier and Type Class Description classEdgesImplImplementation of Edges interfaceclassVerticesImplVertices implementation container and factory access -
Uses of LongMapWrapper in org.goplanit.graph.directed
Classes in org.goplanit.graph.directed that implement LongMapWrapper Modifier and Type Class Description classDirectedEdgesImplImplementation of DirectedEdges interfaceclassDirectedVerticesImplDirectedVertices implementation container and factory accessclassEdgeSegmentsImplImplementation of EdgeSegments interface. -
Uses of LongMapWrapper in org.goplanit.mode
Classes in org.goplanit.mode that implement LongMapWrapper Modifier and Type Class Description classModesImplImplementation of the Modes interface to create and register modes -
Uses of LongMapWrapper in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement LongMapWrapper Modifier and Type Class Description classMacroscopicLinkSegmentsImplLink segments container implementationclassMacroscopicLinkSegmentTypesImplImplementation of the container interfaceclassMacroscopicLinksImplMacroscopic links primary managed container implementation -
Uses of LongMapWrapper in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement LongMapWrapper 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 LongMapWrapper in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement LongMapWrapper Modifier and Type Class Description classServiceLegSegmentsImplImplementation of ServiceLegSegments container.classServiceLegsImplContainer class for managing service legs within a service networkclassServiceNodesImplServiceNodes implementation. -
Uses of LongMapWrapper in org.goplanit.network.layers
Classes in org.goplanit.network.layers that implement LongMapWrapper 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 LongMapWrapper in org.goplanit.network.virtual
Classes in org.goplanit.network.virtual that implement LongMapWrapper 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 LongMapWrapper in org.goplanit.path
Classes in org.goplanit.path that implement LongMapWrapper Modifier and Type Class Description classManagedDirectedPathsImplImplementation of (managed) DirectedPaths interface -
Uses of LongMapWrapper in org.goplanit.project
Classes in org.goplanit.project that implement LongMapWrapper 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 LongMapWrapper in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement LongMapWrapper 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 LongMapWrapper in org.goplanit.utils.graph
Subinterfaces of LongMapWrapper in org.goplanit.utils.graph Modifier and Type Interface Description interfaceConjugateEdgesContainer and factory class for conjugate edges in a conjugate graph, also to be used to create and register conjugate edges of any (derived) typeinterfaceConjugateVerticesContainer class for conjugate vertices and creating instances within this container via factory.interfaceEdgesContainer and factory class for edges in a graph, also to be used to create and register edges of any (derived) typeinterfaceGraphEntities<E extends GraphEntity>Container class for any graph entities and a factory to create theminterfaceManagedGraphEntities<E extends GraphEntity & ManagedId>Container class for any graph entities and a factory to create theminterfaceVerticesContainer class for vertices and creating instances within this container via factory.Classes in org.goplanit.utils.graph that implement LongMapWrapper 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 LongMapWrapper in org.goplanit.utils.graph.directed
Subinterfaces of LongMapWrapper in org.goplanit.utils.graph.directed Modifier and Type Interface Description interfaceConjugateDirectedEdgesContainer and managing class for conjugate directed edges in a conjugate graph.interfaceConjugateDirectedVerticesContainer class for conjugate directed vertices and creating instances within this container via factory.interfaceConjugateEdgeSegmentsContainer and factory class for conjugate edge segments in a conjugate graph.interfaceDirectedEdgesContainer and managing class for directed edges in a graph.interfaceDirectedVerticesContainer class for directed vertices and creating instances within this container via factory.interfaceEdgeSegmentsContainer and factory class for edge segments in a graph, also to be used to create and register edge segments of any (derived) type -
Uses of LongMapWrapper in org.goplanit.utils.id
Subinterfaces of LongMapWrapper in org.goplanit.utils.id Modifier and Type Interface Description interfaceManagedIdEntities<E extends ManagedId>Container class for any managed id derived entities and a factory to create themClasses in org.goplanit.utils.id that implement LongMapWrapper Modifier and Type Class Description classManagedIdEntitiesImpl<E extends ManagedId>Base class for containers of managed id entities -
Uses of LongMapWrapper in org.goplanit.utils.mode
Subinterfaces of LongMapWrapper in org.goplanit.utils.mode Modifier and Type Interface Description interfaceModescontainer class and factory methods for modes with some -
Uses of LongMapWrapper in org.goplanit.utils.network.layer.macroscopic
Subinterfaces of LongMapWrapper in org.goplanit.utils.network.layer.macroscopic Modifier and Type Interface Description interfaceMacroscopicLinksPrimary managed container class for macroscopic links with access to factory capable of creating new links and registering them on the container directlyinterfaceMacroscopicLinkSegmentsPrimary managed container for MacroscopicLinkSegments explicitly and create them on the container via its dedicated factory classinterfaceMacroscopicLinkSegmentTypesA container interface for macroscopic link segment types -
Uses of LongMapWrapper in org.goplanit.utils.network.layer.physical
Subinterfaces of LongMapWrapper in org.goplanit.utils.network.layer.physical Modifier and Type Interface Description interfaceConjugateLinksPrimary managed container class for conjugate links with access to factory capable of creating new conjugate links and registering them on the container directlyinterfaceConjugateLinkSegmentsPrimary managed container for conjugate linkSegments explicitly and create them on the container via its dedicated factory classinterfaceConjugateNodesContainer class for primary managed nodes container and access to factory to create and register them on this instanceinterfaceLinks<L extends Link>Primary managed container class for links with access to factory capable of creating new links and registering them on the container directlyinterfaceLinkSegmentsPrimary managed container for linkSegments explicitly and create them on the container via its dedicated factory classinterfaceNodesContainer class for primary managed nodes container and access to factory to create and register them on this instance -
Uses of LongMapWrapper in org.goplanit.utils.network.layer.service
Subinterfaces of LongMapWrapper in org.goplanit.utils.network.layer.service Modifier and Type Interface Description interfaceServiceLegsContainer around service legs with factory accessinterfaceServiceLegSegmentsContainer for service leg segmentsinterfaceServiceNodesService node container and factory -
Uses of LongMapWrapper in org.goplanit.utils.network.layers
Subinterfaces of LongMapWrapper in org.goplanit.utils.network.layers Modifier and Type Interface Description interfaceMacroscopicNetworkLayersinterface to manage macroscopic physical network layers, i.e., layers that contain a topologically meaningful representation in the form of nodes and linksinterfaceNetworkLayers<T extends NetworkLayer>interface to manage transport layers.interfaceServiceNetworkLayersinterface to manage service network layers, i.e., layers that contain service networks on top of other network layersinterfaceTopologicalLayers<T extends TopologicalLayer>interface to manage topological layers, i.e., layers that contain a topologically meaningful representation, without enforcing how this is implemented.interfaceUntypedDirectedGraphLayers<L extends UntypedDirectedGraphLayer<?,?,?>>Interface to manage physical network layers, i.e., layers that contain a topologically meaningful representation in the form of nodes and linksinterfaceUntypedPhysicalNetworkLayers<L extends UntypedPhysicalLayer<?,?,?>>Interface to manage physical network layers, i.e., layers that contain a topologically meaningful representation in the form of nodes and links -
Uses of LongMapWrapper in org.goplanit.utils.network.virtual
Subinterfaces of LongMapWrapper in org.goplanit.utils.network.virtual Modifier and Type Interface Description interfaceCentroidVerticesContainer class for centroid vertices and creating instances within this container via factory.interfaceConjugateConnectoidEdgesContainer to register and manager conjugate connectoid edges.interfaceConjugateConnectoidNodesContainer class for conjugate connectoid nodes container and access to factory to create and register them on this instanceinterfaceConjugateConnectoidSegmentsContainer to register and manage conjugate connectoid segments that define the points of access for zones regarding conjugate infrastructure network (layer)interfaceConnectoidEdgesContainer to register and manager connectoid edges.interfaceConnectoidSegmentsContainer to register and manage connectoid segments that define the points of access for zones regarding infrastructure network (layer) -
Uses of LongMapWrapper in org.goplanit.utils.path
Subinterfaces of LongMapWrapper in org.goplanit.utils.path Modifier and Type Interface Description interfaceManagedDirectedPathsSupport directed paths as container and factory class -
Uses of LongMapWrapper in org.goplanit.utils.service.routed
Subinterfaces of LongMapWrapper in org.goplanit.utils.service.routed Modifier and Type Interface Description interfaceRoutedModeServicesInterface for wrapper container class around RoutedModeServices for a particular mode.interfaceRoutedServicesLayersInterface for wrapper container class around RoutedServiceLayer instances.interfaceRoutedTripDeparturesA container class for departures registered on a schedule based routed tripinterfaceRoutedTrips<T extends RoutedTrip>Base class for routed trips container for some derived type of RoutedTrip (either schedule or frequency based for example).interfaceRoutedTripsFrequencyInterface for wrapper container class around RoutedTrip instances that define a frequency based schedule.interfaceRoutedTripsScheduleInterface for wrapper container class around RoutedTrip instances that define an explicit schedule. -
Uses of LongMapWrapper in org.goplanit.utils.wrapper
Classes in org.goplanit.utils.wrapper that implement LongMapWrapper Modifier and Type Class Description classLongMapWrapperImpl<V>Wrapper class for a map instance with Long keys -
Uses of LongMapWrapper in org.goplanit.utils.zoning
Subinterfaces of LongMapWrapper in org.goplanit.utils.zoning Modifier and Type Interface Description interfaceConnectoids<T extends Connectoid>Container to register and manager connectoids that define the points of access for zones regarding infrastructure network (layer)interfaceDirectedConnectoidscontainer and factory class for directed connectoidsinterfaceOdZonesContainer class for OdZonesinterfaceTransferZoneGroupsA Container for transfer zone groups which also acts as a factory for creating new transfer zone groupsinterfaceTransferZonesContainer class for TransferZone instancesinterfaceUndirectedConnectoidscontainer and factory class for undirected connectoidsinterfaceZones<Z extends Zone>Interface to manage zones -
Uses of LongMapWrapper in org.goplanit.zoning
Classes in org.goplanit.zoning that implement LongMapWrapper 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
-