X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=class-support.lisp;h=3847eb5ef2813d876b4e41be5b76692a7ac20f4f;hb=011a13e252a94773802021a264400f696d3b3598;hp=69983a621434a642ecb603a6ee7b65a95b755bc2;hpb=3c6431cdf9bfae4984e3a7664962aa4a436bd5ff;p=umlisp.git diff --git a/class-support.lisp b/class-support.lisp index 69983a6..3847eb5 100644 --- a/class-support.lisp +++ b/class-support.lisp @@ -198,11 +198,6 @@ "Returns T if UCON has a semantic type of TUI." (some #'(lambda (usty) (= tui (tui usty))) (s#sty ucon))) -(defgeneric suistr (lo)) -(defmethod suistr ((lo ulo)) - "Return the string for a ulo object" - (find-string-sui (sui lo))) - (defgeneric pf-ustr (obj)) (defmethod pf-ustr ((ucon ucon)) "Return the preferred ustr for a ucon" @@ -374,7 +369,7 @@ #+scl -(dolist (c '(urank udef usat uso ucxt ustr ulo uterm usty urel ucoc uatx ucon uxw uxnw uxns lexterm labr lagr lcmp lmod lnom lprn lprp lspl ltrm ltyp lwd sdef sstr sstre1 sstre2 usrl)) +(dolist (c '(urank udef usat uso ucxt ustr uterm usty urel ucoc uatx uconso uxw uxnw uxns lexterm labr lagr lcmp lmod lnom lprn lprp lspl ltrm ltyp lwd sdef sstr sstre1 sstre2 usrl)) (let ((cl (find-class c))) (clos:finalize-inheritance cl)))