X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=composite.lisp;fp=composite.lisp;h=0489853ff1fc11461c39d033620e6cc5ecc04bb8;hb=9efb1ca7c39cd86f8730fbf7031a86a7876a57ea;hp=c9f8dc0deb4fe82a668d5309204caef64f16e5fc;hpb=5f48990d1d35c50125a84e2f3cadd5138a89ca68;p=umlisp.git diff --git a/composite.lisp b/composite.lisp index c9f8dc0..0489853 100644 --- a/composite.lisp +++ b/composite.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: composite.lisp,v 1.17 2002/12/09 14:11:09 kevin Exp $ +;;;; $Id: composite.lisp,v 1.18 2002/12/13 05:43:38 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -50,8 +50,7 @@ (aif (funcall cui2-func c) (let ((ucon2 (find-ucon-cui it))) (when (ucon-is-tui? ucon2 tui) - ucon2)) - nil)) + ucon2)) nil)) (funcall related-con-func ucon)) :key #'cui)) @@ -70,28 +69,28 @@ (:metaclass hyperobject-class) (:default-initargs :freq 0) (:user-name "Frequency class") - (:print-slots freq) + (:default-print-slots freq) (:description "Base class containing frequency slot, used for multi-inherited objects")) (defclass ucon_freq (ucon freq) () (:metaclass hyperobject-class) (:user-name "Concept and Count") - (:print-slots cui freq pfstr) + (:default-print-slots cui freq pfstr) (:description "Composite object of ucon/freq")) (defclass ustr_freq (ustr freq) () (:metaclass hyperobject-class) (:user-name "String and Count") - (:print-slots sui freq stt lrl str) + (:default-print-slots sui freq stt lrl str) (:description "Composite object of ustr/freq")) (defclass usty_freq (usty freq) ((freq :type fixnum :initarg :freq :accessor freq)) (:metaclass hyperobject-class) (:user-name "Semantic Type and Count") - (:print-slots tui freq sty) + (:default-print-slots tui freq sty) (:description "Composite object of usty/freq")) (defun find-usty_freq-all () @@ -109,7 +108,7 @@ () (:metaclass hyperobject-class) (:user-name "Source and Count") - (:print-slots sab freq srl) + (:default-print-slots sab freq srl) (:description "Composite object of usrl/freq")) ;; Frequency finding functions