From: Kevin M. Rosenberg Date: Tue, 3 Dec 2002 01:13:20 +0000 (+0000) Subject: r3544: *** empty log message *** X-Git-Tag: v2006ac.2~285 X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=commitdiff_plain;h=1160bf30e5f188f9fa3e7062b9c45ccf6af36731 r3544: *** empty log message *** --- diff --git a/classes.lisp b/classes.lisp index 1fd172d..a3eff62 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: classes.lisp,v 1.19 2002/12/03 00:12:41 kevin Exp $ +;;;; $Id: classes.lisp,v 1.20 2002/12/03 01:13:20 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -529,10 +529,7 @@ (values nil nil)))) -(defgeneric print-umlsclass (obj &key os format label file-wrapper english-only subobjects refvars) - ) - -(defmethod print-umlsclass ((obj umlsclass) &key (os *standard-output*) (format :text) +(defun print-umlsclass (obj &key (os *standard-output*) (format :text) (label nil) (file-wrapper t) (english-only nil) (subobjects nil) (refvars nil)) (view obj :os os :format format :label label :subobjects subobjects