Mercurial > hg > amuse
diff base/generics.lisp @ 251:6a3adca16910
Refactor dataset stuff out of amuse-database-admin, and add midifile-dataset.
author | Jamie Forth <j.forth@gold.ac.uk> |
---|---|
date | Thu, 24 Feb 2011 11:23:18 +0000 |
parents | b3260d1d2419 |
children | aac79c0ac1b9 |
line wrap: on
line diff
--- a/base/generics.lisp Thu Feb 24 11:23:18 2011 +0000 +++ b/base/generics.lisp Thu Feb 24 11:23:18 2011 +0000 @@ -8,6 +8,10 @@ (defgeneric composition-id (object)) +(defgeneric make-composition-identifier (package composition-id) + (:documentation "Generic composition identifier constructor, useful + for programmatically generating identifiers.")) + ;;; Pulling compositions from the database (defgeneric get-composition (identifier)