Uses of Interface
org.processmining.specpp.config.AlgorithmParameterConfig
-
Packages that use AlgorithmParameterConfig Package Description org.processmining.specpp.config org.processmining.specpp.headless -
-
Uses of AlgorithmParameterConfig in org.processmining.specpp.config
Classes in org.processmining.specpp.config that implement AlgorithmParameterConfig Modifier and Type Class Description classAlgorithmParameterConfigImplMethods in org.processmining.specpp.config that return AlgorithmParameterConfig Modifier and Type Method Description static AlgorithmParameterConfigConfigFactory. create(ProvidesParameters... providesParameters)AlgorithmParameterConfigSPECppConfigBundle. getAlgorithmParameterConfig()AlgorithmParameterConfigSPECppConfigBundleImpl. getAlgorithmParameterConfig()Methods in org.processmining.specpp.config with parameters of type AlgorithmParameterConfig Modifier and Type Method Description static SPECppConfigBundleConfigFactory. create(InputProcessingConfig inputProcessingConfig, ComponentConfig componentConfig, AlgorithmParameterConfig algorithmParameterConfig)Constructors in org.processmining.specpp.config with parameters of type AlgorithmParameterConfig Constructor Description SPECppConfigBundleImpl(InputProcessingConfig inputProcessingConfig, ComponentConfig componentConfig, AlgorithmParameterConfig algorithmParameterConfig) -
Uses of AlgorithmParameterConfig in org.processmining.specpp.headless
Methods in org.processmining.specpp.headless that return AlgorithmParameterConfig Modifier and Type Method Description static AlgorithmParameterConfigCodeDefinedEvaluationConfig. createParameterConfig()
-