view implementations/mtp/package.lisp @ 134:5e362d998f29

More documentation darcs-hash:20070828101524-f76cc-6add2c3c254befc3cf767ac69706865b7830bc6a.gz
author David Lewis <d.lewis@gold.ac.uk>
date Tue, 28 Aug 2007 11:15:24 +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
   ))