9#include "MantidAPI/DllConfig.h"
28 void setPropertyValue(
const std::string &
name,
const std::string &
value)
override;
double value
The value of the point.
AlgorithmRuntimeProps(AlgorithmRuntimeProps &&)=default
AlgorithmRuntimeProps(const AlgorithmRuntimeProps &)=default
AlgorithmRuntimeProps()=default
bool operator==(const Mantid::Kernel::IPropertyManager &other) override=delete
Interface to PropertyManager.
Property manager helper class.
bool existsProperty(const std::string &name) const override
Checks whether the named property is already in the list of managed property.
std::string getPropertyValue(const std::string &name) const override
Get the value of a property as a string.
std::vector< std::string > getDeclaredPropertyNames() const noexcept override
Return the list of declared property names.
Utility class that enables the getProperty() method to effectively be templated on the return type.