exports fixes
[clinton/lisp-on-lines.git] / src / packages.lisp
index 839feba..a3d323b 100644 (file)
@@ -42,8 +42,7 @@
    :expr-and
    :expr-or
    :expr-not
-   :select-instances
-   ))
+   :select-instances))
 
 
 (defpackage :mewa 
    :mewa 
    :mewa-object-presentation 
    :mewa-one-line-presentation
+   :mewa-list-presentation
    :mewa-presentation-search
    :find-attribute 
    :set-default-attributes 
    :make-presentation 
    :call-presentation 
-   :label 
+   :label
+   :attributes
    :set-attribute
    :perform-set-attributes
+   :perform-set-attribute-properties
    :find-class-attributes 
    :default-attributes 
    :ok
    :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
+   :list-slot-types))
\ No newline at end of file