Package org.planit.assignment
Class DynamicAssignmentConfigurator<T extends DynamicTrafficAssignment>
- java.lang.Object
-
- org.planit.utils.builder.Configurator<T>
-
- org.planit.assignment.TrafficAssignmentConfigurator<T>
-
- org.planit.assignment.CapacityConstrainedTrafficAssignmentConfigurator<T>
-
- org.planit.assignment.DynamicAssignmentConfigurator<T>
-
- Direct Known Subclasses:
ELTMConfigurator
public class DynamicAssignmentConfigurator<T extends DynamicTrafficAssignment> extends CapacityConstrainedTrafficAssignmentConfigurator<T>
Configurator for traditional static assignment- Author:
- markr
-
-
Field Summary
-
Fields inherited from class org.planit.assignment.TrafficAssignmentConfigurator
SET_DEMANDS, SET_GAP_FUNCTION, SET_INFRASTRUCTURE_NETWORK, SET_INITIAL_LINK_SEGMENT_COST, SET_OUTPUT_MANAGER, SET_PHYSICAL_COST, SET_VIRTUAL_COST, SET_ZONING
-
Fields inherited from class org.planit.utils.builder.Configurator
delayedMethodCalls
-
-
Constructor Summary
Constructors Constructor Description DynamicAssignmentConfigurator(Class<T> instanceType)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathChoiceConfigurator<? extends PathChoice>
createAndRegisterPathChoice(String pathChoiceType)
choose a particular path choice implementationPathChoiceConfigurator<? extends PathChoice>
getPathChoice()
Collect the path choice configurator-
Methods inherited from class org.planit.assignment.CapacityConstrainedTrafficAssignmentConfigurator
createAndRegisterFundamentalDiagram, createAndRegisterNodeModel, getFundamentalDiagram, getNodeModel
-
Methods inherited from class org.planit.assignment.TrafficAssignmentConfigurator
activateOutput, createAndRegisterPhysicalCost, createAndRegisterSmoothing, createAndRegisterVirtualCost, deactivateOutput, getDemands, getGapFunction, getInfrastructureNetwork, getOutputConfiguration, getOutputFormatters, getOutputManager, getPhysicalCost, getSmoothing, getVirtualCost, getZoning, isOutputTypeActive, registerInitialLinkSegmentCost, registerInitialLinkSegmentCost, registerInitialLinkSegmentCost, registerOutputFormatter, setDemands, setGapFunction, setInfrastructureNetwork, setOutputManager, setZoning, unregisterOutputFormatter
-
Methods inherited from class org.planit.utils.builder.Configurator
callVoidMethod, collectParameterTypes, configure, getClassTypeToConfigure, getFirstParameterOfDelayedMethodCall, registerDelayedMethodCall
-
-
-
-
Constructor Detail
-
DynamicAssignmentConfigurator
public DynamicAssignmentConfigurator(Class<T> instanceType) throws PlanItException
Constructor- Parameters:
instanceType
- the type we are configuring for- Throws:
PlanItException
- thrown if error
-
-
Method Detail
-
createAndRegisterPathChoice
public PathChoiceConfigurator<? extends PathChoice> createAndRegisterPathChoice(String pathChoiceType) throws PlanItException
choose a particular path choice implementation- Parameters:
pathChoiceType
- type to choose- Returns:
- path choice configurator
- Throws:
PlanItException
- thrown if error
-
getPathChoice
public PathChoiceConfigurator<? extends PathChoice> getPathChoice()
Collect the path choice configurator- Returns:
- path choice configurator
-
-