Mercurial > hg > amuse
comparison tools/segmentation/generics.lisp @ 140:56c2fc41a837
tools/segmentation/generics.lisp: remove reference to moment-designator
darcs-hash:20070911094402-c0ce4-b349d1c26840001ae94f0f7b326b9a6fe06f5235.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Tue, 11 Sep 2007 10:44:02 +0100 |
parents | c81375b9304f |
children |
comparison
equal
deleted
inserted
replaced
139:ebfe054eea1c | 140:56c2fc41a837 |
---|---|
1 (in-package "AMUSE-SEGMENTATION") | 1 (in-package "AMUSE-SEGMENTATION") |
2 | 2 |
3 (defgeneric boundary-strength (segmenter object composition) | 3 (defgeneric boundary-strength (segmenter object composition) |
4 (:documentation "Returns a (positive?) number, with 0 | 4 (:documentation "Returns a (positive?) number, with 0 |
5 indicating no boundary. N.B. Whether this indicates a boundary | 5 indicating no boundary. N.B. Whether this indicates a boundary |
6 before or after moment-designator is the responsibility of the | 6 before or after a moment is the responsibility of the caller to |
7 caller to know.")) | 7 know.")) |
8 | 8 |
9 (defgeneric boundary-time (segmenter object) | 9 (defgeneric boundary-time (segmenter object) |
10 (:documentation "Returns the moment that the value returned by | 10 (:documentation "Returns the moment that the value returned by |
11 boundary-strength applies to if object is the second input to | 11 boundary-strength applies to if object is the second input to |
12 the method. Essentially, this distinguishes between segmenters | 12 the method. Essentially, this distinguishes between segmenters |