Uses of Class
org.planit.assignment.TrafficAssignmentConfigurator
-
Packages that use TrafficAssignmentConfigurator Package Description org.planit.assignment Traffic assignment classesorg.planit.assignment.eltm org.planit.assignment.traditionalstatic org.planit.io.project Simple implementations of CustomPlanItProjectorg.planit.project PLANit project classes -
-
Uses of TrafficAssignmentConfigurator in org.planit.assignment
Subclasses of TrafficAssignmentConfigurator in org.planit.assignment Modifier and Type Class Description classCapacityConstrainedTrafficAssignmentConfigurator<T extends CapacityConstrainedAssignment>Configurator for capacity constrained assignmentclassDynamicAssignmentConfigurator<T extends DynamicTrafficAssignment>Configurator for traditional static assignmentMethods in org.planit.assignment with parameters of type TrafficAssignmentConfigurator Modifier and Type Method Description protected GapFunctionTrafficAssignmentBuilder. createGapFunctionInstance(TrafficAssignmentConfigurator<?> configurator, StopCriterion stopCriterion)create a gap function instance based on configurationprotected AbstractPhysicalCostTrafficAssignmentBuilder. createPhysicalCostInstance(TrafficAssignmentConfigurator<?> configurator)create a physical cost instance based on configurationprotected SmoothingTrafficAssignmentBuilder. createSmoothingInstance(TrafficAssignmentConfigurator<?> configurator)create a smoothing instance based on configurationprotected AbstractVirtualCostTrafficAssignmentBuilder. createVirtualCostInstance(TrafficAssignmentConfigurator<?> configurator)create a virtual cost instance based on configuration -
Uses of TrafficAssignmentConfigurator in org.planit.assignment.eltm
Subclasses of TrafficAssignmentConfigurator in org.planit.assignment.eltm Modifier and Type Class Description classELTMConfiguratorConfigurator for eLTM -
Uses of TrafficAssignmentConfigurator in org.planit.assignment.traditionalstatic
Subclasses of TrafficAssignmentConfigurator in org.planit.assignment.traditionalstatic Modifier and Type Class Description classTraditionalStaticAssignmentConfiguratorConfigurator for traditional static assignment -
Uses of TrafficAssignmentConfigurator in org.planit.io.project
Methods in org.planit.io.project that return TrafficAssignmentConfigurator Modifier and Type Method Description TrafficAssignmentConfigurator<? extends TrafficAssignment>PlanItProject. createAndRegisterTrafficAssignment(String trafficAssignmentType, Demands theDemands, Zoning theZoning, InfrastructureNetwork theNetwork)Create and register a deterministic traffic assignment instance of a given typeTrafficAssignmentConfigurator<? extends TrafficAssignment>PlanItSimpleProject. createAndRegisterTrafficAssignment(String trafficAssignmentType)On a simple project we only allow a single assignment to be registered.TrafficAssignmentConfigurator<? extends TrafficAssignment>PlanItSimpleProject. createAndRegisterTrafficAssignment(String trafficAssignmentType, Demands theDemands, Zoning theZoning, InfrastructureNetwork theNetwork)Disallow the use of the generic create and register traffic assignment because a simple project automatically determines its demands, zoning, and network -
Uses of TrafficAssignmentConfigurator in org.planit.project
Methods in org.planit.project that return TrafficAssignmentConfigurator Modifier and Type Method Description TrafficAssignmentConfigurator<? extends TrafficAssignment>CustomPlanItProject. createAndRegisterTrafficAssignment(String trafficAssignmentType, Demands theDemands, Zoning theZoning, InfrastructureNetwork theNetwork)Create and register a deterministic traffic assignment instance of a given type
-