Class FullSupervisionComponentConfig
- java.lang.Object
-
- org.processmining.specpp.config.presets.BaseComponentConfig
-
- org.processmining.specpp.config.presets.FullSupervisionComponentConfig
-
- All Implemented Interfaces:
ComponentConfig
public class FullSupervisionComponentConfig extends BaseComponentConfig
-
-
Constructor Summary
Constructors Constructor Description FullSupervisionComponentConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SupervisionConfigurationgetSupervisionConfiguration(GlobalComponentRepository gcr)-
Methods inherited from class org.processmining.specpp.config.presets.BaseComponentConfig
getEfficientTreeConfiguration, getEvaluatorConfiguration, getPostProcessingConfiguration, getProposerComposerConfiguration
-
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
-
getSupervisionConfiguration
public SupervisionConfiguration getSupervisionConfiguration(GlobalComponentRepository gcr)
- Specified by:
getSupervisionConfigurationin interfaceComponentConfig- Overrides:
getSupervisionConfigurationin classBaseComponentConfig
-
-