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 classDemands.TimePeriodsInner class to register and store time periods for the current demand objectclassDemands.TravelerTypesInner class to register and store traveler types for the current demand objectclassDemands.UserClassesInner 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 interfaceclassGraphEntitiesImpl<E extends GraphEntity>Base class for containers of entities on graphclassVerticesImplVertices 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 interface -
Uses of LongMapWrapper in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement LongMapWrapper Modifier and Type Class Description classLinkSegmentsImplLink segments primary managed container implementationclassLinksImplLinks 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 TransportLayer>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 classConnectoidEdgesImplConnectoid 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 classDirectedPathsImplImplementation of 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
Subinterfaces of LongMapWrapper in org.goplanit.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.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 departuresclassRoutedTripsFrequencyImplImplementation 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 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>Container class for any graph entities and a factory to create theminterfaceVerticesContainer class for vertices and creating instances within this container via factory. -
Uses of LongMapWrapper in org.goplanit.utils.graph.directed
Subinterfaces of LongMapWrapper in org.goplanit.utils.graph.directed Modifier and Type Interface Description 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 interfaceMacroscopicLinkSegmentsPrimary 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 interfaceLinksrimary 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 linksinterfaceServiceNetworkLayersinterface 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.interfaceTransportLayers<T extends TransportLayer>interface to manage transport layers.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 interfaceConnectoidEdgesContainer to register and manager connectoid edges.interfaceConnectoidSegmentsContainer to register and manager connectoids 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 interfaceDirectedPathsSupport directed paths as container and factory class -
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
-