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 SmoothingTrafficAssignmentBuilder. createSmoothingInstance()create a smoothing instance based on configurationSmoothingTrafficAssignment. 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 voidTrafficAssignment. 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 classSmoothingConfigurator<T extends Smoothing>Base class for all smoothing configurator implementationsSubclasses of Smoothing in org.goplanit.sdinteraction.smoothing Modifier and Type Class Description classMSASmoothingMSA smoothing objectMethods in org.goplanit.sdinteraction.smoothing that return Smoothing Modifier and Type Method Description abstract SmoothingSmoothing. 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 voidSmoothingConfigurator. 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
-