view base/database/package.lisp @ 297:6be947d9e7c3

add composition slot to event (amuse base) Ignore-this: ef4ef09ad8e7c134e7e3cb5b70345b34 darcs-hash:20090828163617-16a00-eb532b34b175c446e804d90785ef18367ae85971.gz
author j.forth <j.forth@gold.ac.uk>
date Fri, 28 Aug 2009 17:36:17 +0100
parents ced696bd9871
children ea45a3d0730c
line wrap: on
line source
(cl:defpackage #:amuse-database-admin
  (:use #:common-lisp #:amuse)
  (:export #:connect-to-database	; database-connect
	   #:disconnect-from-database
	   #:*amuse-database*
	   #:make-db-option-file

	   #:make-new-dataset		; datasets-functions
	   #:assign-composition-to-dataset
	   #:assign-compositions-to-dataset
	   #:make-composition-identifiers-from-file
	   #:get-dataset
 	   #:make-amuse-dataset-identifier

	   #:make-composition-identifier ; generics

	   #:register-new-implementation ; implementation functions
	   #:implementation-package
	   #:implementation-namestring
	   ))