Class FundamentalDiagramConfiguratorFactory
- java.lang.Object
-
- org.goplanit.supply.fundamentaldiagram.FundamentalDiagramConfiguratorFactory
-
public class FundamentalDiagramConfiguratorFactory extends Object
factory for the fundamental diagram types supported directory by PLANit- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description FundamentalDiagramConfiguratorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FundamentalDiagramConfigurator<? extends FundamentalDiagramComponent>
createConfigurator(String fundamentalDiagramType)
Create a configurator for given fundamental diagram type
-
-
-
Method Detail
-
createConfigurator
public static FundamentalDiagramConfigurator<? extends FundamentalDiagramComponent> createConfigurator(String fundamentalDiagramType) throws PlanItException
Create a configurator for given fundamental diagram type- Parameters:
fundamentalDiagramType
- type of configurator to be created- Returns:
- the created configurator
- Throws:
PlanItException
- thrown if error
-
-