Uses of Class
org.planit.sdinteraction.smoothing.Smoothing
-
Packages that use Smoothing Package Description org.planit.sdinteraction.smoothing Classes which perform the smoothing used in the algorithm convergenceorg.planit.trafficassignment Traffic assignment classesorg.planit.trafficassignment.builder Traffic assignment builder classes -
-
Uses of Smoothing in org.planit.sdinteraction.smoothing
Subclasses of Smoothing in org.planit.sdinteraction.smoothing Modifier and Type Class Description classMSASmoothingMSA smoothing object -
Uses of Smoothing in org.planit.trafficassignment
Fields in org.planit.trafficassignment declared as Smoothing Modifier and Type Field Description protected SmoothingTrafficAssignment. smoothingthe smoothing to useMethods in org.planit.trafficassignment that return Smoothing Modifier and Type Method Description SmoothingTrafficAssignment. getSmoothing()Collect the smoothing object for the current traffic assignmentMethods in org.planit.trafficassignment 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.planit.trafficassignment.builder
Fields in org.planit.trafficassignment.builder with type parameters of type Smoothing Modifier and Type Field Description protected TrafficAssignmentComponentFactory<Smoothing>TrafficAssignmentBuilder. smoothingFactoryThe smoothing factory used in the assignment algorithm NB: The smoothing factory is defined here because the same smoothing algorithm is used for all assignments.Methods in org.planit.trafficassignment.builder that return Smoothing Modifier and Type Method Description SmoothingDynamicTrafficAssignmentBuilder. createAndRegisterSmoothing(String smoothingType)Create and Register smoothing componentSmoothingTrafficAssignmentBuilder. createAndRegisterSmoothing(String smoothingType)Create and Register smoothing componentSmoothingTrafficAssignmentBuilder. getSmoothing()Collect the smoothing entity registered on the traffic assignment
-