X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=classes.lisp;h=d88a0cfd800551bc9c452cf85f2bba933def7d7c;hb=fea7aa81ec2dc05468796959651661fb90861b2f;hp=9210e6fcf0720f3640c49fc19d74cd09c840a43f;hpb=5265bd2d2382c51c7bbef19c150466eb1afd58bd;p=umlisp.git diff --git a/classes.lisp b/classes.lisp index 9210e6f..d88a0cf 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: classes.lisp,v 1.33 2003/05/14 05:37:48 kevin Exp $ +;;;; $Id: classes.lisp,v 1.38 2003/05/15 06:32:46 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -159,7 +159,8 @@ (defclass usty (umlsclass) ((tui :value-type fixnum :initarg :tui :reader tui :print-formatter fmt-tui - :hyperlink (find-ucon-tui ("subobjects" "no"))) + :hyperlink find-ucon-tui + :hyperlink-parameters (("subobjects" . "no"))) (sty :value-type string :initarg :sty :reader sty)) (:metaclass hyperobject-class) (:user-name "Semantic Type")