X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=classes.lisp;h=4815e4efac6a9d7ae1c8b16ab5e49eae6b130793;hb=f3ee4510aae5b77e0f545ff547711351d71e197f;hp=9210e6fcf0720f3640c49fc19d74cd09c840a43f;hpb=5265bd2d2382c51c7bbef19c150466eb1afd58bd;p=umlisp.git diff --git a/classes.lisp b/classes.lisp index 9210e6f..4815e4e 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,17 +7,16 @@ ;;;; 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.40 2003/06/14 23:24:31 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is -;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. +;;;; Copyright (c) 2000-2003 by Kevin M. Rosenberg, M.D. ;;;; ;;;; UMLisp users are granted the rights to distribute and use this software ;;;; as governed by the terms of the GNU General Public License. ;;;; ************************************************************************* -(in-package :umlisp) -(declaim (optimize (speed 3) (safety 1) (compilation-speed 0) (debug 3))) +(in-package #:umlisp) (defclass umlsclass (hyperobject) () @@ -63,7 +62,7 @@ ((vcui :value-type fixnum :initarg :vcui :reader vcui :print-formatter fmt-cui) (rcui :value-type fixnum :initarg :rcui :reader rcui :print-formatter fmt-cui) (vsab :value-type string :initarg :vsab :reader vsab) - (rsab :value-type string :initarg :rsab :reader rsab :hyperlink find-ucan-sab) + (rsab :value-type string :initarg :rsab :reader rsab :hyperlink find-ucon-sab) (son :value-type string :initarg :son :reader son) (sf :value-type string :initarg :sf :reader sf) (sver :value-type string :initarg :sver :reader sver) @@ -159,7 +158,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")