Uses of Class
org.planit.assignment.TrafficAssignmentComponent
-
-
Uses of TrafficAssignmentComponent in org.planit.assignment
Classes in org.planit.assignment with type parameters of type TrafficAssignmentComponent Modifier and Type Class Description classTrafficAssignmentComponent<T extends TrafficAssignmentComponent<T> & Serializable>Traffic assignment components are the main building blocks to conduct traffic assignment onSubclasses of TrafficAssignmentComponent in org.planit.assignment Modifier and Type Class Description classCapacityConstrainedAssignmentCapacity constrained traffic assignment componentclassDynamicTrafficAssignmentDynamic traffic assignment class for any traffic assignment model that adheres to being capacity constrained utilizing a fundamental diagram and underlying node modelclassStaticTrafficAssignmentA static traffic assignment class with some commonalities implemented shared across static assignment implementationsclassTrafficAssignmentTraffic assignment class which simultaneously is responsible for the loading hence it is also considered as a traffic assignment component of this typeMethod parameters in org.planit.assignment with type arguments of type TrafficAssignmentComponent Modifier and Type Method Description static voidTrafficAssignmentComponentFactory. registerTrafficAssignmentComponentType(Class<? extends TrafficAssignmentComponent<?>> trafficAssignmentComponent)Register a component type that one can choose for the given traffic component -
Uses of TrafficAssignmentComponent in org.planit.assignment.algorithmb
Subclasses of TrafficAssignmentComponent in org.planit.assignment.algorithmb Modifier and Type Class Description classAlgorithmBAlgorithm B implementation based on the work of Dial (2006). -
Uses of TrafficAssignmentComponent in org.planit.assignment.eltm
Subclasses of TrafficAssignmentComponent in org.planit.assignment.eltm Modifier and Type Class Description classELTMevent based Link Transmission Model implementation (eLTM) for network loading using a capacity constrained (Deterministic) assignment -
Uses of TrafficAssignmentComponent in org.planit.assignment.traditionalstatic
Subclasses of TrafficAssignmentComponent in org.planit.assignment.traditionalstatic Modifier and Type Class Description classTraditionalStaticAssignmentTraditional static assignment traffic component.This is the class that conducts the actual assignment. -
Uses of TrafficAssignmentComponent in org.planit.cost.physical
Subclasses of TrafficAssignmentComponent in org.planit.cost.physical Modifier and Type Class Description classAbstractPhysicalCostClass for dynamic cost functions, which calculate link segment costs for each iterationclassBPRLinkTravelTimeCostWell known BPR link performance function to compute travel time cost on link segment based on flow and configuration parameters. -
Uses of TrafficAssignmentComponent in org.planit.cost.physical.initial
Subclasses of TrafficAssignmentComponent in org.planit.cost.physical.initial Modifier and Type Class Description classInitialLinkSegmentCostInitial Link Segment Costs stored by modeclassInitialLinkSegmentCostPeriodIdentical to InitialLinkSegmentCost except that it is directly attached to a particular time period.classInitialPhysicalCostThe initial physical costs for the networkclassManualInitialLinkSegmentCostInitial Link Segment Cost for which all the link segments have the same cost value for a specified mode -
Uses of TrafficAssignmentComponent in org.planit.cost.virtual
Subclasses of TrafficAssignmentComponent in org.planit.cost.virtual Modifier and Type Class Description classAbstractVirtualCostObject to handle the travel time cost of a virtual linkclassFixedConnectoidTravelTimeCostClass holding fixed connectoid costs for each connectoid segmentclassSpeedConnectoidTravelTimeCostClass to calculate the connectoid travel time using connectoid speed -
Uses of TrafficAssignmentComponent in org.planit.demands
Subclasses of TrafficAssignmentComponent in org.planit.demands Modifier and Type Class Description classDemandsContainer class for all demands registered on the project. -
Uses of TrafficAssignmentComponent in org.planit.network
Subclasses of TrafficAssignmentComponent in org.planit.network Modifier and Type Class Description classInfrastructureNetworkA network with physical infrastructure layersclassNetworkBase class for any network. -
Uses of TrafficAssignmentComponent in org.planit.network.macroscopic
Subclasses of TrafficAssignmentComponent in org.planit.network.macroscopic Modifier and Type Class Description classMacroscopicNetworkMacroscopic Network which stores one or more macroscopic network infrastructure layers that together form the complete (intermodal) network. -
Uses of TrafficAssignmentComponent in org.planit.network.virtual
Subclasses of TrafficAssignmentComponent in org.planit.network.virtual Modifier and Type Class Description classVirtualNetworkModel 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 TrafficAssignmentComponent in org.planit.path
Subclasses of TrafficAssignmentComponent in org.planit.path Modifier and Type Class Description classODPathSetsContains one or more origin-destination based path sets that can be used in assignment. -
Uses of TrafficAssignmentComponent in org.planit.path.choice
Subclasses of TrafficAssignmentComponent in org.planit.path.choice Modifier and Type Class Description classPathChoiceThe path choice traffic assignment component responsible for the configuration of the path choice methodology and the path associated with this procedure.classStochasticPathChoiceStochastic path choice component. -
Uses of TrafficAssignmentComponent in org.planit.path.choice.logit
Subclasses of TrafficAssignmentComponent in org.planit.path.choice.logit Modifier and Type Class Description classLogitChoiceModelThe logit choice model base class.classMultinomialLogitMNL choice model implementation -
Uses of TrafficAssignmentComponent in org.planit.project
Method parameters in org.planit.project with type arguments of type TrafficAssignmentComponent Modifier and Type Method Description voidCustomPlanItProject. registerEligibleTrafficComponentClass(Class<? extends TrafficAssignmentComponent<?>> theClazz)Register a class that we allow to be instantiated as a concrete implementation of a traffic assignment component that can be used in PLANit -
Uses of TrafficAssignmentComponent in org.planit.sdinteraction.smoothing
Subclasses of TrafficAssignmentComponent in org.planit.sdinteraction.smoothing Modifier and Type Class Description classMSASmoothingMSA smoothing objectclassSmoothingSmoothing class to smooth data, such as path flows or other types of flows or traffic data between iterations -
Uses of TrafficAssignmentComponent in org.planit.supply.fundamentaldiagram
Subclasses of TrafficAssignmentComponent in org.planit.supply.fundamentaldiagram Modifier and Type Class Description classFundamentalDiagramFundamental diagram traffic componentclassNewellFundamentalDiagramNewell fundamental diagram traffic component -
Uses of TrafficAssignmentComponent in org.planit.supply.network.nodemodel
Subclasses of TrafficAssignmentComponent in org.planit.supply.network.nodemodel Modifier and Type Class Description classNodeModelNode model traffic componentclassTampereNodeModelTampere node model traffic component -
Uses of TrafficAssignmentComponent in org.planit.supply.networkloading
Subclasses of TrafficAssignmentComponent in org.planit.supply.networkloading Modifier and Type Class Description classNetworkLoadingNetwork loading traffic component -
Uses of TrafficAssignmentComponent in org.planit.zoning
Subclasses of TrafficAssignmentComponent in org.planit.zoning Modifier and Type Class Description classZoningZoning class which holds a particular zoning
-