Mercurial > hg > amuse
comparison implementations/mtp/package.lisp @ 79:dc01096751af
implementations/mtp: implement segmentation for mtp backend
darcs-hash:20070713163437-c0ce4-59959032c152aadf21232af08cf14b5efa062268.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Fri, 13 Jul 2007 17:34:37 +0100 |
parents | ce4a90427366 |
children | 03be243f9003 |
comparison
equal
deleted
inserted
replaced
78:14e32f4d61d0 | 79:dc01096751af |
---|---|
1 (cl:defpackage #:amuse-mtp | 1 (cl:defpackage #:amuse-mtp |
2 (:use #:common-lisp #:amuse #:amuse-utils) | 2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-segmentation) |
3 (:export | 3 (:export |
4 ;; classes | 4 ;; classes |
5 #:mtp-dataset | 5 #:mtp-dataset |
6 #:mtp-composition | |
6 ;; accessors | 7 ;; accessors |
7 #:get-dataset | 8 #:get-dataset |
8 ;; identifier constructors | 9 ;; identifier constructors |
9 #:make-mtp-composition-identifier | 10 #:make-mtp-composition-identifier |
10 #:make-mtp-dataset-identifier)) | 11 #:make-mtp-dataset-identifier |
12 ;; phrase boundary classes | |
13 #:mtp-after-segmenter | |
14 #:mtp-before-segmenter | |
15 )) |