Mercurial > hg > amuse
comparison base/charm/generics.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 | |
children |
comparison
equal
deleted
inserted
replaced
252:b518b9f904e3 | 253:b5ffec94ae6d |
---|---|
1 (cl:in-package #:amuse-charm) | |
2 | |
3 (defgeneric id (object) | |
4 (:documentation "Generic id function.")) | |
5 | |
6 (defgeneric make-charm-parent-identifier (implementation-package id)) | |
7 | |
8 (defgeneric make-charm-particle-identifier (implementation-package id)) | |
9 | |
10 ;; (defgeneric %cache-charm-particles (implementation-package | |
11 ;; charm-constituent)) | |
12 | |
13 (defgeneric get-charm-particles (constituent-identifier ids parent)) | |
14 | |
15 (defgeneric get-charm-parent (constituent-identifier)) |