Mercurial > hg > amuse
changeset 323:4b4fb8859e82
Adding simultaneity constituent
Ignore-this: 7cd5dbcba58097658bdbb5ebd394033f
darcs-hash:20100607114002-13bc2-50ac236679f55c8664a5f69db83fd2c781c86d5f.gz
author | Thomas Praetzlich <io901tp@gold.ac.uk> |
---|---|
date | Mon, 07 Jun 2010 12:40:02 +0100 |
parents | 51389b0db7fe |
children | 3e26457ab3b3 |
files | base/classes.lisp |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/base/classes.lisp Mon Jun 07 11:57:24 2010 +0100 +++ b/base/classes.lisp Mon Jun 07 12:40:02 2010 +0100 @@ -268,6 +268,12 @@ ;; sequences. ()) +;;; Simultaneities are constituents whose particles have an overlapping time period. +(defclass simultaneity (constituent) + ((particles :initarg :particles :accessor %particles + :documentation "particles")) + (:documentation "Class for simultaneity constituent. A simultaneity is a constituent which is formed of particles that have an intersecting time period.")) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; Experimental: