Uses of Class
org.goplanit.sdinteraction.smoothing.Smoothing
-
Packages that use Smoothing Package Description org.goplanit.assignment Traffic assignment classesorg.goplanit.sdinteraction.smoothing Classes which perform the smoothing used in the algorithm convergence -
-
Uses of Smoothing in org.goplanit.assignment
Methods in org.goplanit.assignment that return Smoothing Modifier and Type Method Description protected Smoothing
TrafficAssignmentBuilder. createSmoothingInstance()
create a smoothing instance based on configurationSmoothing
TrafficAssignment. getSmoothing()
Collect the smoothing object for the current traffic assignmentMethods in org.goplanit.assignment that return types with arguments of type Smoothing 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 assignmentMethods in org.goplanit.assignment with parameters of type Smoothing Modifier and Type Method Description void
TrafficAssignment. setSmoothing(Smoothing smoothing)
Set the Smoothing object for the current assignment -
Uses of Smoothing in org.goplanit.sdinteraction.smoothing
Classes in org.goplanit.sdinteraction.smoothing with type parameters of type Smoothing Modifier and Type Class Description class
SmoothingConfigurator<T extends Smoothing>
Base class for all smoothing configurator implementationsSubclasses of Smoothing in org.goplanit.sdinteraction.smoothing Modifier and Type Class Description class
MSASmoothing
MSA smoothing objectMethods in org.goplanit.sdinteraction.smoothing that return Smoothing Modifier and Type Method Description abstract Smoothing
Smoothing. clone()
Create a shallow copy of this entityMethods in org.goplanit.sdinteraction.smoothing that return types with arguments of type Smoothing Modifier and Type Method Description static SmoothingConfigurator<? extends Smoothing>
SmoothingConfiguratorFactory. createConfigurator(String smoothingType)
Create a configurator for given smoothing typeMethods in org.goplanit.sdinteraction.smoothing with parameters of type Smoothing Modifier and Type Method Description void
SmoothingConfigurator. configure(Smoothing smoothing)
Needed to avoid issues with generics, although it should be obvious that T extends SmoothingConstructors in org.goplanit.sdinteraction.smoothing with parameters of type Smoothing Constructor Description Smoothing(Smoothing other)
Constructor
-