Uses of Class
org.planit.assignment.TrafficComponentBuilder
-
Packages that use TrafficComponentBuilder Package Description org.planit.assignment Traffic assignment classesorg.planit.assignment.eltm org.planit.assignment.traditionalstatic org.planit.path.choice PLANit path choice classes -
-
Uses of TrafficComponentBuilder in org.planit.assignment
Subclasses of TrafficComponentBuilder in org.planit.assignment Modifier and Type Class Description class
CapacityConstrainedTrafficAssignmentBuilder<T extends CapacityConstrainedAssignment>
builder for capacity constrained traffic assignmentclass
DynamicTrafficAssignmentBuilder<T extends DynamicTrafficAssignment>
A dynamic traffic assignment builder is assumed to only support capacity constrained traffic assignment instances.class
TrafficAssignmentBuilder<T extends TrafficAssignment>
All traffic assignment instances require a network, demand, and (equilibrium) smoothing procedure, all of which should be registered via this generic builder. -
Uses of TrafficComponentBuilder in org.planit.assignment.eltm
Subclasses of TrafficComponentBuilder in org.planit.assignment.eltm Modifier and Type Class Description class
ELTMTrafficAssignmentBuilder
The eLTM traffic assignment builder. -
Uses of TrafficComponentBuilder in org.planit.assignment.traditionalstatic
Subclasses of TrafficComponentBuilder in org.planit.assignment.traditionalstatic Modifier and Type Class Description class
TraditionalStaticAssignmentBuilder
Builder for a traditional static assignment. -
Uses of TrafficComponentBuilder in org.planit.path.choice
Subclasses of TrafficComponentBuilder in org.planit.path.choice Modifier and Type Class Description class
PathChoiceBuilder<T extends PathChoice>
All path choice instances are built using this or a derived version of this builderclass
StochasticPathChoiceBuilder
All path choice instances are built using this or a derived version of this builder
-