added modified checking and saving instances to the base mewa package
[clinton/lisp-on-lines.git] / src / packages.lisp
index 8c971ce..2111530 100644 (file)
    :list-has-many
    :list-many-to-many))
 
+
+(defpackage :mewa 
+  (:use :ucw :common-lisp)
+  (:export :mewa :mewa-object-presentation :mewa-one-line-presentation :find-attribute :set-default-attributes :make-presentation :call-presentation :label :set-attribute :find-class-attributes :default-attributes))
+
+
+(defpackage :lisp-on-lines
+  (:use :mewa :meta-model :common-lisp :it.bese.ucw))
\ No newline at end of file