Class DefaultConfigurationComponentFactory
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.view.components.configurationcomponents.DefaultConfigurationComponentFactory
-
- All Implemented Interfaces:
ConfigurationComponentFactory
public class DefaultConfigurationComponentFactory extends java.lang.Object implements ConfigurationComponentFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultConfigurationComponentFactory(DataCommunicationControllerVM dcVM, LPMSetService lpmSetService, EventLogService eventLogService, GroupingController groupingController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationComponentcreate(ConfigurationComponentType type)LPMSimilaritySetupComponentcreate(LPMSimilarityConfigurationComponentType type)
-
-
-
Constructor Detail
-
DefaultConfigurationComponentFactory
@Inject public DefaultConfigurationComponentFactory(DataCommunicationControllerVM dcVM, LPMSetService lpmSetService, EventLogService eventLogService, GroupingController groupingController)
-
-
Method Detail
-
create
public ConfigurationComponent create(ConfigurationComponentType type)
- Specified by:
createin interfaceConfigurationComponentFactory
-
create
public LPMSimilaritySetupComponent create(LPMSimilarityConfigurationComponentType type)
- Specified by:
createin interfaceConfigurationComponentFactory
-
-