annotate base/datasets/package.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:defpackage #:amuse-datasets
|
j@251
|
2 (:use #:common-lisp #:amuse)
|
j@251
|
3 (:export #:make-dataset ; generics
|
j@251
|
4 #:get-dataset
|
j@251
|
5 #:assign-composition-to-dataset
|
j@251
|
6
|
j@251
|
7 #:make-composition-identifiers-from-file ; functions
|
j@251
|
8 #:assign-compositions-to-dataset
|
j@251
|
9
|
j@251
|
10 #:make-db-dataset-identifier ; constructors from implementations
|
j@251
|
11 #:make-midifile-dataset-identifier
|
j@251
|
12 ))
|