String source = rms.getSource(relation);
String dest = rms.getDestination(relation);
String type = rms.getType(relation);
CMM_MBean sMbean = getMBean(source);
CMM_MBean dMbean = getMBean(dest);
Class typeClass = getTypeName(type);
Relation r = new Relation(sMbean, dMbean, typeClass, null,
_context.getModuleName());
return r;