Package org.goplanit.path.choice.logit
Class LogitChoiceModelConfiguratorFactory
- java.lang.Object
-
- org.goplanit.path.choice.logit.LogitChoiceModelConfiguratorFactory
-
public class LogitChoiceModelConfiguratorFactory extends Object
factory for the logit choice model types supported directory by PLANit- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description LogitChoiceModelConfiguratorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LogitChoiceModelConfigurator<? extends LogitChoiceModel>
createConfigurator(String logitChoiceModelType)
Create a configurator for given logit choice model type
-
-
-
Method Detail
-
createConfigurator
public static LogitChoiceModelConfigurator<? extends LogitChoiceModel> createConfigurator(String logitChoiceModelType) throws PlanItException
Create a configurator for given logit choice model type- Parameters:
logitChoiceModelType
- type of assignment the builder is created for- Returns:
- the created configurator
- Throws:
PlanItException
- thrown if error
-
-