Uses of Class
org.goplanit.path.choice.PathChoice
-
Packages that use PathChoice Package Description org.goplanit.assignment.ltm org.goplanit.path.choice PLANit path choice classes -
-
Uses of PathChoice in org.goplanit.assignment.ltm
Methods in org.goplanit.assignment.ltm that return PathChoice Modifier and Type Method Description protected PathChoice
LtmTrafficAssignmentBuilder. createPathChoiceInstance(LtmConfigurator<? extends LtmAssignment> configurator)
create a path choice instance based on configurationPathChoice
LtmAssignment. getPathChoice()
The path choice model to useMethods in org.goplanit.assignment.ltm that return types with arguments of type PathChoice 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 configuratorMethods in org.goplanit.assignment.ltm with parameters of type PathChoice Modifier and Type Method Description void
LtmAssignment. setPathChoice(PathChoice pathChoice)
The path choice model to use -
Uses of PathChoice in org.goplanit.path.choice
Classes in org.goplanit.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.goplanit.path.choice Modifier and Type Class Description class
StochasticPathChoice
Stochastic path choice component.Methods in org.goplanit.path.choice that return PathChoice Modifier and Type Method Description abstract PathChoice
PathChoice. clone()
Create a shallow copy of this entityMethods in org.goplanit.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.goplanit.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 SmoothingConstructors in org.goplanit.path.choice with parameters of type PathChoice Constructor Description PathChoice(PathChoice other)
Copy constructor
-