diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/base/database/charm/package.lisp	Thu Sep 30 15:35:15 2010 +0100
@@ -0,0 +1,14 @@
+(cl:defpackage #:amuse-charm
+  (:use #:common-lisp #:amuse #:amuse-database-admin)
+  (:export #:make-charm-constituent
+	   #:make-charm-constituent-identifier
+	   #:make-charm-property-list
+	   #:composition->charm-constituent
+	   #:make-onset-segment-constituent
+	   #:store-charm-constituent
+	   #:get-charm-constituent
+	   #:get-charm-parent
+	   #:get-charm-particles
+	   #:cache-charm-particles
+	   #:group-by-onset
+	   ))