r3291: *** empty log message ***
[umlisp.git] / composite.lisp
index 007c5725988df14e32624645de3cde53efd98ec2..263c28aaee17781e72ebcc41855beffc57b0ceb8 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: composite.lisp,v 1.8 2002/10/18 07:28:57 kevin Exp $
+;;;; $Id: composite.lisp,v 1.9 2002/11/04 18:02:13 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -68,7 +68,7 @@
 (defclass ucon_freq (umlsclass)
   ((ucon :type ucon :initarg :ucon :reader ucon)
    (freq :type fixnum :initarg :freq :accessor freq))
-  (:metaclass kmrcl:ml-class)
+  (:metaclass hyperobject-class)
   (:default-initargs :cui nil :pfstr nil :freq nil)
   (:title "Concept and Count")
   (:fields (cui :string fmt-cui) (freq :fixnum) (pfstr :cdata))
@@ -84,7 +84,7 @@
 (defclass ustr_freq (umlsclass)
   ((ustr :type ustr :initarg :ustr :reader ustr)
    (freq :type fixnum :initarg :freq :accessor freq))
-  (:metaclass kmrcl:ml-class)
+  (:metaclass hyperobject-class)
   (:default-initargs :cui nil :pfstr nil :freq nil)
   (:title "String and Count")
   (:fields (sui :string fmt-sui) (freq :fixnum) (stt :string) (lrl :fixnum) (str :cdata))
 (defclass usty_freq (umlsclass)
   ((usty :type usty :initarg :usty :reader usty)
    (freq :type fixnum :initarg :freq :accessor freq))
-  (:metaclass kmrcl:ml-class)
+  (:metaclass hyperobject-class)
   (:default-initargs :usty nil :freq nil)
   (:title "Semantic Type and Count")
 ;;  (:ref-fields (tui find-ucon-tui "subobjects=no"))
 (defclass usrl_freq (umlsclass)
   ((usrl :type usrl :initarg :usrl :reader usrl)
    (freq :type fixnum :initarg :freq :accessor freq))
-  (:metaclass kmrcl:ml-class)
+  (:metaclass hyperobject-class)
   (:default-initargs :usrl nil :freq nil)
   (:title "Source and Count")
   (:ref-fields (sab find-ustr-sab))