Uses of Class
org.planit.path.choice.PathChoice
-
Packages that use PathChoice Package Description org.planit.assignment Traffic assignment classesorg.planit.path.choice PLANit path choice classes -
-
Uses of PathChoice in org.planit.assignment
Fields in org.planit.assignment declared as PathChoice Modifier and Type Field Description protected PathChoice
DynamicTrafficAssignment. pathChoice
the path choice methodology adoptedMethods in org.planit.assignment that return PathChoice Modifier and Type Method Description protected PathChoice
DynamicTrafficAssignmentBuilder. createPathChoiceInstance(DynamicAssignmentConfigurator<? extends DynamicTrafficAssignment> configurator)
create a path choice instance based on configurationMethods in org.planit.assignment that return types with arguments of type PathChoice Modifier and Type Method Description PathChoiceConfigurator<? extends PathChoice>
DynamicAssignmentConfigurator. createAndRegisterPathChoice(String pathChoiceType)
choose a particular path choice implementationPathChoiceConfigurator<? extends PathChoice>
DynamicAssignmentConfigurator. getPathChoice()
Collect the path choice configuratorMethods in org.planit.assignment with parameters of type PathChoice Modifier and Type Method Description void
DynamicTrafficAssignment. setPathChoice(PathChoice pathChoice)
set the path choice methodology as to be adopted by this traffic assignment -
Uses of PathChoice in org.planit.path.choice
Classes in org.planit.path.choice with type parameters of type PathChoice Modifier and Type Class Description class
PathChoiceBuilder<T extends PathChoice>
All path choice instances are built using this or a derived version of this builderclass
PathChoiceConfigurator<T extends PathChoice>
Base class for all path choice configurator implementationsSubclasses of PathChoice in org.planit.path.choice Modifier and Type Class Description class
StochasticPathChoice
Stochastic path choice component.Methods in org.planit.path.choice that return types with arguments of type PathChoice Modifier and Type Method Description static PathChoiceBuilder<? extends PathChoice>
PathChoiceBuilderFactory. createBuilder(String pathChoiceType, IdGroupingToken projectToken, InputBuilderListener inputBuilder)
Create a builder for given path choice typestatic PathChoiceConfigurator<? extends PathChoice>
PathChoiceConfiguratorFactory. createConfigurator(String pathChoiceType)
Create a configurator for given path choicetypeMethods in org.planit.path.choice with parameters of type PathChoice Modifier and Type Method Description void
PathChoiceConfigurator. configure(PathChoice pathChoice)
Needed to avoid issues with generics, although it should be obvious that T extends Smoothing
-