From: Drew Crampsie Date: Thu, 7 Jul 2005 02:50:56 +0000 (-0700) Subject: Begun export of LOL symbols X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/commitdiff_plain/dbeb17083fedcb17f53ec51269bff1cd65cde493?hp=ab7ef8e9840bea3d12c3b6c8f49d6246fb5b38af Begun export of LOL symbols darcs-hash:20050707025056-5417e-0ce16496bc44ac47026a0081fb0260f8175a26f1.gz --- diff --git a/src/packages.lisp b/src/packages.lisp index 839feba..ab26337 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -42,8 +42,7 @@ :expr-and :expr-or :expr-not - :select-instances - )) + :select-instances)) (defpackage :mewa @@ -52,14 +51,17 @@ :mewa :mewa-object-presentation :mewa-one-line-presentation + :mewa-list-presentation :mewa-presentation-search :find-attribute - :set-default-attributes + :set-default-leattributes :make-presentation :call-presentation - :label + :label + :attributes :set-attribute :perform-set-attributes + :perform-set-attribute-properties :find-class-attributes :default-attributes :ok @@ -72,4 +74,24 @@ :search-query)) (defpackage :lisp-on-lines - (:use :mewa :meta-model :common-lisp :it.bese.ucw)) + (:use :mewa :meta-model :common-lisp :it.bese.ucw) + (:export + ;;;; Mewa Exports + :make-presentation + + ;;attributes + :attributes + :set-default-attributes + :set-attribute + :find-attribute + :perform-set-attributes + ;; + :perform-set-attribute-properties + + ;; presentation objects + :mewa-object-presentation + :mewa-one-line-presentation + :mewa-list-presentation + ;;;; Meta Model Exports)) + :def-view-class/table + :def-view-class/meta)) \ No newline at end of file