43#ifndef DOXYGEN_SHOULD_SKIP_THIS
56 IDiscretizedVariable::IDiscretizedVariable(
const IDiscretizedVariable& from) :
57 DiscreteVariable(from) {}
61 IDiscretizedVariable::~IDiscretizedVariable() {}
65 IDiscretizedVariable& IDiscretizedVariable::operator=(
const IDiscretizedVariable& from) {
66 DiscreteVariable::operator=(from);
70 INLINE
bool IDiscretizedVariable::isEmpirical()
const {
return _is_empirical; }
72 INLINE
void IDiscretizedVariable::setEmpirical(
bool state) { _is_empirical = state; }
Base class for discrete random variable.
IDiscretizedVariable(const std::string &aName, const std::string &aDesc)
Default constructor.
gum is the global namespace for all aGrUM entities