Mercurial > hg > amuse
comparison base/datasets/generics.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:in-package #:amuse-datasets) | |
2 | |
3 (defgeneric make-dataset (dataset-identifier composition-identifiers | |
4 &optional description)) | |
5 | |
6 (defgeneric get-dataset (dataset-identifier)) | |
7 | |
8 (defgeneric assign-composition-to-dataset (composition-identifier | |
9 dataset-identifier)) |