Class TauDeltaComponentConfig
- java.lang.Object
-
- org.processmining.specpp.config.presets.BaseComponentConfig
-
- org.processmining.specpp.config.presets.TauDeltaComponentConfig
-
- All Implemented Interfaces:
ComponentConfig
public class TauDeltaComponentConfig extends BaseComponentConfig
-
-
Constructor Summary
Constructors Constructor Description TauDeltaComponentConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EfficientTreeConfiguration<Place,PlaceState,PlaceNode>getEfficientTreeConfiguration(GlobalComponentRepository gcr)EvaluatorConfigurationgetEvaluatorConfiguration(GlobalComponentRepository gcr)ProposerComposerConfiguration<Place,AdvancedComposition<Place>,CollectionOfPlaces>getProposerComposerConfiguration(GlobalComponentRepository gcr)-
Methods inherited from class org.processmining.specpp.config.presets.BaseComponentConfig
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
-
getEvaluatorConfiguration
public EvaluatorConfiguration getEvaluatorConfiguration(GlobalComponentRepository gcr)
- Specified by:
getEvaluatorConfigurationin interfaceComponentConfig- Overrides:
getEvaluatorConfigurationin classBaseComponentConfig
-
getProposerComposerConfiguration
public ProposerComposerConfiguration<Place,AdvancedComposition<Place>,CollectionOfPlaces> getProposerComposerConfiguration(GlobalComponentRepository gcr)
- Specified by:
getProposerComposerConfigurationin interfaceComponentConfig- Overrides:
getProposerComposerConfigurationin classBaseComponentConfig
-
getEfficientTreeConfiguration
public EfficientTreeConfiguration<Place,PlaceState,PlaceNode> getEfficientTreeConfiguration(GlobalComponentRepository gcr)
- Specified by:
getEfficientTreeConfigurationin interfaceComponentConfig- Overrides:
getEfficientTreeConfigurationin classBaseComponentConfig
-
-