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