comparison base/datasets/package.lisp @ 251:6a3adca16910

Refactor dataset stuff out of amuse-database-admin, and add midifile-dataset.
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +0000
parents
children
comparison
equal deleted inserted replaced
250:b3260d1d2419 251:6a3adca16910
1 (cl:defpackage #:amuse-datasets
2 (:use #:common-lisp #:amuse)
3 (:export #:make-dataset ; generics
4 #:get-dataset
5 #:assign-composition-to-dataset
6
7 #:make-composition-identifiers-from-file ; functions
8 #:assign-compositions-to-dataset
9
10 #:make-db-dataset-identifier ; constructors from implementations
11 #:make-midifile-dataset-identifier
12 ))