Mercurial > hg > amuse
annotate 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 |
rev | line source |
---|---|
j@253 | 1 (cl:in-package #:amuse-charm) |
j@253 | 2 |
j@253 | 3 (defgeneric id (object) |
j@253 | 4 (:documentation "Generic id function.")) |
j@253 | 5 |
j@253 | 6 (defgeneric make-charm-parent-identifier (implementation-package id)) |
j@253 | 7 |
j@253 | 8 (defgeneric make-charm-particle-identifier (implementation-package id)) |
j@253 | 9 |
j@253 | 10 ;; (defgeneric %cache-charm-particles (implementation-package |
j@253 | 11 ;; charm-constituent)) |
j@253 | 12 |
j@253 | 13 (defgeneric get-charm-particles (constituent-identifier ids parent)) |
j@253 | 14 |
j@253 | 15 (defgeneric get-charm-parent (constituent-identifier)) |