Serialized Form
-
Package org.goplanit.assignment
-
Class org.goplanit.assignment.StaticTrafficAssignment extends TrafficAssignment implements Serializable
- serialVersionUID:
- -2600601431539929608L
-
Class org.goplanit.assignment.TrafficAssignment extends NetworkLoading implements Serializable
- serialVersionUID:
- 801775330292422910L
-
Serialized Fields
-
demands
Demands demands
The demand to use -
initialLinkSegmentCostByTimePeriod
Map<TimePeriod,InitialModesLinkSegmentCost> initialLinkSegmentCostByTimePeriod
The initial link segment cost to use where the mapping is based on the user provided time period. Note that the registered InitialLinkSegmentCostMode is part of another registered initialCost that is present on the project. However, a user might have decided that while they were parsed under one time period, to apply them on the assignment in another time period. Hence, we only track the initialcosts themselves and not their original parsed time periods nor their umbrella instance -
initialLinkSegmentCostTimePeriodAgnostic
InitialModesLinkSegmentCost initialLinkSegmentCostTimePeriodAgnostic
Default initial costs to apply in case no time period specific costs are provided -
outputManager
OutputManager outputManager
Output manager deals with all the output configurations for the registered traffic assignments -
physicalNetwork
TopologicalLayerNetwork<?,?> physicalNetwork
network to use -
trafficAssignmentComponents
Map<Class<? extends PlanitComponent<?>>,PlanitComponent<?>> trafficAssignmentComponents
track the registered traffic assignment components, including the standard components (except initial cost) expected to be available on each assignment -
transportNetwork
TransportModelNetwork transportNetwork
The transport network to use which is an adaptor around the physical network and the zoning -
zoning
Zoning zoning
The zoning to use
-
-
-
Package org.goplanit.assignment.algorithmb
-
Class org.goplanit.assignment.algorithmb.AlgorithmB extends StaticTrafficAssignment implements Serializable
- serialVersionUID:
- 3187519479500384861L
-
Serialized Fields
-
equilibration
AlgorithmBEquilibration equilibration
equilibration functionality for Algorithm B
-
-
-
Package org.goplanit.assignment.ltm
-
Class org.goplanit.assignment.ltm.LtmAssignment extends TrafficAssignment implements Serializable
- serialVersionUID:
- -8595729519062817426L
-
-
Package org.goplanit.assignment.ltm.eltm
-
Class org.goplanit.assignment.ltm.eltm.EventBasedLtm extends LtmAssignment implements Serializable
- serialVersionUID:
- 994316948946768870L
-
Class org.goplanit.assignment.ltm.eltm.LinkSegmentBoundary extends Object implements Serializable
- serialVersionUID:
- -309881548757350032L
-
Serialized Fields
-
boundaryLocation
LinkSegmentBoundary.Location boundaryLocation
the location of this boundary on the link segment -
linkSegment
MacroscopicLinkSegment linkSegment
the link segment of this boundary
-
-
-
Package org.goplanit.assignment.ltm.sltm
-
Class org.goplanit.assignment.ltm.sltm.StaticLtm extends LtmAssignment implements Serializable
- serialVersionUID:
- 8485652038791612169L
-
Serialized Fields
-
assignmentStrategy
StaticLtmAssignmentStrategy assignmentStrategy
the chosen equilibration approach is implemented by the concrete implementation of this class -
settings
StaticLtmSettings settings
settings used -
simulationData
StaticLtmSimulationData simulationData
the tracked simulation data containing link costs and iteration
-
-
-
Package org.goplanit.assignment.traditionalstatic
-
Class org.goplanit.assignment.traditionalstatic.TraditionalStaticAssignment extends StaticTrafficAssignment implements Serializable
- serialVersionUID:
- -4610905345414397908L
-
Serialized Fields
-
localPathFactory
ManagedDirectedPathFactory localPathFactory
to generate paths we use a path factory that is configured to generate appropriate ids -
networkLayer
MacroscopicNetworkLayerImpl networkLayer
the layer used for this assignment -
simulationData
TraditionalStaticAssignmentSimulationData simulationData
Simulation data for this equilibration process -
zone2VertexMapping
Map<OdZone,CentroidVertex> zone2VertexMapping
have a mapping between zone and connectoid to the layer by means of its centroid vertex
-
-
-
Package org.goplanit.component
-
Class org.goplanit.component.PlanitComponentFactory extends EventProducerImpl implements Serializable
- serialVersionUID:
- -4507287133047792042L
-
Serialized Fields
-
componentSuperTypeCanonicalName
String componentSuperTypeCanonicalName
instance of the super component class this factory creates subclass instances for
-
-
-
Package org.goplanit.cost.physical
-
Class org.goplanit.cost.physical.AbstractPhysicalCost extends PlanitComponent<AbstractPhysicalCost> implements Serializable
- serialVersionUID:
- 3657719270477537657L
-
Class org.goplanit.cost.physical.BprLinkTravelTimeCost extends AbstractPhysicalCost implements Serializable
- serialVersionUID:
- -1529475107840907959L
-
Serialized Fields
-
bprParametersPerLinkSegment
BprLinkTravelTimeCost.BprParameters[] bprParametersPerLinkSegment
Array to store BPRParameters objects for each link segment to be used in calculateSegmentCost() -
defaultParameters
Pair<Double,Double> defaultParameters
Default alpha and beta values for all links -
defaultParametersPerLinkSegmentTypeAndMode
Map<MacroscopicLinkSegmentType,BprLinkTravelTimeCost.BprParameters> defaultParametersPerLinkSegmentTypeAndMode
Map to store default alpha and beta values for each link type and mode -
defaultParametersPerMode
BprLinkTravelTimeCost.BprParameters defaultParametersPerMode
Map to store default alpha and beta values for each mode -
freeFlowTravelTimePerLinkSegment
double[][] freeFlowTravelTimePerLinkSegment
2d Array to store free flow travel time for each [mode][link segment] to be used in calculateSegmentCost() -
linkVolumeAccessee
LinkVolumeAccessee linkVolumeAccessee
Link volume accessee object for this cost function -
parametersPerLinkSegmentAndMode
Map<MacroscopicLinkSegment,BprLinkTravelTimeCost.BprParameters> parametersPerLinkSegmentAndMode
Map to store default alpha and beta values for a specific link segment
-
-
Class org.goplanit.cost.physical.FreeFlowLinkTravelTimeCost extends AbstractPhysicalCost implements Serializable
- serialVersionUID:
- 4465724624295866542L
-
Class org.goplanit.cost.physical.SteadyStateTravelTimeCost extends AbstractPhysicalCost implements Serializable
- serialVersionUID:
- 1270540193146782352L
-
Serialized Fields
-
accessee
LinkInflowOutflowAccessee accessee
accessee to use to obtain inflow and outflows to derive costs for -
currentTimePeriodHours
double currentTimePeriodHours
the time period in hours for which we are computing costs. In case of steady state costs it is the duration of the period that is of interest -
freeFlowTravelTimePerLinkSegment
double[] freeFlowTravelTimePerLinkSegment
2d Array to store (fixed) free flow travel times for each link segment to be used in calculateSegmentCost() -
linkSegmentFundamentalDiagrams
FundamentalDiagram[] linkSegmentFundamentalDiagrams
tracking fundamental diagrams per link segment for performance reasons
-
-
-
Package org.goplanit.cost.physical.initial
-
Class org.goplanit.cost.physical.initial.FixedInitialMacroscopicLinkSegmentCost extends InitialMacroscopicLinkSegmentCost implements Serializable
- serialVersionUID:
- 535851629771497368L
-
Class org.goplanit.cost.physical.initial.InitialMacroscopicLinkSegmentCost extends InitialPhysicalCost implements Serializable
- serialVersionUID:
- 2164407379859550420L
-
Serialized Fields
-
timePeriodAgnosticCosts
InitialModesLinkSegmentCost timePeriodAgnosticCosts
Store initial cost for each mode and link segment, not linked to a particular time period -
timePeriodCosts
Map<TimePeriod,InitialModesLinkSegmentCost> timePeriodCosts
Map to store initial cost for each mode and link segment, linked to a particular time period
-
-
Class org.goplanit.cost.physical.initial.InitialPhysicalCost extends PlanitComponent<InitialPhysicalCost> implements Serializable
- serialVersionUID:
- -7894043964147010621L
-
-
Package org.goplanit.cost.virtual
-
Class org.goplanit.cost.virtual.AbstractVirtualCost extends PlanitComponent<AbstractVirtualCost> implements Serializable
- serialVersionUID:
- -8278650865770286434L
-
Class org.goplanit.cost.virtual.FixedConnectoidTravelTimeCost extends AbstractVirtualCost implements Serializable
- serialVersionUID:
- 4907231205390412202L
-
Serialized Fields
-
fixedConnectoidCost
double fixedConnectoidCost
Fixed connectoid cost for connectoid segments
-
-
Class org.goplanit.cost.virtual.SpeedConnectoidTravelTimeCost extends AbstractVirtualCost implements Serializable
- serialVersionUID:
- 2813935702895030693L
-
Serialized Fields
-
connectoidSpeed
double connectoidSpeed
Speed used for connectoid cost calculations
-
-
-
Package org.goplanit.demands
-
Class org.goplanit.demands.Demands extends PlanitComponent<Demands> implements Serializable
- serialVersionUID:
- 144798248371260732L
-
Serialized Fields
-
demandModifier
DemandsModifier demandModifier
modifier features for demands -
odDemandsByTimePeriodAndMode
TreeMap<Long,TreeMap<Mode,OdDemands>> odDemandsByTimePeriodAndMode
Trip demand matrices -
timePeriods
TimePeriods timePeriods
internal class instance containing all time periods on this demand instance -
travelerTypes
TravellerTypes travelerTypes
internal class instance containing all traveler types on this demand instance -
userClasses
UserClasses userClasses
internal class instance containing all user classes on this demand instance
-
-
-
Package org.goplanit.gap
-
Class org.goplanit.gap.GapFunction extends PlanitComponent<GapFunction> implements Serializable
- serialVersionUID:
- -4378123200826871747L
-
Serialized Fields
-
stopCriterion
StopCriterion stopCriterion
The stopCriterion to use
-
-
Class org.goplanit.gap.LinkBasedRelativeDualityGapFunction extends GapFunction implements Serializable
- serialVersionUID:
- 7202275902172315983L
-
Serialized Fields
-
gap
double gap
Gap -
measuredNetworkCost
double measuredNetworkCost
Current system cost as it stands -
minimumNetworkCost
double minimumNetworkCost
Represents the total minimum cost possible
-
-
Class org.goplanit.gap.NormBasedGapFunction extends GapFunction implements Serializable
- serialVersionUID:
- 6739949628577467878L
-
Serialized Fields
-
averaged
boolean averaged
indicate if the result is to be averaged -
count
double count
Represents the total entries that were measured so far -
gap
double gap
gap -
measuredValue
double measuredValue
Current value as it stands -
norm
int norm
which norm we are taking, e.g. 1,2,p
-
-
-
Package org.goplanit.graph
-
Class org.goplanit.graph.ConjugateEdgeImpl extends EdgeImpl<V extends ConjugateVertex> implements Serializable
- serialVersionUID:
- -8689706463623986248L
-
Class org.goplanit.graph.ConjugateVertexImpl extends VertexImpl<ConjugateEdge> implements Serializable
- serialVersionUID:
- -2481992417162214639L
-
Serialized Fields
-
originalEdge
Edge originalEdge
original edge this conjugate represents
-
-
Class org.goplanit.graph.EdgeImpl extends GraphEntityImpl implements Serializable
- serialVersionUID:
- -3061186642253968991L
-
Serialized Fields
-
inputProperties
Map<String,Object> inputProperties
Generic input property storage -
lengthInKm
Double lengthInKm
Length of edge -
lineGeometry
org.locationtech.jts.geom.LineString lineGeometry
The line geometry of this link if set -
name
String name
Name of the edge -
vertexA
V extends Vertex vertexA
Vertex A -
vertexB
V extends Vertex vertexB
Vertex B
-
-
Class org.goplanit.graph.VertexImpl extends GraphEntityImpl implements Serializable
- serialVersionUID:
- -2877566769607366608L
-
Serialized Fields
-
-
Package org.goplanit.graph.directed
-
Class org.goplanit.graph.directed.ConjugateDirectedEdgeImpl extends DirectedEdgeImpl<V extends ConjugateDirectedVertex,ES extends ConjugateEdgeSegment> implements Serializable
- serialVersionUID:
- -3061186642253968991L
-
Serialized Fields
-
originalEdges
Pair<DirectedEdge,DirectedEdge> originalEdges
adjacent original directed edges represented by this conjugate
-
-
Class org.goplanit.graph.directed.ConjugateDirectedVertexImpl extends DirectedVertexImpl<ConjugateEdgeSegment> implements Serializable
- serialVersionUID:
- 3357507383489421626L
-
Serialized Fields
-
originalEdge
DirectedEdge originalEdge
original edge this conjugate vertex represents
-
-
Class org.goplanit.graph.directed.ConjugateEdgeSegmentImpl extends EdgeSegmentImpl<ConjugateDirectedEdge> implements Serializable
- serialVersionUID:
- 8906736183855154599L
-
Class org.goplanit.graph.directed.DirectedEdgeImpl extends EdgeImpl<V extends DirectedVertex> implements Serializable
- serialVersionUID:
- -3061186642253968991L
-
Serialized Fields
-
edgeSegmentAb
ES extends EdgeSegment edgeSegmentAb
Edge segment A to B direction -
edgeSegmentBa
ES extends EdgeSegment edgeSegmentBa
Edge segment B to A direction
-
-
Class org.goplanit.graph.directed.DirectedVertexImpl extends VertexImpl<Edge> implements Serializable
- serialVersionUID:
- 2165199386965239623L
-
Serialized Fields
-
entryEdgeSegments
DirectedVertexImpl.EdgeSegmentIterable<E extends EdgeSegment> entryEdgeSegments
Entry edge segments iterable connected to this vertex -
exitEdgeSegments
DirectedVertexImpl.EdgeSegmentIterable<E extends EdgeSegment> exitEdgeSegments
Exit edge segments which connect to this vertex
-
-
Class org.goplanit.graph.directed.EdgeSegmentImpl extends GraphEntityImpl implements Serializable
- serialVersionUID:
- -6521489123632246969L
-
Serialized Fields
-
directionAb
boolean directionAb
Store the direction of this edge segment in relation to its parent edge -
parentEdge
E extends DirectedEdge parentEdge
segment's parent edge
-
-
-
Package org.goplanit.network
-
Class org.goplanit.network.LayeredNetwork extends Network implements Serializable
- serialVersionUID:
- 2402806336978560448L
-
Serialized Fields
-
modes
Modes modes
class instance containing all modes specific functionality across the layers -
transportLayers
T extends NetworkLayers<U> transportLayers
stores the various layers grouped by their supported modes of transport
-
-
Class org.goplanit.network.MacroscopicNetwork extends UntypedPhysicalNetwork<MacroscopicNetworkLayer,MacroscopicNetworkLayers> implements Serializable
- serialVersionUID:
- -4208133694967189790L
-
Class org.goplanit.network.Network extends PlanitComponent<Network> implements Serializable
- serialVersionUID:
- -1434577945513081778L
-
Serialized Fields
-
networkIdGroupingToken
IdGroupingToken networkIdGroupingToken
a token for this network in particular to ensure unique ids across all entities of the same class instance within this network
-
-
Class org.goplanit.network.ServiceNetwork extends TopologicalLayerNetwork<ServiceNetworkLayer,ServiceNetworkLayers> implements Serializable
- serialVersionUID:
- 632938213490189010L
-
Serialized Fields
-
parentNetwork
MacroscopicNetwork parentNetwork
the parent network and its layers upon which the service layers can built
-
-
Class org.goplanit.network.TopologicalLayerNetwork extends LayeredNetwork<T extends TopologicalLayer,U extends TopologicalLayers<T>> implements Serializable
- serialVersionUID:
- 2402806336978560448L
-
Serialized Fields
-
coordinateReferenceSystem
org.opengis.referencing.crs.CoordinateReferenceSystem coordinateReferenceSystem
the coordinate reference system used for all layers in this network
-
-
Class org.goplanit.network.UntypedPhysicalNetwork extends TopologicalLayerNetwork<L extends UntypedPhysicalLayer<?,?,?>,LS extends UntypedPhysicalNetworkLayers<L>> implements Serializable
- serialVersionUID:
- 3909555719315844733L
-
-
Package org.goplanit.network.layer.macroscopic
-
Class org.goplanit.network.layer.macroscopic.MacroscopicLinkImpl extends LinkImpl<N extends DirectedVertex,LS extends MacroscopicLinkSegment> implements Serializable
-
Class org.goplanit.network.layer.macroscopic.MacroscopicLinkSegmentImpl extends LinkSegmentBase<MacroscopicLink> implements Serializable
- serialVersionUID:
- 4574164258794764853L
-
Serialized Fields
-
linkSegmentType
MacroscopicLinkSegmentType linkSegmentType
the link type of this link containing all macroscopic features by user class
-
-
-
Package org.goplanit.network.layer.physical
-
Class org.goplanit.network.layer.physical.ConjugateLinkImpl extends DirectedEdgeImpl<ConjugateDirectedVertex,ConjugateLinkSegment> implements Serializable
- serialVersionUID:
- 1017598997588544001L
-
Class org.goplanit.network.layer.physical.ConjugateLinkSegmentImpl extends EdgeSegmentImpl<ConjugateLink> implements Serializable
- serialVersionUID:
- -2965215852323364946L
-
Class org.goplanit.network.layer.physical.ConjugateNodeImpl extends DirectedVertexImpl<ConjugateLinkSegment> implements Serializable
- serialVersionUID:
- 4196503072938986885L
-
Serialized Fields
-
original
Link original
original this conjugate represents
-
-
Class org.goplanit.network.layer.physical.LinkImpl extends DirectedEdgeImpl<N extends DirectedVertex,LS extends EdgeSegment> implements Serializable
- serialVersionUID:
- 2360017879557363410L
-
Serialized Fields
-
linkId
long linkId
unique internal identifier
-
-
Class org.goplanit.network.layer.physical.LinkSegmentBase extends EdgeSegmentImpl<L extends Link> implements Serializable
- serialVersionUID:
- -4893553215218232006L
-
Serialized Fields
-
linkSegmentId
long linkSegmentId
unique internal identifier -
numberOfLanes
int numberOfLanes
segment's number of lanes -
physicalSpeedLinkKmh
double physicalSpeedLinkKmh
physical maximum speed on the link segment in km/h
-
-
Class org.goplanit.network.layer.physical.NodeImpl extends DirectedVertexImpl<LS extends EdgeSegment> implements Serializable
- serialVersionUID:
- 8237965522827691852L
-
Serialized Fields
-
name
String name
name of the node -
nodeId
long nodeId
Unique node identifier
-
-
-
Package org.goplanit.network.layer.service
-
Class org.goplanit.network.layer.service.ServiceLegImpl extends DirectedEdgeImpl<ServiceNode,ServiceLegSegment> implements Serializable
- serialVersionUID:
- 822966574857604397L
-
Class org.goplanit.network.layer.service.ServiceLegSegmentImpl extends EdgeSegmentImpl<ServiceLeg> implements Serializable
- serialVersionUID:
- 407229732625691579L
-
Serialized Fields
-
networkLayerLinkSegments
List<? extends LinkSegment> networkLayerLinkSegments
Service leg's underlying links connecting its two service nodes
-
-
Class org.goplanit.network.layer.service.ServiceNodeImpl extends DirectedVertexImpl<ServiceLegSegment> implements Serializable
- serialVersionUID:
- 3704157577170156850L
-
-
Package org.goplanit.network.virtual
-
Class org.goplanit.network.virtual.CentroidVertexImpl extends DirectedVertexImpl<ConnectoidSegment> implements Serializable
-
Serialized Fields
-
parent
Centroid parent
parent centroid of this vertex
-
-
-
Class org.goplanit.network.virtual.ConjugateConnectoidEdgeImpl extends ConjugateDirectedEdgeImpl<ConjugateConnectoidNode,ConjugateConnectoidSegment> implements Serializable
- serialVersionUID:
- -5253510472753048901L
-
Class org.goplanit.network.virtual.ConjugateConnectoidNodeImpl extends DirectedVertexImpl<ConjugateEdgeSegment> implements Serializable
- serialVersionUID:
- -6715134872902634906L
-
Serialized Fields
-
original
ConnectoidEdge original
original this conjugate represents
-
-
Class org.goplanit.network.virtual.ConjugateConnectoidSegmentImpl extends EdgeSegmentImpl<ConjugateConnectoidEdge> implements Serializable
- serialVersionUID:
- -2965215852323364946L
-
Class org.goplanit.network.virtual.ConnectoidEdgeImpl extends DirectedEdgeImpl<DirectedVertex,EdgeSegment> implements Serializable
- serialVersionUID:
- 1212317697383702580L
-
Serialized Fields
-
connectoidEdgeId
long connectoidEdgeId
unique internal identifier across connectoid edges
-
-
Class org.goplanit.network.virtual.ConnectoidSegmentImpl extends EdgeSegmentImpl<ConnectoidEdge> implements Serializable
- serialVersionUID:
- 6462304338451088764L
-
Serialized Fields
-
connectoidSegmentId
long connectoidSegmentId
unique internal identifier
-
-
Class org.goplanit.network.virtual.VirtualNetworkImpl extends Network implements Serializable
- serialVersionUID:
- -4088201905917614130L
-
Serialized Fields
-
centroidVertices
CentroidVerticesImpl centroidVertices
Container for centroid vertices -
connectoidEdges
ConnectoidEdgesImpl connectoidEdges
Container for connectoid edges -
connectoidSegments
ConnectoidSegmentsImpl connectoidSegments
Container for connectoid edge segments
-
-
-
Package org.goplanit.osm.physical.network.macroscopic
-
Class org.goplanit.osm.physical.network.macroscopic.PlanitOsmNetwork extends MacroscopicNetwork implements Serializable
- serialVersionUID:
- -2227509715172627526L
-
Serialized Fields
-
defaultPlanitOsmLinkSegmentTypes
Map<String,Map<String,Map<NetworkLayer,MacroscopicLinkSegmentType>>> defaultPlanitOsmLinkSegmentTypes
the PLANit link segment types per layer (value) that are activated for this osm way (key, value)
-
-
-
Package org.goplanit.path
-
Class org.goplanit.path.OdPathSets extends PlanitComponent<OdPathSets> implements Serializable
- serialVersionUID:
- -8742549499023004121L
-
Serialized Fields
-
odPathMatrices
TreeMap<Long,OdPathMatrix> odPathMatrices
map holding all registered od path matrices by their unique id
-
-
-
Package org.goplanit.path.choice
-
Class org.goplanit.path.choice.PathChoice extends PlanitComponent<PathChoice> implements Serializable
- serialVersionUID:
- 6220514783786893944L
-
Class org.goplanit.path.choice.StochasticPathChoice extends PathChoice implements Serializable
- serialVersionUID:
- 6617920674217225019L
-
Serialized Fields
-
logitChoiceModel
LogitChoiceModel logitChoiceModel
The registered logit choice model -
odPathSet
OdPathMatrix odPathSet
The registered od path set instance
-
-
-
Package org.goplanit.path.choice.logit
-
Class org.goplanit.path.choice.logit.LogitChoiceModel extends PlanitComponent<LogitChoiceModel> implements Serializable
- serialVersionUID:
- -4578323513280128464L
-
Class org.goplanit.path.choice.logit.MultinomialLogit extends LogitChoiceModel implements Serializable
- serialVersionUID:
- -7602543264466240409L
-
-
Package org.goplanit.sdinteraction.smoothing
-
Class org.goplanit.sdinteraction.smoothing.MSASmoothing extends Smoothing implements Serializable
- serialVersionUID:
- -3016251188673804117L
-
Serialized Fields
-
stepSize
double stepSize
Step size
-
-
Class org.goplanit.sdinteraction.smoothing.Smoothing extends PlanitComponent<Smoothing> implements Serializable
- serialVersionUID:
- -3124652824035047922L
-
-
Package org.goplanit.service.routed
-
Class org.goplanit.service.routed.RoutedServices extends PlanitComponent<RoutedServices> implements Serializable
- serialVersionUID:
- -5966641341343291539L
-
Serialized Fields
-
layers
RoutedServicesLayers layers
the layers providing access to the dedicated routed services per layer -
parentServiceNetwork
ServiceNetwork parentServiceNetwork
the parent network these routed services are built upon
-
-
-
Package org.goplanit.supply.fundamentaldiagram
-
Class org.goplanit.supply.fundamentaldiagram.FundamentalDiagramComponent extends PlanitComponent<FundamentalDiagramComponent> implements Serializable
- serialVersionUID:
- 5815100111048623093L
-
Serialized Fields
-
linkSegmentFundamentalDiagrams
Map<MacroscopicLinkSegment,FundamentalDiagram> linkSegmentFundamentalDiagrams
track fundamental diagrams where a link segment does not adopt the link segment type FD, but has a different one -
linkSegmentTypeFundamentalDiagrams
Map<MacroscopicLinkSegmentType,FundamentalDiagram> linkSegmentTypeFundamentalDiagrams
track fundamental diagram registered per link segment type -
uniqueFundamentalDiagrams
Map<Integer,FundamentalDiagram> uniqueFundamentalDiagrams
all unique fundamental diagrams found so far based on their relaxed hash code
-
-
Class org.goplanit.supply.fundamentaldiagram.NewellFundamentalDiagramComponent extends FundamentalDiagramComponent implements Serializable
- serialVersionUID:
- -3166623064510413929L
-
-
Package org.goplanit.supply.network.nodemodel
-
Class org.goplanit.supply.network.nodemodel.NodeModelComponent extends PlanitComponent<NodeModelComponent> implements Serializable
- serialVersionUID:
- -6966680588075724261L
-
Class org.goplanit.supply.network.nodemodel.TampereNodeModelComponent extends NodeModelComponent implements Serializable
- serialVersionUID:
- 624108273657030487L
-
-
Package org.goplanit.supply.networkloading
-
Class org.goplanit.supply.networkloading.NetworkLoading extends PlanitComponent<NetworkLoading> implements Serializable
- serialVersionUID:
- 6213911562665516698L
-
-
Package org.goplanit.utils.cumulatives
-
Class org.goplanit.utils.cumulatives.CumulativePointImpl extends Object implements Serializable
- serialVersionUID:
- 630928063482940795L
-
Serialized Fields
-
cumulativeCount
double cumulativeCount
the cumulative count -
referenceTimeInSeconds
double referenceTimeInSeconds
the reference time of this point in seconds
-
-
-
Package org.goplanit.utils.exceptions
-
Class org.goplanit.utils.exceptions.PlanItException extends Exception implements Serializable
- serialVersionUID:
- 567458653348604906L
-
Class org.goplanit.utils.exceptions.PlanItRunTimeException extends RuntimeException implements Serializable
- serialVersionUID:
- 567458653348604906L
-
-
Package org.goplanit.utils.graph
-
Package org.goplanit.utils.graph.directed
-
Package org.goplanit.utils.network.layer.macroscopic
-
Package org.goplanit.utils.network.layer.physical
-
Package org.goplanit.utils.network.layer.service
-
Package org.goplanit.utils.network.virtual
-
Package org.goplanit.utils.zoning
-
Package org.goplanit.zoning
-
Class org.goplanit.zoning.CentroidImpl extends IdAbleImpl implements Serializable
- serialVersionUID:
- 1122451267627721268L
-
Class org.goplanit.zoning.Zoning extends PlanitComponent<Zoning> implements Serializable
- serialVersionUID:
- -2986366471146628179L
-
Serialized Fields
-
crs
org.opengis.referencing.crs.CoordinateReferenceSystem crs
the CRS of this zoning -
odConnectoids
UndirectedConnectoids odConnectoids
provide access to undirected connectoids (of od zones) -
odZones
OdZones odZones
provide access to zones -
transferConnectoids
DirectedConnectoids transferConnectoids
provide access to directed connectoids (of transfer zones) -
transferZoneGroups
TransferZoneGroups transferZoneGroups
provide access to transfer zone groups (if any) -
transferZones
TransferZones transferZones
provide access to transfer zones (if any) -
virtualNetwork
VirtualNetwork virtualNetwork
Virtual network holds all the virtual connections to the physical network (layers) todo: we should have potentially multiple virtual networks per zoning, one for each physical network the zoning is used on! -
zoningModifier
ZoningModifier zoningModifier
modifier that can be used to perform modifications to the zoning that comprise more than a single element of the zoning, e.g. updating of ids. It is also used by listeners that are needed to update the zoning components in case the referenced network gets modified
-
-