Mercurial > hg > amuse
view implementations/mtp/package.lisp @ 88:8ea75cc8bc2c
Basic geerdes functionality moved to implementations/geerdes from separate package
darcs-hash:20070720161242-f76cc-fd256cbbb81d8c418a6c7c45844264184c5ed932.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Fri, 20 Jul 2007 17:12:42 +0100 |
parents | dc01096751af |
children | 03be243f9003 |
line wrap: on
line source
(cl:defpackage #:amuse-mtp (:use #:common-lisp #:amuse #:amuse-utils #:amuse-segmentation) (:export ;; classes #:mtp-dataset #:mtp-composition ;; accessors #:get-dataset ;; identifier constructors #:make-mtp-composition-identifier #:make-mtp-dataset-identifier ;; phrase boundary classes #:mtp-after-segmenter #:mtp-before-segmenter ))