Package org.processmining.specpp.config
Interface SPECppConfigBundle
-
- All Known Implementing Classes:
CodeDefinedEvaluationConfig,SPECppConfigBundleImpl
public interface SPECppConfigBundle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AlgorithmParameterConfiggetAlgorithmParameterConfig()ComponentConfiggetComponentConfig()InputProcessingConfiggetInputProcessingConfig()default voidinstantiate(GlobalComponentRepository cr, InputDataBundle bundle)
-
-
-
Method Detail
-
getInputProcessingConfig
InputProcessingConfig getInputProcessingConfig()
-
getComponentConfig
ComponentConfig getComponentConfig()
-
getAlgorithmParameterConfig
AlgorithmParameterConfig getAlgorithmParameterConfig()
-
instantiate
default void instantiate(GlobalComponentRepository cr, InputDataBundle bundle)
-
-