47 std::stringstream status;
49 if (
_rInst_.exists(varIter.key()))
50 status <<
"| " << varIter.key()->name() <<
" : " << varIter.val() <<
" -> "
51 <<
_rInst_[varIter.key()] <<
" |";
std::string toString() const
HashTable< const DiscreteVariable *, Idx > _varInst_
Table giving for every variables its instantiation.
HashTable< const DiscreteVariable *, Idx > _rInst_
gum is the global namespace for all aGrUM entities
Headers of the Observation class.