Uses of Class
org.goplanit.path.choice.PathChoiceConfigurator
-
Packages that use PathChoiceConfigurator Package Description org.goplanit.assignment.ltm org.goplanit.path.choice PLANit path choice classes -
-
Uses of PathChoiceConfigurator in org.goplanit.assignment.ltm
Methods in org.goplanit.assignment.ltm that return PathChoiceConfigurator Modifier and Type Method Description PathChoiceConfigurator<? extends PathChoice>
LtmConfigurator. createAndRegisterPathChoice(String pathChoiceType)
choose a particular path choice implementationPathChoiceConfigurator<? extends PathChoice>
LtmConfigurator. getPathChoice()
Collect the path choice configurator -
Uses of PathChoiceConfigurator in org.goplanit.path.choice
Subclasses of PathChoiceConfigurator in org.goplanit.path.choice Modifier and Type Class Description class
StochasticPathChoiceConfigurator
Configurator for FixedConnectoidTravelTimeCost implementationMethods in org.goplanit.path.choice that return PathChoiceConfigurator Modifier and Type Method Description static PathChoiceConfigurator<? extends PathChoice>
PathChoiceConfiguratorFactory. createConfigurator(String pathChoiceType)
Create a configurator for given path choicetype
-