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 class
MSASmoothing
MSA smoothing object -
Uses of Smoothing in org.planit.trafficassignment
Fields in org.planit.trafficassignment declared as Smoothing Modifier and Type Field Description protected Smoothing
TrafficAssignment. smoothing
the smoothing to useMethods in org.planit.trafficassignment that return Smoothing Modifier and Type Method Description Smoothing
TrafficAssignment. getSmoothing()
Collect the smoothing object for the current traffic assignmentMethods in org.planit.trafficassignment 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.planit.trafficassignment.builder
Fields in org.planit.trafficassignment.builder with type parameters of type Smoothing Modifier and Type Field Description protected TrafficAssignmentComponentFactory<Smoothing>
TrafficAssignmentBuilder. smoothingFactory
The 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 Smoothing
DynamicTrafficAssignmentBuilder. createAndRegisterSmoothing(String smoothingType)
Create and Register smoothing componentSmoothing
TrafficAssignmentBuilder. createAndRegisterSmoothing(String smoothingType)
Create and Register smoothing componentSmoothing
TrafficAssignmentBuilder. getSmoothing()
Collect the smoothing entity registered on the traffic assignment
-