X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/12dcf3d4b06fd83b8c62c01a93dc26f94dc922ee..7c3aade7181b199b6c31f82dd24821ed1afb176f:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index afa92f2..a3d323b 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,21 +51,48 @@ :mewa :mewa-object-presentation :mewa-one-line-presentation + :mewa-list-presentation :mewa-presentation-search :find-attribute :set-default-attributes :make-presentation :call-presentation - :label - :set-attribute + :label + :attributes + :set-attribute + :perform-set-attributes + :perform-set-attribute-properties :find-class-attributes :default-attributes :ok :edit-instance :save-instance :cancel-save-instance - :global-properties)) - + :ensure-instance-sync + :global-properties + :search-expr + :search-query)) (defpackage :lisp-on-lines - (:use :mewa :meta-model :common-lisp :it.bese.ucw)) \ No newline at end of file + (: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 + :list-slot-types)) \ No newline at end of file