gzz-commits
[Top][All Lists]
Advanced

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

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


From: Tuomas J. Lukka
Subject: [Gzz-commits] fenfire/docs/pegboard/model_management--tjl peg...
Date: Sun, 06 Apr 2003 00:11:05 -0500

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Tuomas J. Lukka <address@hidden>        03/04/06 00:11:04

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

Log message:
        twids

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

Patches:
Index: fenfire/docs/pegboard/model_management--tjl/peg.rst
diff -u fenfire/docs/pegboard/model_management--tjl/peg.rst:1.2 
fenfire/docs/pegboard/model_management--tjl/peg.rst:1.3
--- fenfire/docs/pegboard/model_management--tjl/peg.rst:1.2     Fri Apr  4 
08:17:33 2003
+++ fenfire/docs/pegboard/model_management--tjl/peg.rst Sun Apr  6 00:11:04 2003
@@ -3,9 +3,9 @@
 =============================================================
 
 :Author:   Tuomas J. Lukka
-:Last-Modified: $Date: 2003/04/04 13:17:33 $
-:Revision: $Revision: 1.2 $
-:Status:   Current
+:Last-Modified: $Date: 2003/04/06 05:11:04 $
+:Revision: $Revision: 1.3 $
+:Status:   Accepted
 
 The Space system was hastily ported from Gzz for the demo deadline.
 It needs rethinking.
@@ -33,6 +33,9 @@
     that acronymizing it is appropriate. All views &c will
     carry an instance of this class.
 
+    Also, the Fen name correctly symbolizes what we have: a swamp
+    of data ;)
+
 - Do we need a "home" member in Fen?
 
     RESOLVED: Not really - not that relevant for RDF
@@ -64,7 +67,7 @@
     class Fen {
        public jena.Model model;
 
-       NodeContent content;
+       NodeContent txt;
        
        EnfiladeOverlapIndex enfiladeOverlap;
        XuIndexer xuLinks;
@@ -77,14 +80,14 @@
 The org.fenfire.NodeContent interface is defined as follows::
 
     class NodeContent {
-       /** Get the vstream in this cell.
+       /** Get the vstream in this node.
         *  Never returns <code>null</code>.
         */
-       Enfilade1D getEnfilade(RDFNode node);
+       Enfilade1D get(RDFNode node);
 
-       /** Set the vstream in this cell.
+       /** Set the vstream in this node.
         */
-       void setEnfilade(RDFNode node, Enfilade1D vstream);
+       void set(RDFNode node, Enfilade1D vstream);
     }
 
 This class would also be frozen.




reply via email to

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