comparison base/database/charm/package.lisp @ 318:c4e792b9b898

Add some ideas for charm constituents. Not particularly useful in its own right, but contains some possibly useful ideas related to the generalisation of db-compositions.
author Jamie Forth <j.forth@gold.ac.uk>
date Thu, 30 Sep 2010 15:35:15 +0100
parents
children
comparison
equal deleted inserted replaced
317:46dd71ef9ab3 318:c4e792b9b898
1 (cl:defpackage #:amuse-charm
2 (:use #:common-lisp #:amuse #:amuse-database-admin)
3 (:export #:make-charm-constituent
4 #:make-charm-constituent-identifier
5 #:make-charm-property-list
6 #:composition->charm-constituent
7 #:make-onset-segment-constituent
8 #:store-charm-constituent
9 #:get-charm-constituent
10 #:get-charm-parent
11 #:get-charm-particles
12 #:cache-charm-particles
13 #:group-by-onset
14 ))