Class RetrieverConfigurationImpl
java.lang.Object
de.uka.ipd.sdq.workflow.configuration.AbstractJobConfiguration
de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
org.palladiosimulator.retriever.core.configuration.RetrieverConfigurationImpl
- All Implemented Interfaces:
de.uka.ipd.sdq.workflow.configuration.IJobConfiguration
,de.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
,Cloneable
,org.palladiosimulator.retriever.services.RetrieverConfiguration
public class RetrieverConfigurationImpl
extends de.uka.ipd.sdq.workflow.configuration.AbstractComposedJobConfiguration
implements org.palladiosimulator.retriever.services.RetrieverConfiguration
-
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
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 org.palladiosimulator.retriever.services.Service>
org.palladiosimulator.retriever.services.ServiceConfiguration<T>void
setInputFolder
(URI inputFolder) void
setOutputFolder
(URI outputFolder) void
setRulesFolder
(URI rulesFolder) 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_RULES_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
-
RetrieverConfigurationImpl
public RetrieverConfigurationImpl() -
RetrieverConfigurationImpl
-
-
Method Details
-
applyAttributeMap
-
getAttributes
- Specified by:
getAttributes
in interfacede.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
-
getInputFolder
- Specified by:
getInputFolder
in interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
getOutputFolder
- Specified by:
getOutputFolder
in interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
getRulesFolder
- Specified by:
getRulesFolder
in interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
setInputFolder
- Specified by:
setInputFolder
in interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
setOutputFolder
- Specified by:
setOutputFolder
in interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
setRulesFolder
- Specified by:
setRulesFolder
in interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
getConfig
public <T extends org.palladiosimulator.retriever.services.Service> org.palladiosimulator.retriever.services.ServiceConfiguration<T> getConfig(Class<T> serviceClass) - Specified by:
getConfig
in interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
toMap
-