From 011a13e252a94773802021a264400f696d3b3598 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 3 Jan 2007 02:45:27 +0000 Subject: [PATCH] r11439: remove MRLO as this has been deleted from the UMLS since 2004AB --- class-support.lisp | 7 +------ package.lisp | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) 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))) diff --git a/package.lisp b/package.lisp index 3771a51..df3c69c 100644 --- a/package.lisp +++ b/package.lisp @@ -27,7 +27,7 @@ . ;; From classes.lisp #1=(#:umlsclass - #:ucon #:uterm #:ustr #:usrl #:uso #:ucxt #:urank #:udef #:usat #:usab #:ulo + #:ucon #:uterm #:ustr #:usrl #:uso #:ucxt #:urank #:udef #:usat #:usab #:urel #:ucoc #:usty #:uxw #:uxnw #:uxns #:lexterm #:labr #:lagr #:lcmp #:lmod #:lnom #:lprn #:lprp #:lspl #:ltrm #:ltyp #:lwd #:sdef #:sstr #:sstre1 #:sstre2 -- 2.34.1