const std::string & name() const
Returns the name of this object.
bool operator==(const PRMObject &obj) const
To PRMObject are equal if they have the same name (which is unique).
bool operator!=(const PRMObject &obj) const
To PRMObject are equal if they have the same name (which is unique).
PRMObject(const std::string &name)
Constructor.
namespace for all probabilistic relational models entities
gum is the global namespace for all aGrUM entities