Package org.planit.trafficassignment.builder
Traffic assignment builder classes
-
Class Summary Class Description CapacityConstrainedTrafficAssignmentBuilder When capacity constraints are in place we make a distinction between inflow and outflow and we assume the difference between the two is governed by a fundamental diagram.DynamicTrafficAssignmentBuilder A dynamic traffic assignment builder is assumed to only support capacity constrained traffic assignment instances.TraditionalStaticAssignmentBuilder Builder for a traditional static assignment.TrafficAssignmentBuilder All traffic assignment instances require a network, demand, and (equilibrium) smoothing procedure, all of which should be registered via this generic builder.