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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic 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 org.palladiosimulator.retriever.services.Service>
org.palladiosimulator.retriever.services.ServiceConfiguration<T>voidsetInputFolder(URI inputFolder) voidsetOutputFolder(URI outputFolder) voidsetRulesFolder(URI rulesFolder) 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_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:
getAttributesin interfacede.uka.ipd.sdq.workflow.extension.ExtendableJobConfiguration
-
getInputFolder
- Specified by:
getInputFolderin interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
getOutputFolder
- Specified by:
getOutputFolderin interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
getRulesFolder
- Specified by:
getRulesFolderin interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
setInputFolder
- Specified by:
setInputFolderin interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
setOutputFolder
- Specified by:
setOutputFolderin interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
setRulesFolder
- Specified by:
setRulesFolderin 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:
getConfigin interfaceorg.palladiosimulator.retriever.services.RetrieverConfiguration
-
toMap
-