Class ETCComponentConfig
- java.lang.Object
-
- org.processmining.specpp.config.presets.BaseComponentConfig
-
- org.processmining.specpp.config.presets.ETCComponentConfig
-
- All Implemented Interfaces:
ComponentConfig
public class ETCComponentConfig extends BaseComponentConfig
-
-
Constructor Summary
Constructors Constructor Description ETCComponentConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProposerComposerConfiguration<Place,AdvancedComposition<Place>,CollectionOfPlaces>getProposerComposerConfiguration(GlobalComponentRepository gcr)-
Methods inherited from class org.processmining.specpp.config.presets.BaseComponentConfig
getEfficientTreeConfiguration, getEvaluatorConfiguration, getPostProcessingConfiguration, getSupervisionConfiguration
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.config.ComponentConfig
registerConfigurations
-
-
-
-
Method Detail
-
getProposerComposerConfiguration
public ProposerComposerConfiguration<Place,AdvancedComposition<Place>,CollectionOfPlaces> getProposerComposerConfiguration(GlobalComponentRepository gcr)
- Specified by:
getProposerComposerConfigurationin interfaceComponentConfig- Overrides:
getProposerComposerConfigurationin classBaseComponentConfig
-
-