annotate base/datasets/generics.lisp @ 253:b5ffec94ae6d
some very sketchy Charm constituent code
author |
Jamie Forth <j.forth@gold.ac.uk> |
date |
Thu, 24 Feb 2011 11:23:18 +0000 |
parents |
6a3adca16910 |
children |
|
rev |
line source |
j@251
|
1 (cl:in-package #:amuse-datasets)
|
j@251
|
2
|
j@251
|
3 (defgeneric make-dataset (dataset-identifier composition-identifiers
|
j@251
|
4 &optional description))
|
j@251
|
5
|
j@251
|
6 (defgeneric get-dataset (dataset-identifier))
|
j@251
|
7
|
j@251
|
8 (defgeneric assign-composition-to-dataset (composition-identifier
|
j@251
|
9 dataset-identifier))
|