Mercurial > hg > amuse
diff implementations/mtp/package.lisp @ 53:ce4a90427366
implementations/mtp/: add interface to datasets
darcs-hash:20070621120721-c0ce4-54d29dd03ab4d7d61c70ed808d0fd3277687929e.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Thu, 21 Jun 2007 13:07:21 +0100 |
parents | 34fb42cba5b9 |
children | dc01096751af |
line wrap: on
line diff
--- a/implementations/mtp/package.lisp Wed Jun 20 17:05:15 2007 +0100 +++ b/implementations/mtp/package.lisp Thu Jun 21 13:07:21 2007 +0100 @@ -1,3 +1,10 @@ (cl:defpackage #:amuse-mtp (:use #:common-lisp #:amuse #:amuse-utils) - (:export #:make-mtp-composition-identifier)) + (:export + ;; classes + #:mtp-dataset + ;; accessors + #:get-dataset + ;; identifier constructors + #:make-mtp-composition-identifier + #:make-mtp-dataset-identifier))