X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=composite.lisp;fp=composite.lisp;h=d9e01fd794f455bd978a921715ce49a4cd014b54;hb=3f08ed681b40700d27bfd47804d9072816ca1a15;hp=d967c99130bdbea196b14e2cca9ea2f2ae4da2b1;hpb=8f3656e6e27fb26069dc9f6b8018c9c2cd3b7b2a;p=umlisp.git diff --git a/composite.lisp b/composite.lisp index d967c99..d9e01fd 100644 --- a/composite.lisp +++ b/composite.lisp @@ -7,7 +7,7 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: composite.lisp,v 1.22 2003/05/14 05:37:48 kevin Exp $ +;;;; $Id: composite.lisp,v 1.23 2003/05/27 21:43:41 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -67,7 +67,8 @@ ;;; Composite Objects (defclass freq (hyperobject) - ((freq :value-type integer :initarg :freq :accessor freq :print-formatter fmt-comma-integer)) + ((freq :value-type integer :initarg :freq :accessor freq + :print-formatter fmt-comma-integer)) (:metaclass hyperobject-class) (:default-initargs :freq 0) (:user-name "Frequency class" "Frequency classes") @@ -89,7 +90,7 @@ (:description "Composite object of ustr/freq")) (defclass usty_freq (usty freq) - ((freq :value-type fixnum :initarg :freq :accessor freq)) + () (:metaclass hyperobject-class) (:user-name "Semantic Type and Count" "Semantic Types and Counts") (:default-print-slots tui freq sty)