gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire/docs/pegboard/creation_history--tjl peg...


From: Tuomas J. Lukka
Subject: [Gzz-commits] fenfire/docs/pegboard/creation_history--tjl peg...
Date: Tue, 29 Jul 2003 03:32:00 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/07/29 03:32:00

Modified files:
        docs/pegboard/creation_history--tjl: peg.rst 

Log message:
        cur

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/docs/pegboard/creation_history--tjl/peg.rst.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: fenfire/docs/pegboard/creation_history--tjl/peg.rst
diff -u fenfire/docs/pegboard/creation_history--tjl/peg.rst:1.2 
fenfire/docs/pegboard/creation_history--tjl/peg.rst:1.3
--- fenfire/docs/pegboard/creation_history--tjl/peg.rst:1.2     Tue Jul 29 
03:21:38 2003
+++ fenfire/docs/pegboard/creation_history--tjl/peg.rst Tue Jul 29 03:32:00 2003
@@ -4,9 +4,9 @@
 
 :Authors:  Tuomas Lukka
 :Date-Created: 2003-07-28
-:Last-Modified: $Date: 2003/07/29 07:21:38 $
-:Revision: $Revision: 1.2 $
-:Status:   Incomplete
+:Last-Modified: $Date: 2003/07/29 07:32:00 $
+:Revision: $Revision: 1.3 $
+:Status:   Current
 :Stakeholders: benja, mudyc, humppake
 :Scope:    Minor
 :Type:     Architecture
@@ -29,5 +29,21 @@
     /** An time-like ordering between creation of objects.
      */
     public class TREETIME {
-       static public final Object 
+       /** A type that declares a relation to be 
+        * a time-like relation.
+        * This namespace defines one time-like relation,
+        * "follows" for common use, more may be defined
+        * to avoid conflicts, using the TimeRelation class.
+        */
+       static public final Object TimeRelation;
+
+       /** (A, follows, B) means that A was created after B.
+        */
+       static public final Object follows;
+
+       /** (X, currentOf, follows) means that X is the latest
+        * entity in a "follows" chain. This applies to other
+        * relations, too.
+        */
+       static public final Object currentOf;
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]