Uses of Class
org.planit.sdinteraction.smoothing.SmoothingConfigurator
-
Packages that use SmoothingConfigurator Package Description org.planit.assignment Traffic assignment classesorg.planit.sdinteraction.smoothing Classes which perform the smoothing used in the algorithm convergence -
-
Uses of SmoothingConfigurator in org.planit.assignment
Methods in org.planit.assignment that return SmoothingConfigurator Modifier and Type Method Description SmoothingConfigurator<? extends Smoothing>
TrafficAssignmentConfigurator. createAndRegisterSmoothing(String smoothingType)
Create and Register smoothing componentSmoothingConfigurator<? extends Smoothing>
TrafficAssignmentConfigurator. getSmoothing()
Collect the smoothing entity registered on the traffic assignment -
Uses of SmoothingConfigurator in org.planit.sdinteraction.smoothing
Subclasses of SmoothingConfigurator in org.planit.sdinteraction.smoothing Modifier and Type Class Description class
MSASmoothingConfigurator
configurator for MSA smoothing implementationMethods in org.planit.sdinteraction.smoothing that return SmoothingConfigurator Modifier and Type Method Description static SmoothingConfigurator<? extends Smoothing>
SmoothingConfiguratorFactory. createConfigurator(String smoothingType)
Create a configurator for given smoothing type
-