/[fenfire]/fenfire/docs/pegboard/creation_history--tjl/peg.rst
ViewVC logotype

Diff of /fenfire/docs/pegboard/creation_history--tjl/peg.rst

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by tjl, Tue Jul 29 14:06:35 2003 UTC revision 1.5 by tjl, Sat Aug 2 09:25:30 2003 UTC
# Line 46  This namespace shall contain:: Line 46  This namespace shall contain::
46           * relations, too.           * relations, too.
47           */           */
48          static public final Object currentOf;          static public final Object currentOf;
49    
50            /** (X, firstOf, follows) means that X is the root
51             * of a "follows" chain. This applies to other relations,
52             * too.
53             */
54            static public final Object firstOf;
55      }      }
56    
57  These would be used to keep track of in what order canvases  These would be used to keep track of in what order canvases
# Line 53  were created and PDF files imported in F Line 59  were created and PDF files imported in F
59    
60  When merging, all but one currentOf relations would be deleted.  When merging, all but one currentOf relations would be deleted.
61    
62    The treeness arises from merging: merge does not have
63    to artificially pack the sequences into one sequence but
64    can just take all "follows" triples from all versions,
65    hence the name.
66    
67    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26