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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
isFixed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyAttributeMap(Map<String, Object> attributeMap) <T extends Service>
ServiceConfiguration<T>voidsetInputFolder(URI inputFolder) voidsetOutputFolder(URI outputFolder) toMap()Methods inherited from class de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
addChildConfiguration, getChildConfiguration, getErrorMessage, isValid, setDefaults, toStringMethods 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:
getAttributesin interfacede.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
-
getInputFolder
- Specified by:
getInputFolderin interfaceRuleEngineConfiguration
-
getOutputFolder
- Specified by:
getOutputFolderin interfaceRuleEngineConfiguration
-
setInputFolder
- Specified by:
setInputFolderin interfaceRuleEngineConfiguration
-
setOutputFolder
- Specified by:
setOutputFolderin interfaceRuleEngineConfiguration
-
getConfig
- Specified by:
getConfigin interfaceRuleEngineConfiguration
-
toMap
-