Package org.goplanit.assignment
Traffic assignment classes
-
Class Summary Class Description SimulationData General simulation data that only are available during simulationStaticTrafficAssignment A static traffic assignment class with some commonalities implemented shared across static assignment implementationsTrafficAssignment Traffic assignment class which simultaneously is responsible for the loading hence it is also considered as a traffic assignment component of this typeTrafficAssignmentBuilder<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.TrafficAssignmentBuilderFactory Traffic assignment builder factory for the assignment types supported directory by PLANitTrafficAssignmentConfigurator<T extends TrafficAssignment> Configurator class for traffic assignment.