r4945: *** empty log message ***
[umlisp.git] / classes.lisp
index 5ca8dc9383954ce893f1cbe1283edb556e78949b..cc11822207a5c4e791155f2e7660dd5ade0135c5 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: classes.lisp,v 1.36 2003/05/14 06:42:15 kevin Exp $
+;;;; $Id: classes.lisp,v 1.37 2003/05/15 06:23:58 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
 
 (defclass usty (umlsclass)
   ((tui :value-type fixnum :initarg :tui :reader tui :print-formatter fmt-tui
+       :hyperlink find-ucon-tui
+       :hyperlink-parameters (("subobjects" ."no")))
        :hyperlink find-ucon-tui
        :hyperlink-parameters (("subobjects" . "no")))
    (sty :value-type string :initarg :sty :reader sty))