45#ifndef DOXYGEN_SHOULD_SKIP_THIS
58 IDiscretizedVariable::IDiscretizedVariable(
const IDiscretizedVariable& from) =
default;
62 IDiscretizedVariable::~IDiscretizedVariable() =
default;
66 IDiscretizedVariable& IDiscretizedVariable::operator=(
const IDiscretizedVariable& from) =
default;
68 INLINE
bool IDiscretizedVariable::isEmpirical()
const {
return _is_empirical; }
70 INLINE
void IDiscretizedVariable::setEmpirical(
bool state) { _is_empirical = state; }
Base class for discrete random variable.
IDiscretizedVariable(std::string_view aName, std::string_view aDesc)
Default constructor.
gum is the global namespace for all aGrUM entities