annotate implementations/mtp/package.lisp @ 244:76a695fe294f

Add floating constituent classes. Ignore-this: f3afc46c68f8ab3b1c9c482919a7378f darcs-hash:20100604153709-16a00-5ec4568ef64401cb0cc67a99246a125367ce4734.gz committer: Jamie Forth <j.forth@gold.ac.uk>
author j.forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +0000
parents 03be243f9003
children
rev   line source
m@46 1 (cl:defpackage #:amuse-mtp
m@79 2 (:use #:common-lisp #:amuse #:amuse-utils #:amuse-segmentation)
m@53 3 (:export
m@53 4 ;; classes
m@186 5 #:mtp-event
m@53 6 #:mtp-dataset
m@79 7 #:mtp-composition
m@53 8 ;; accessors
m@53 9 #:get-dataset
m@53 10 ;; identifier constructors
m@53 11 #:make-mtp-composition-identifier
m@79 12 #:make-mtp-dataset-identifier
m@79 13 ;; phrase boundary classes
m@79 14 #:mtp-after-segmenter
m@79 15 #:mtp-before-segmenter
m@79 16 ))