Package org.processmining.specpp.config
Class ComponentConfigImpl
- java.lang.Object
-
- org.processmining.specpp.config.ComponentConfigImpl
-
- All Implemented Interfaces:
ComponentConfig
public class ComponentConfigImpl extends java.lang.Object implements ComponentConfig
-
-
Constructor Summary
Constructors Constructor Description ComponentConfigImpl(SupervisionConfiguration.Configurator svCfg, ProposerComposerConfiguration.Configurator<Place,AdvancedComposition<Place>,CollectionOfPlaces> pcCfg, EvaluatorConfiguration.Configurator evCfg, EfficientTreeConfiguration.Configurator<Place,PlaceState,PlaceNode> etCfg, PostProcessingConfiguration.Configurator<CollectionOfPlaces,ProMPetrinetWrapper> ppCfg)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.config.ComponentConfig
registerConfigurations
-
-
-
-
Constructor Detail
-
ComponentConfigImpl
public ComponentConfigImpl(SupervisionConfiguration.Configurator svCfg, ProposerComposerConfiguration.Configurator<Place,AdvancedComposition<Place>,CollectionOfPlaces> pcCfg, EvaluatorConfiguration.Configurator evCfg, EfficientTreeConfiguration.Configurator<Place,PlaceState,PlaceNode> etCfg, PostProcessingConfiguration.Configurator<CollectionOfPlaces,ProMPetrinetWrapper> ppCfg)
-
-
Method Detail
-
getEvaluatorConfiguration
public EvaluatorConfiguration getEvaluatorConfiguration(GlobalComponentRepository gcr)
- Specified by:
getEvaluatorConfigurationin interfaceComponentConfig
-
getSupervisionConfiguration
public SupervisionConfiguration getSupervisionConfiguration(GlobalComponentRepository gcr)
- Specified by:
getSupervisionConfigurationin interfaceComponentConfig
-
getProposerComposerConfiguration
public ProposerComposerConfiguration<Place,AdvancedComposition<Place>,CollectionOfPlaces> getProposerComposerConfiguration(GlobalComponentRepository gcr)
- Specified by:
getProposerComposerConfigurationin interfaceComponentConfig
-
getPostProcessingConfiguration
public PostProcessingConfiguration<CollectionOfPlaces,ProMPetrinetWrapper> getPostProcessingConfiguration(GlobalComponentRepository gcr)
- Specified by:
getPostProcessingConfigurationin interfaceComponentConfig
-
getEfficientTreeConfiguration
public EfficientTreeConfiguration<Place,PlaceState,PlaceNode> getEfficientTreeConfiguration(GlobalComponentRepository gcr)
- Specified by:
getEfficientTreeConfigurationin interfaceComponentConfig
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-