X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/498061f6493f29fb8115c4180b343de04e6ed35f..d75822e6994bf139e0ba2fddf3eee28e0cda5f2c:/src/packages.lisp diff --git a/src/packages.lisp b/src/packages.lisp index 267ca22..839feba 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -32,7 +32,18 @@ :list-has-many :list-many-to-many :sync-instance - :explode-has-many)) + :explode-has-many + :expr-ends-with + :expr-starts-with + :expr-contains + :expr-= + :expr-< + :expr-> + :expr-and + :expr-or + :expr-not + :select-instances + )) (defpackage :mewa @@ -40,21 +51,25 @@ (:export :mewa :mewa-object-presentation - :mewa-one-line-presentation + :mewa-one-line-presentation + :mewa-presentation-search :find-attribute :set-default-attributes :make-presentation :call-presentation :label - :set-attribute + :set-attribute + :perform-set-attributes :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))