view implementations/mtp/package.lisp @ 127:dc862a0c7b9c

implementations/mtp/: add mtp-object darcs-hash:20070730142106-c0ce4-1db39f1d64c3b0f779dacf3474d1385e12b2d1cc.gz
author Marcus Pearce <m.pearce@gold.ac.uk>
date Mon, 30 Jul 2007 15:21:06 +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
   ))