#include "UmlRelation.h" #include "UmlCom.h" bool UmlRelation::check() { if (roleName() == "the") { UmlCom::trace("already have relation the, remove it


"); return FALSE; } else return TRUE; }