Class SmoothingConfiguratorFactory
- java.lang.Object
-
- org.planit.sdinteraction.smoothing.SmoothingConfiguratorFactory
-
public class SmoothingConfiguratorFactory extends Object
factory for the smoothing configurator types supported directory by PLANit- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description SmoothingConfiguratorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SmoothingConfigurator<? extends Smoothing>
createConfigurator(String smoothingType)
Create a configurator for given smoothing type
-
-
-
Method Detail
-
createConfigurator
public static SmoothingConfigurator<? extends Smoothing> createConfigurator(String smoothingType) throws PlanItException
Create a configurator for given smoothing type- Parameters:
smoothingType
- type of assignment the builder is created for- Returns:
- the created configurator
- Throws:
PlanItException
- thrown if error
-
-