Class RuleEngineConfigurationImpl
java.lang.Object
de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
org.palladiosimulator.somox.analyzer.rules.configuration.RuleEngineConfigurationImpl
- All Implemented Interfaces:
de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
,de.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
,Cloneable
,RuleEngineConfiguration
public class RuleEngineConfigurationImpl
extends de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
implements RuleEngineConfiguration
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
isFixed
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyAttributeMap
(Map<String, Object> attributeMap) <T extends Service>
ServiceConfiguration<T>void
setInputFolder
(URI inputFolder) void
setOutputFolder
(URI outputFolder) toMap()
Methods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
addChildConfiguration, getChildConfiguration, getErrorMessage, isValid, setDefaults, toString
Methods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
checkFixed, clone, isFrozen, validateAndFreeze
-
Field Details
-
RULE_ENGINE_INPUT_PATH
- See Also:
-
RULE_ENGINE_OUTPUT_PATH
- See Also:
-
RULE_ENGINE_SELECTED_RULES
- See Also:
-
RULE_ENGINE_SELECTED_ANALYSTS
- See Also:
-
RULE_ENGINE_SELECTED_DISCOVERERS
- See Also:
-
RULE_ENGINE_RULE_CONFIG_PREFIX
- See Also:
-
RULE_ENGINE_ANALYST_CONFIG_PREFIX
- See Also:
-
RULE_ENGINE_DISCOVERER_CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
RuleEngineConfigurationImpl
public RuleEngineConfigurationImpl() -
RuleEngineConfigurationImpl
-
-
Method Details
-
applyAttributeMap
-
getAttributes
- Specified by:
getAttributes
in interfacede.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
-
getInputFolder
- Specified by:
getInputFolder
in interfaceRuleEngineConfiguration
-
getOutputFolder
- Specified by:
getOutputFolder
in interfaceRuleEngineConfiguration
-
setInputFolder
- Specified by:
setInputFolder
in interfaceRuleEngineConfiguration
-
setOutputFolder
- Specified by:
setOutputFolder
in interfaceRuleEngineConfiguration
-
getConfig
- Specified by:
getConfig
in interfaceRuleEngineConfiguration
-
toMap
-