annotate 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 |
rev |
line source |
m@46
|
1 (cl:defpackage #:amuse-mtp
|
m@46
|
2 (:use #:common-lisp #:amuse #:amuse-utils)
|
m@53
|
3 (:export
|
m@53
|
4 ;; classes
|
m@53
|
5 #:mtp-dataset
|
m@53
|
6 ;; accessors
|
m@53
|
7 #:get-dataset
|
m@53
|
8 ;; identifier constructors
|
m@53
|
9 #:make-mtp-composition-identifier
|
m@53
|
10 #:make-mtp-dataset-identifier))
|