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 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 LongMapWrapper in org.goplanit.graph
Classes in org.goplanit.graph that implement LongMapWrapper Modifier and Type Class Description class
EdgesImpl
Implementation of Edges interfaceclass
VerticesImpl
Vertices 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 class
DirectedEdgesImpl
Implementation of DirectedEdges interfaceclass
DirectedVerticesImpl
DirectedVertices implementation container and factory accessclass
EdgeSegmentsImpl
Implementation of EdgeSegments interface. -
Uses of LongMapWrapper in org.goplanit.mode
Classes in org.goplanit.mode that implement LongMapWrapper Modifier and Type Class Description class
ModesImpl
Implementation 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 class
MacroscopicLinkSegmentsImpl
Link segments container implementationclass
MacroscopicLinkSegmentTypesImpl
Implementation of the container interfaceclass
MacroscopicLinksImpl
Macroscopic 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 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 LongMapWrapper in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement LongMapWrapper 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 LongMapWrapper in org.goplanit.network.layers
Classes in org.goplanit.network.layers that implement LongMapWrapper 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 LongMapWrapper in org.goplanit.network.virtual
Classes in org.goplanit.network.virtual that implement LongMapWrapper 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 LongMapWrapper in org.goplanit.path
Classes in org.goplanit.path that implement LongMapWrapper Modifier and Type Class Description class
ManagedDirectedPathsImpl
Implementation of (managed) DirectedPaths interface -
Uses of LongMapWrapper in org.goplanit.project
Classes in org.goplanit.project that implement LongMapWrapper 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 LongMapWrapper in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement LongMapWrapper 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 LongMapWrapper in org.goplanit.utils.graph
Subinterfaces of LongMapWrapper in org.goplanit.utils.graph Modifier and Type Interface Description interface
ConjugateEdges
Container and factory class for conjugate edges in a conjugate graph, also to be used to create and register conjugate edges of any (derived) typeinterface
ConjugateVertices
Container class for conjugate vertices and creating instances within this container via factory.interface
Edges
Container and factory class for edges in a graph, also to be used to create and register edges of any (derived) typeinterface
GraphEntities<E extends GraphEntity>
Container class for any graph entities and a factory to create theminterface
ManagedGraphEntities<E extends GraphEntity & ManagedId>
Container class for any graph entities and a factory to create theminterface
Vertices
Container 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 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 LongMapWrapper in org.goplanit.utils.graph.directed
Subinterfaces of LongMapWrapper in org.goplanit.utils.graph.directed Modifier and Type Interface Description interface
ConjugateDirectedEdges
Container and managing class for conjugate directed edges in a conjugate graph.interface
ConjugateDirectedVertices
Container class for conjugate directed vertices and creating instances within this container via factory.interface
ConjugateEdgeSegments
Container and factory class for conjugate edge segments in a conjugate graph.interface
DirectedEdges
Container and managing class for directed edges in a graph.interface
DirectedVertices
Container class for directed vertices and creating instances within this container via factory.interface
EdgeSegments
Container 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 interface
ManagedIdEntities<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 class
ManagedIdEntitiesImpl<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 interface
Modes
container 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 interface
MacroscopicLinks
Primary managed container class for macroscopic links with access to factory capable of creating new links and registering them on the container directlyinterface
MacroscopicLinkSegments
Primary managed container for MacroscopicLinkSegments explicitly and create them on the container via its dedicated factory classinterface
MacroscopicLinkSegmentTypes
A 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 interface
ConjugateLinks
Primary managed container class for conjugate links with access to factory capable of creating new conjugate links and registering them on the container directlyinterface
ConjugateLinkSegments
Primary managed container for conjugate linkSegments explicitly and create them on the container via its dedicated factory classinterface
ConjugateNodes
Container class for primary managed nodes container and access to factory to create and register them on this instanceinterface
Links<L extends Link>
Primary managed container class for links with access to factory capable of creating new links and registering them on the container directlyinterface
LinkSegments
Primary managed container for linkSegments explicitly and create them on the container via its dedicated factory classinterface
Nodes
Container 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 interface
ServiceLegs
Container around service legs with factory accessinterface
ServiceLegSegments
Container for service leg segmentsinterface
ServiceNodes
Service 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 interface
MacroscopicNetworkLayers
interface to manage macroscopic physical network layers, i.e., layers that contain a topologically meaningful representation in the form of nodes and linksinterface
NetworkLayers<T extends NetworkLayer>
interface to manage transport layers.interface
ServiceNetworkLayers
interface to manage service network layers, i.e., layers that contain service networks on top of other network layersinterface
TopologicalLayers<T extends TopologicalLayer>
interface to manage topological layers, i.e., layers that contain a topologically meaningful representation, without enforcing how this is implemented.interface
UntypedDirectedGraphLayers<L extends UntypedDirectedGraphLayer<?,?,?>>
Interface to manage physical network layers, i.e., layers that contain a topologically meaningful representation in the form of nodes and linksinterface
UntypedPhysicalNetworkLayers<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 interface
CentroidVertices
Container class for centroid vertices and creating instances within this container via factory.interface
ConjugateConnectoidEdges
Container to register and manager conjugate connectoid edges.interface
ConjugateConnectoidNodes
Container class for conjugate connectoid nodes container and access to factory to create and register them on this instanceinterface
ConjugateConnectoidSegments
Container to register and manage conjugate connectoid segments that define the points of access for zones regarding conjugate infrastructure network (layer)interface
ConnectoidEdges
Container to register and manager connectoid edges.interface
ConnectoidSegments
Container 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 interface
ManagedDirectedPaths
Support 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 interface
RoutedModeServices
Interface for wrapper container class around RoutedModeServices for a particular mode.interface
RoutedServicesLayers
Interface for wrapper container class around RoutedServiceLayer instances.interface
RoutedTripDepartures
A container class for departures registered on a schedule based routed tripinterface
RoutedTrips<T extends RoutedTrip>
Base class for routed trips container for some derived type of RoutedTrip (either schedule or frequency based for example).interface
RoutedTripsFrequency
Interface for wrapper container class around RoutedTrip instances that define a frequency based schedule.interface
RoutedTripsSchedule
Interface 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 class
LongMapWrapperImpl<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 interface
Connectoids<T extends Connectoid>
Container to register and manager connectoids that define the points of access for zones regarding infrastructure network (layer)interface
DirectedConnectoids
container and factory class for directed connectoidsinterface
OdZones
Container class for OdZonesinterface
TransferZoneGroups
A Container for transfer zone groups which also acts as a factory for creating new transfer zone groupsinterface
TransferZones
Container class for TransferZone instancesinterface
UndirectedConnectoids
container and factory class for undirected connectoidsinterface
Zones<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 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
-