annotate base/charm/generics.lisp @ 258:aac79c0ac1b9
add within-short-bar-p, and use this to correctly calculate the
ioi-from-bar of anacruses
author |
Jamie Forth <j.forth@gold.ac.uk> |
date |
Thu, 24 Feb 2011 18:50:38 +0000 |
parents |
b5ffec94ae6d |
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))
|