Package org.goplanit.gap
Class GapFunctionConfiguratorFactory
- java.lang.Object
-
- org.goplanit.gap.GapFunctionConfiguratorFactory
-
public class GapFunctionConfiguratorFactory extends Object
factory for the gap function types supported directory by PLANit- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description GapFunctionConfiguratorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GapFunctionConfigurator<? extends GapFunction>
createConfigurator(String gapFunctionType)
Create a configurator for given gap function type
-
-
-
Method Detail
-
createConfigurator
public static GapFunctionConfigurator<? extends GapFunction> createConfigurator(String gapFunctionType) throws PlanItException
Create a configurator for given gap function type- Parameters:
gapFunctionType
- type of gap function to create- Returns:
- the created configurator
- Throws:
PlanItException
- thrown if error
-
-