Uses of Interface
org.goplanit.utils.id.ExternalIdAble
-
-
Uses of ExternalIdAble in org.goplanit.assignment
Classes in org.goplanit.assignment that implement ExternalIdAble Modifier and Type Class Description class
StaticTrafficAssignment
A static traffic assignment class with some commonalities implemented shared across static assignment implementationsclass
TrafficAssignment
Traffic assignment class which simultaneously is responsible for the loading hence it is also considered as a traffic assignment component of this type -
Uses of ExternalIdAble in org.goplanit.assignment.algorithmb
Classes in org.goplanit.assignment.algorithmb that implement ExternalIdAble Modifier and Type Class Description class
AlgorithmB
Algorithm B implementation based on the work of Dial (2006). -
Uses of ExternalIdAble in org.goplanit.assignment.ltm
Classes in org.goplanit.assignment.ltm that implement ExternalIdAble Modifier and Type Class Description class
LtmAssignment
Link Transmission Model implementation base implementation for network loading based on LTM network loading paradigm. -
Uses of ExternalIdAble in org.goplanit.assignment.ltm.eltm
Classes in org.goplanit.assignment.ltm.eltm that implement ExternalIdAble Modifier and Type Class Description class
EventBasedLtm
Event based Link Transmission Model implementation (eLTM) for network loading using a capacity constrained (Deterministic) assignment -
Uses of ExternalIdAble in org.goplanit.assignment.ltm.sltm
Classes in org.goplanit.assignment.ltm.sltm that implement ExternalIdAble Modifier and Type Class Description class
StaticLtm
Static Link Transmission Model implementation (sLTM) for network loading based on solution method presented in Raadsen and Bliemer (2021) General solution scheme for the Static Link Transmission Model . -
Uses of ExternalIdAble in org.goplanit.assignment.traditionalstatic
Classes in org.goplanit.assignment.traditionalstatic that implement ExternalIdAble Modifier and Type Class Description class
TraditionalStaticAssignment
Traditional static assignment traffic component.This is the class that conducts the actual assignment. -
Uses of ExternalIdAble in org.goplanit.component
Classes in org.goplanit.component that implement ExternalIdAble Modifier and Type Class Description class
PlanitComponent<T extends PlanitComponent<T> & Serializable>
PLANit components are the main building blocks to create PLANit applications with. -
Uses of ExternalIdAble in org.goplanit.converter
Methods in org.goplanit.converter with type parameters of type ExternalIdAble Modifier and Type Method Description protected static <T extends ExternalIdAble>
Function<T,String>IdMapperFunctionFactory. createIdMappingFunction(Class<T> clazz, IdMapperType idMapper)
create a function that takes a a class that extendsExternalIdAble
and generate the appropriate id based on the user configuration -
Uses of ExternalIdAble in org.goplanit.cost.physical
Classes in org.goplanit.cost.physical that implement ExternalIdAble Modifier and Type Class Description class
AbstractPhysicalCost
Class for dynamic cost functions, which calculate link segment costs for each iterationclass
BPRLinkTravelTimeCost
Well known BPR link performance function to compute travel time cost on link segment based on flow and configuration parameters.class
FreeFlowLinkTravelTimeCost
Simplest possible travel time cost, namely fixed to free flow travel time regardless of the flows measured.class
SteadyStateTravelTimeCost
Cost computation for travel times based on the work of Raadsen and Bliemer (2019), Steady-state link travel time methods: Formulation, derivation, classification, and unification. -
Uses of ExternalIdAble in org.goplanit.cost.physical.initial
Classes in org.goplanit.cost.physical.initial that implement ExternalIdAble Modifier and Type Class Description class
InitialLinkSegmentCost
Initial Link Segment Costs stored by modeclass
InitialPhysicalCost
The initial physical costs for the networkclass
ManualInitialLinkSegmentCost
Initial Link Segment Cost for which all the link segments have the same cost value for a specified mode -
Uses of ExternalIdAble in org.goplanit.cost.virtual
Classes in org.goplanit.cost.virtual that implement ExternalIdAble Modifier and Type Class Description class
AbstractVirtualCost
Object to handle the travel time cost of a virtual linkclass
FixedConnectoidTravelTimeCost
Class holding fixed connectoid costs for each connectoid segmentclass
SpeedConnectoidTravelTimeCost
Class to calculate the connectoid travel time using connectoid speed -
Uses of ExternalIdAble in org.goplanit.demands
Classes in org.goplanit.demands that implement ExternalIdAble Modifier and Type Class Description class
Demands
Container class for all demands registered on the project. -
Uses of ExternalIdAble in org.goplanit.gap
Classes in org.goplanit.gap that implement ExternalIdAble Modifier and Type Class Description class
GapFunction
Abstract base class for gap functionsclass
LinkBasedRelativeDualityGapFunction
Gap function based on the work of Bovy and Jansen (1983) who take the different between the current system travel time and the system travel time if all flow were to be assigned to the shortest paths, divided by the system travel timeclass
NormBasedGapFunction
Gap function based on the norm, e.g. -
Uses of ExternalIdAble in org.goplanit.graph
Classes in org.goplanit.graph that implement ExternalIdAble Modifier and Type Class Description class
EdgeImpl
Edge class connecting two vertices via some geometry.class
GraphEntityImpl
Base implementation for graph entity (edge, vertex, etc.)class
VertexImpl
Vertex representation connected to one or more entry and exit edges -
Uses of ExternalIdAble in org.goplanit.graph.directed
Classes in org.goplanit.graph.directed that implement ExternalIdAble Modifier and Type Class Description class
DirectedEdgeImpl
Edge class connecting two vertices via some geometry.class
DirectedVertexImpl
vertex representation connected to one or more entry and exit edgesclass
EdgeSegmentImpl
EdgeSegment represents an edge in a particular (single) direction. -
Uses of ExternalIdAble in org.goplanit.mode
Classes in org.goplanit.mode that implement ExternalIdAble Modifier and Type Class Description class
BicycleMode
the predefined bicycle mode name: bicycle maxspeed (km/h): 15 pcu: 0.2 vehicular type: VEHICULAR motorisation: NON_MOTORISED track: ROAD use: PRIVATEclass
BusMode
the predefined bus mode name: bus maxspeed (km/h): 100 pcu: 2 vehicular type: VEHICULAR motorisation: MOTORISED track: ROAD use: PUBLICclass
CarHighOccupancyMode
the predefined car hov mode name: car_hov maxspeed (km/h): 130 pcu: 1 vehicular type: VEHICULAR motorisation: MOTORISED track: ROAD use: HIGH_OCCUPANCYclass
CarMode
the predefined car mode name: car maxspeed (km/h): 130 pcu: 1 vehicular type: VEHICULAR motorisation: MOTORISED track: ROAD use: PRIVATEclass
CarShareMode
the predefined car share mode name: car maxspeed (km/h): 130 pcu: 1 vehicular type: VEHICULAR motorisation: MOTORISED track: ROAD use: RIDE_SHAREclass
GoodsMode
the predefined goods vehicle mode, i.e., truck below 3.5 tonnes name: gv maxspeed (km/h): 100 pcu: 1.8 vehicular type: VEHICULAR motorisation: MOTORISED track: ROAD use: GOODSclass
HeavyGoodsMode
the predefined heavy goods vehicle mode, i.e., truck over 3.5 tonnes name: hgv maxspeed (km/h): 90 pcu: 2.5 vehicular type: VEHICULAR motorisation: MOTORISED track: ROAD use: GOODSclass
LargeHeavyGoodsMode
the predefined large heavy goods vehicle mode, i.e., large articulated truck, larger than heavy goods name: lhgv maxspeed (km/h): 90 pcu: 3 vehicular type: VEHICULAR motorisation: MOTORISED track: ROAD use: GOODSclass
LightRailMode
the predefined lightrail mode name: lightrail maxspeed (km/h): 70 pcu: 6 vehicular type: VEHICULAR motorisation: MOTORISED track: RAIL use: PUBLICclass
ModeImpl
A Mode is a user class feature representing a single form of transport (car, truck etc.).class
MotorBikeMode
the predefined motor bike mode name: bicycle maxspeed (km/h): 130 pcu: 0.5 vehicular type: VEHICULAR motorisation: NON_MOTORISED track: ROAD use: PRIVATEclass
PedestrianMode
the predefined pedestrian mode name: pedestrian maxspeed (km/h): 5 pcu: 0.1 vehicular type: NO_VEHICLE motorisation: NON_MOTORISED track: ROAD use: PRIVATEclass
PredefinedModeImpl
A mode that has predefined fixed values so it can easily be understood, or mappedclass
SubwayMode
the predefined subway mode name: subway maxspeed (km/h): 60 pcu: 6 vehicular type: VEHICULAR motorisation: MOTORISED track: RAIL use: PUBLICclass
TrainMode
the predefined train mode name: train maxspeed (km/h): 140 pcu: 10 vehicular type: VEHICULAR motorisation: MOTORISED track: RAIL use: PUBLICclass
TramMode
the predefined tram mode name: tram maxspeed (km/h): 40 pcu: 3 vehicular type: VEHICULAR motorisation: MOTORISED track: RAIL use: PUBLIC -
Uses of ExternalIdAble in org.goplanit.network
Classes in org.goplanit.network that implement ExternalIdAble Modifier and Type Class Description class
MacroscopicNetwork
Macroscopic Network which stores one or more macroscopic network infrastructure layers that together form the complete (intermodal) network.class
Network
Base class for any network.class
ServiceNetwork
A service network is a network built on top of a topological (physical) transport network providing services leveraging this underlying network.class
TopologicalLayerNetwork<T extends TopologicalLayer,U extends TopologicalLayers<T>>
A network with topological transport layers, meaning that apart from representing a physical reality the result is topologically meaningful, has nodes, links, and some geographic notion via a coordinate reference systemclass
TransportLayerNetwork<U extends TransportLayer,T extends TransportLayers<U>>
A transport network with one or more layers.class
UntypedPhysicalNetwork<L extends UntypedPhysicalLayer<?,?,?>,LS extends UntypedPhysicalNetworkLayers<L>>
A network that comprises physical topological transport network elements, i.e., roads, rail, etc. -
Uses of ExternalIdAble in org.goplanit.network.layer
Classes in org.goplanit.network.layer that implement ExternalIdAble Modifier and Type Class Description class
MacroscopicNetworkLayerImpl
Macroscopic physical Network (layer) that supports one or more modes and link segment types, where the modes are registered on the network (Infrastructure network) levelclass
ServiceNetworkLayerImpl
A service network layer is built on top of a physical network (layer).class
TopologicalLayerImpl
An transport layer that is of a topological nature, i.e., it has node, links, etc.class
TransportLayerImpl
Implementation of TransportLayer interface with only barebones functionality to support ids and modes.class
UntypedNetworkLayerImpl<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment>
Model free network layer consisting of containers for vertices, edges, and edge segments each of which can be typed separately.class
UntypedPhysicalLayerImpl<N extends Node,L extends Link,LS extends LinkSegment>
Model free Network consisting of managed nodes, links, and link segments, each of which can be iterated over. -
Uses of ExternalIdAble in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement ExternalIdAble Modifier and Type Class Description class
MacroscopicLinkSegmentImpl
Link segment for macroscopic transport networks.class
MacroscopicLinkSegmentTypeImpl
Each macroscopic link segment is of a particular type reflecting segment specific properties. -
Uses of ExternalIdAble in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement ExternalIdAble Modifier and Type Class Description class
LinkImpl
Link class connecting two nodes via some geometry.class
LinkSegmentImpl
Link segment object representing physical links in the network and storing their propertiesclass
NodeImpl
Node representation connected to one or more entry and exit links -
Uses of ExternalIdAble in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement ExternalIdAble Modifier and Type Class Description class
ServiceLegImpl
A service leg connects two service nodes.class
ServiceLegSegmentImpl
A service leg segment implementation.class
ServiceNodeImpl
A ServiceNode is used in a ServiceNetwork where it holds a reference to a DirectedNode of the ServiceNetworkLayer's underlying physical network layer. -
Uses of ExternalIdAble in org.goplanit.network.virtual
Classes in org.goplanit.network.virtual that implement ExternalIdAble Modifier and Type Class Description class
ConnectoidEdgeImpl
Edge implementation that represent edges that exist between centroids and connectoids (their node reference), so not physical entities but rather virtual linksclass
ConnectoidSegmentImpl
The link segment that connects a zone to the physical network is not a physical link segment.class
VirtualNetwork
Model free virtual network which is part of the zoning and holds all the virtual infrastructure connecting the zones to the physical road network. -
Uses of ExternalIdAble in org.goplanit.osm.physical.network.macroscopic
Classes in org.goplanit.osm.physical.network.macroscopic that implement ExternalIdAble Modifier and Type Class Description class
PlanitOsmNetwork
Macroscopic network with additional OSM functionality Disclaimer: The descriptions for the default OSM link segment types have been copied from the OSM Wiki -
Uses of ExternalIdAble in org.goplanit.path
Classes in org.goplanit.path that implement ExternalIdAble Modifier and Type Class Description class
DirectedPathImpl
This object represents a path based on a number of consecutive LinkSegments The path creation makes use of the fact that the origin pair will have a null EdgeSegment, so there is no need to specify the origin.class
OdPathSets
Contains one or more origin-destination based path sets that can be used in assignment. -
Uses of ExternalIdAble in org.goplanit.path.choice
Classes in org.goplanit.path.choice that implement ExternalIdAble Modifier and Type Class Description class
PathChoice
The path choice traffic assignment component responsible for the configuration of the path choice methodology and the path associated with this procedure.class
StochasticPathChoice
Stochastic path choice component. -
Uses of ExternalIdAble in org.goplanit.path.choice.logit
Classes in org.goplanit.path.choice.logit that implement ExternalIdAble Modifier and Type Class Description class
LogitChoiceModel
The logit choice model base class.class
MultinomialLogit
MNL choice model implementation -
Uses of ExternalIdAble in org.goplanit.sdinteraction.smoothing
Classes in org.goplanit.sdinteraction.smoothing that implement ExternalIdAble Modifier and Type Class Description class
MSASmoothing
MSA smoothing objectclass
Smoothing
Smoothing class to smooth data, such as path flows or other types of flows or traffic data between iterations -
Uses of ExternalIdAble in org.goplanit.service.routed
Subinterfaces of ExternalIdAble in org.goplanit.service.routed Modifier and Type Interface Description interface
RoutedService
Interface to reflect a routed service.interface
RoutedServicesLayer
Interface to reflect a routed services layer which in turn is to be managed by a container class that implements the RoutedServicesLayers interface.interface
RoutedTrip
Base interface for routed trips.interface
RoutedTripFrequency
Interface for frequency based trips of a RoutedService.interface
RoutedTripSchedule
The schedule with on or more departures for a routed service as well as the relative timings of each leg for each departure.Classes in org.goplanit.service.routed that implement ExternalIdAble Modifier and Type Class Description class
RoutedServiceImpl
Implementation of a RoutedService instance based on the RoutedService interfaceclass
RoutedServices
Routed services are service that follow a predefined paths (route) on a service network layer that are offered as a service of some sort, i.e., it either follows a schedule or a frequency.class
RoutedServicesLayerImpl
Implementation of the RoutedServicesLayer interfaceclass
RoutedTripDeparture
A representation of a departure within a routed tripclass
RoutedTripFrequencyImpl
Implementation of a RoutedTripFrequency interface.class
RoutedTripImpl
Implementation of a RoutedTrip interface.class
RoutedTripScheduleImpl
Implementation of a RoutedTripSchedule interface. -
Uses of ExternalIdAble in org.goplanit.supply.fundamentaldiagram
Classes in org.goplanit.supply.fundamentaldiagram that implement ExternalIdAble Modifier and Type Class Description class
FundamentalDiagramComponent
Fundamental diagram traffic component.class
NewellFundamentalDiagramComponent
Newell fundamental diagram traffic component -
Uses of ExternalIdAble in org.goplanit.supply.network.nodemodel
Classes in org.goplanit.supply.network.nodemodel that implement ExternalIdAble Modifier and Type Class Description class
NodeModelComponent
Node model traffic componentclass
TampereNodeModelComponent
Tampere node model traffic component signalling that the Tampere node model algorithm is to be used -
Uses of ExternalIdAble in org.goplanit.supply.networkloading
Classes in org.goplanit.supply.networkloading that implement ExternalIdAble Modifier and Type Class Description class
NetworkLoading
Network loading traffic component -
Uses of ExternalIdAble in org.goplanit.time
Classes in org.goplanit.time that implement ExternalIdAble Modifier and Type Class Description class
TimePeriodImpl
Represents a time period within the day. -
Uses of ExternalIdAble in org.goplanit.userclass
Classes in org.goplanit.userclass that implement ExternalIdAble Modifier and Type Class Description class
TravelerType
Traveler type is a placeholder for all different types of traveler characteristics that affect the user class in the path choice component of traffic assignment.class
UserClass
A user class defines a combination of one or more characteristics of users in an aggregate representation of traffic which partially dictate how they behave in traffic assignment. -
Uses of ExternalIdAble in org.goplanit.utils.graph
Subinterfaces of ExternalIdAble in org.goplanit.utils.graph Modifier and Type Interface Description interface
Edge
Edge interface connecting two vertices in a non-directional fashion.interface
EdgeSegment
EdgeSegment represents an edge in a particular (single) direction.interface
GraphEntity
Placeholder interface for all graph entities.interface
Vertex
Vertex representation connected to one or more edges and/or edge segments -
Uses of ExternalIdAble in org.goplanit.utils.graph.directed
Subinterfaces of ExternalIdAble in org.goplanit.utils.graph.directed Modifier and Type Interface Description interface
DirectedEdge
Directed Edge interface connecting two vertices in a directional fashion.interface
DirectedVertex
Directed vertex representation connected to one or more edge segments that have direction. -
Uses of ExternalIdAble in org.goplanit.utils.id
Classes in org.goplanit.utils.id that implement ExternalIdAble Modifier and Type Class Description class
ExternalIdAbleImpl
Implementation of ExternalIdable interface including hash and equals based on id -
Uses of ExternalIdAble in org.goplanit.utils.mode
Subinterfaces of ExternalIdAble in org.goplanit.utils.mode Modifier and Type Interface Description interface
Mode
Interface to represent a modeinterface
PredefinedMode
-
Uses of ExternalIdAble in org.goplanit.utils.network.layer
Subinterfaces of ExternalIdAble in org.goplanit.utils.network.layer Modifier and Type Interface Description interface
MacroscopicNetworkLayer
Macroscopic physical network layer consisting of nodes, links and macroscopic link segmentsinterface
ServiceNetworkLayer
Service network layer consisting of service nodes, legs and leg segments on top of a parent network layer with physical entities.interface
TopologicalLayer
An topological layer represents a layer suited for a number of modes that is topologically meaningful without enforcing the actual implemantation of this topology.interface
TransportLayer
An infrastructure layer represents the infrastructure suited for a number of modes.interface
UntypedDirectedGraphLayer<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment>
Network layer comprising of containers with custom entity types. -
Uses of ExternalIdAble in org.goplanit.utils.network.layer.macroscopic
Subinterfaces of ExternalIdAble in org.goplanit.utils.network.layer.macroscopic Modifier and Type Interface Description interface
MacroscopicLinkSegment
Macroscopic traffic modeling oriented link segment.interface
MacroscopicLinkSegmentType
The macroscopic link segment type characteristics are contained in this class -
Uses of ExternalIdAble in org.goplanit.utils.network.layer.physical
Subinterfaces of ExternalIdAble in org.goplanit.utils.network.layer.physical Modifier and Type Interface Description interface
Link
Link interface which extends the Edge interface with a unique id (not all edges are links) as well as an external idinterface
LinkSegment
Interface for link segments (directional) part of link (non-directional).interface
Node
Node is a vertex but not all vertices are nodes.interface
PhysicalLayer
Physical topological Network consisting of nodes, links and link segmentsinterface
UntypedPhysicalLayer<N extends Node,L extends Link,LS extends LinkSegment>
Physical topological Network consisting of nodes, links and link segments -
Uses of ExternalIdAble in org.goplanit.utils.network.layer.service
Subinterfaces of ExternalIdAble in org.goplanit.utils.network.layer.service Modifier and Type Interface Description interface
ServiceLeg
Service leg interface which extends the Edge interface.interface
ServiceLegSegment
Interface for directed ServiceLegSegment part of non-directional ServiceLeg.interface
ServiceNode
Service node is a vertex but not all vertices are service nodes. -
Uses of ExternalIdAble in org.goplanit.utils.network.virtual
Subinterfaces of ExternalIdAble in org.goplanit.utils.network.virtual Modifier and Type Interface Description interface
ConnectoidEdge
the connecting component between centroid and a first physical node in the network.interface
ConnectoidSegment
Connectoid segment represents a directional virtual segment connecting a centroid and a physical node. -
Uses of ExternalIdAble in org.goplanit.utils.path
Subinterfaces of ExternalIdAble in org.goplanit.utils.path Modifier and Type Interface Description interface
DirectedPath
Path interface representing a path through the network on edge segment level -
Uses of ExternalIdAble in org.goplanit.utils.time
Subinterfaces of ExternalIdAble in org.goplanit.utils.time Modifier and Type Interface Description interface
TimePeriod
Represents a time period within the day. -
Uses of ExternalIdAble in org.goplanit.utils.zoning
Subinterfaces of ExternalIdAble in org.goplanit.utils.zoning Modifier and Type Interface Description interface
Centroid
A centroid is a special type of vertex representing the location of departure/arrival of traffic in a zoneinterface
Connectoid
the connecting component between zone(s) and the network.interface
DirectedConnectoid
A directed connectoid is referring to an edge segment in a network (layer) which is directed for access hence, the connectoid also being directed TODO: we can potentially get rid of UndirectedConnectoid and let DirectedConnectoid extend from base since they now both rely on accessNodesinterface
OdZone
an OdZone is a zone where trips terminate and or commenceinterface
TransferZone
A zone where transfers between different network layers may occur.interface
TransferZoneGroup
A group of transfer zones, can be used to represent for example train stations.interface
UndirectedConnectoid
An undirected connectoid is accessed through a referenced node where all incoming/outgoing edges/edge segments potentially have access.interface
Zone
Zone represent a geographical area with a centroid which in turn represent the single point of departure of all traffic in the zone -
Uses of ExternalIdAble in org.goplanit.zoning
Classes in org.goplanit.zoning that implement ExternalIdAble Modifier and Type Class Description class
CentroidImpl
Centroid implementationclass
ConnectoidImpl
connectoid connecting one or more (transfer/OD) zone(s) to the physical road network, the type of connectoid depends on the implementing classclass
DirectedConnectoidImpl
Undirected connectoid connecting one or more (transfer/OD) zone(s) to the physical road network, each connection will yield a connectoid edge and two connectoid segments when constructing the transport network internally based on the referenced nodeclass
OdZoneImpl
An Od zoneclass
TransferZoneGroupImpl
A transfer zone group implementation.class
TransferZoneImpl
A transfer zoneclass
UndirectedConnectoidImpl
Undirected connectoid connecting one or more (transfer/OD) zone(s) to the physical road network, each connection will yield a connectoid edge and two connectoid segments when constructing the transport network internally based on the referenced nodeclass
ZoneImpl
Represents a zone base class.class
Zoning
Zoning class which holds a particular zoning
-