diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/base/datasets/package.lisp	Thu Feb 24 11:23:18 2011 +0000
@@ -0,0 +1,12 @@
+(cl:defpackage #:amuse-datasets
+  (:use #:common-lisp #:amuse)
+  (:export #:make-dataset		; generics
+	   #:get-dataset
+	   #:assign-composition-to-dataset
+	   
+	   #:make-composition-identifiers-from-file ; functions
+	   #:assign-compositions-to-dataset
+
+	   #:make-db-dataset-identifier	; constructors from implementations
+	   #:make-midifile-dataset-identifier
+	   ))