bool operator!=(const PRMObject &obj) const
To PRMObject are equal if they have the same name (which is unique).
const std::string & name() const
Returns the name of this object.
gum is the global namespace for all aGrUM entities
bool operator==(const PRMObject &obj) const
To PRMObject are equal if they have the same name (which is unique).
Abstract base class for any element defined in a PRM.