Uses of Class
org.planit.trafficassignment.TrafficAssignment
-
Packages that use TrafficAssignment Package Description org.planit.ltm.trafficassignment PLANit LTM traffic assignment classesorg.planit.output output writer related classesorg.planit.output.adapter Output Adapter and Output Type Adapter classes and interfacesorg.planit.output.configuration output configuration related classesorg.planit.output.property Output property objects which represent quantities which can be reported in the outputorg.planit.project PLANit project classesorg.planit.trafficassignment Traffic assignment classesorg.planit.trafficassignment.builder Traffic assignment builder classes -
-
Uses of TrafficAssignment in org.planit.ltm.trafficassignment
Subclasses of TrafficAssignment in org.planit.ltm.trafficassignment Modifier and Type Class Description class
ELTM
event based Link Transmission Model implementation (eLTM) for network loading using a capacity constrained (Deterministic) assignment -
Uses of TrafficAssignment in org.planit.output
Methods in org.planit.output with parameters of type TrafficAssignment Modifier and Type Method Description OutputTypeConfiguration
OutputManager. createAndRegisterOutputTypeConfiguration(OutputType outputType, TrafficAssignment trafficAssignment)
Factory method to create an output configuration and adapter for a given typeConstructors in org.planit.output with parameters of type TrafficAssignment Constructor Description OutputManager(TrafficAssignment trafficAssignment)
Base constructor of Output writer -
Uses of TrafficAssignment in org.planit.output.adapter
Fields in org.planit.output.adapter declared as TrafficAssignment Modifier and Type Field Description protected TrafficAssignment
OutputTypeAdapterImpl. trafficAssignment
the traffic assignment this output adapter is drawing fromConstructors in org.planit.output.adapter with parameters of type TrafficAssignment Constructor Description LinkOutputTypeAdapterImpl(OutputType outputType, TrafficAssignment trafficAssignment)
ConstructorODOutputTypeAdapterImpl(OutputType outputType, TrafficAssignment trafficAssignment)
ConstructorOutputAdapter(TrafficAssignment trafficAssignment)
ConstructorOutputTypeAdapterImpl(OutputType outputType, TrafficAssignment trafficAssignment)
ConstructorRouteOutputTypeAdapterImpl(OutputType outputType, TrafficAssignment trafficAssignment)
ConstructorTraditionalStaticAssignmentLinkOutputTypeAdapter(OutputType outputType, TrafficAssignment trafficAssignment)
ConstructorTraditionalStaticAssignmentODOutputTypeAdapter(OutputType outputType, TrafficAssignment trafficAssignment)
ConstructorTraditionalStaticRouteOutputTypeAdapter(OutputType outputType, TrafficAssignment trafficAssignment)
Constructor -
Uses of TrafficAssignment in org.planit.output.configuration
Fields in org.planit.output.configuration declared as TrafficAssignment Modifier and Type Field Description protected TrafficAssignment
OutputTypeConfiguration. trafficAssignment
The traffic assignment object on which this output type configuration is being registeredConstructors in org.planit.output.configuration with parameters of type TrafficAssignment Constructor Description LinkOutputTypeConfiguration(TrafficAssignment trafficAssignment)
Constructor Define the default output properties here.OriginDestinationOutputTypeConfiguration(TrafficAssignment trafficAssignment)
Constructor Define the default output properties here.OutputTypeConfiguration(TrafficAssignment trafficAssignment, OutputType outputType)
OutputTypeconfiguration constructorPathOutputTypeConfiguration(TrafficAssignment trafficAssignment)
Constructor Define the default output properties here. -
Uses of TrafficAssignment in org.planit.output.property
Methods in org.planit.output.property with parameters of type TrafficAssignment Modifier and Type Method Description static int
IterationIndexOutputProperty. getIterationIndex(TrafficAssignment trafficAssignment)
Returns the current iteration indexstatic long
RunIdOutputProperty. getRunId(TrafficAssignment trafficAssignment)
Returns the current run id -
Uses of TrafficAssignment in org.planit.project
Fields in org.planit.project with type parameters of type TrafficAssignment Modifier and Type Field Description protected TreeMap<Long,TrafficAssignment>
CustomPlanItProject.ProjectAssignments. trafficAssignmentsMap
The traffic assignment(s) registered on this projectMethods in org.planit.project that return TrafficAssignment Modifier and Type Method Description TrafficAssignment
CustomPlanItProject.ProjectAssignments. getFirstTrafficAssignment()
Collect the first traffic assignment that is registered (if any).TrafficAssignment
CustomPlanItProject.ProjectAssignments. getTrafficAssignment(long id)
Get traffic assignment by idMethods in org.planit.project that return types with arguments of type TrafficAssignment Modifier and Type Method Description Iterator<TrafficAssignment>
CustomPlanItProject.ProjectAssignments. iterator()
iterable over registered traffic assignmentsMethods in org.planit.project with parameters of type TrafficAssignment Modifier and Type Method Description protected void
CustomPlanItProject.ProjectAssignments. addTrafficAssignment(TrafficAssignment trafficAssignment)
add traffic assignmentprotected void
CustomPlanItProject. executeTrafficAssignment(TrafficAssignment ta)
Execute a particular traffic assignment -
Uses of TrafficAssignment in org.planit.trafficassignment
Subclasses of TrafficAssignment in org.planit.trafficassignment Modifier and Type Class Description class
CapacityConstrainedAssignment
Capacity constrained traffic assignment componentclass
DynamicTrafficAssignment
Dynamic traffic assignment class for any traffic assignment model that adheres to being capacity constrained utilizing a fundamental diagram and underlying node modelclass
TraditionalStaticAssignment
Traditional static assignment traffic component. -
Uses of TrafficAssignment in org.planit.trafficassignment.builder
Fields in org.planit.trafficassignment.builder declared as TrafficAssignment Modifier and Type Field Description protected TrafficAssignment
TrafficAssignmentBuilder. parentAssignment
The assignment all components will be registered onConstructors in org.planit.trafficassignment.builder with parameters of type TrafficAssignment Constructor Description TraditionalStaticAssignmentBuilder(TrafficAssignment parentAssignment, InputBuilderListener trafficComponentCreateListener, Demands demands, Zoning zoning, PhysicalNetwork physicalNetwork)
Constructor
-