Uses of Interface
org.processmining.specpp.config.ComponentConfig
-
Packages that use ComponentConfig Package Description org.processmining.specpp.config org.processmining.specpp.config.parsing org.processmining.specpp.config.presets org.processmining.specpp.headless -
-
Uses of ComponentConfig in org.processmining.specpp.config
Classes in org.processmining.specpp.config that implement ComponentConfig Modifier and Type Class Description classComponentConfigImplMethods in org.processmining.specpp.config that return ComponentConfig Modifier and Type Method Description ComponentConfigSPECppConfigBundle. getComponentConfig()ComponentConfigSPECppConfigBundleImpl. getComponentConfig()Methods in org.processmining.specpp.config with parameters of type ComponentConfig Modifier and Type Method Description static SPECppConfigBundleConfigFactory. create(InputProcessingConfig inputProcessingConfig, ComponentConfig componentConfig, AlgorithmParameterConfig algorithmParameterConfig)static SPECppConfigBundleConfigFactory. create(PreProcessingParameters preProcessingParameters, DataExtractionParameters dataExtractionParameters, ComponentConfig componentConfig, ProvidesParameters... providesParameters)Constructors in org.processmining.specpp.config with parameters of type ComponentConfig Constructor Description SPECppConfigBundleImpl(InputProcessingConfig inputProcessingConfig, ComponentConfig componentConfig, AlgorithmParameterConfig algorithmParameterConfig) -
Uses of ComponentConfig in org.processmining.specpp.config.parsing
Fields in org.processmining.specpp.config.parsing with type parameters of type ComponentConfig Modifier and Type Field Description static com.google.gson.TypeAdapter<ComponentConfig>ConfigurationParsing. CONFIGURATOR_COLLECTION_TYPE_ADAPTER -
Uses of ComponentConfig in org.processmining.specpp.config.presets
Classes in org.processmining.specpp.config.presets that implement ComponentConfig Modifier and Type Class Description classBaseComponentConfigclassETCComponentConfigclassFullSupervisionComponentConfigclassLightweightComponentConfigclassPlaceOracleComponentConfigclassTauDeltaComponentConfigclassUniwiredComponentConfig -
Uses of ComponentConfig in org.processmining.specpp.headless
Methods in org.processmining.specpp.headless that return ComponentConfig Modifier and Type Method Description static ComponentConfigCodeDefinedEvaluationConfig. createComponentConfig()static ComponentConfigCodeDefinedConfigurationSample. createComponentConfiguration()
-