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

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

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

revision 1.6 by tjl, Mon May 12 12:55:38 2003 UTC revision 1.7 by tjl, Mon May 12 13:09:38 2003 UTC
# Line 208  Retain. Javadocs:: Line 208  Retain. Javadocs::
208           * parseable by alph.           * parseable by alph.
209           * This is analogous to spreadsheet or zzStructure cell contents.           * This is analogous to spreadsheet or zzStructure cell contents.
210           */           */
211          static public Object content;          static public final Object content;
212      }      }
213    
214  CLINK  CLINK
# Line 223  Javadoc:: Line 223  Javadoc::
223          /** The RDF class for content links. An node which is a content link          /** The RDF class for content links. An node which is a content link
224           * must have both the cLinkFrom and cLinkTo properties.           * must have both the cLinkFrom and cLinkTo properties.
225           */           */
226          static public Object CLink;          static public final Object CLink;
227          /** The Alph-parseable enfilade literal of a content link from-end.          /** The Alph-parseable enfilade literal of a content link from-end.
228           */           */
229          static public Object cLinkFrom;          static public final Object cLinkFrom;
230          /** The Alph-parseable enfilade literal of a content link to-end.          /** The Alph-parseable enfilade literal of a content link to-end.
231           */           */
232          static public Object cLinkTo;          static public final Object cLinkTo;
233      }      }
234    
235    
# Line 250  Javadoc:: Line 250  Javadoc::
250           * Canvases contain (with the "contains" property)           * Canvases contain (with the "contains" property)
251           * nodes, which shall have the "x" and "y" properties.           * nodes, which shall have the "x" and "y" properties.
252           */           */
253          static public Object Canvas2D;          static public final Object Canvas;
254          /** The property by which the canvas is connected to          /** The property by which the canvas is connected to
255           * the nodes, as (canvas, contains, node).           * the nodes, as (canvas, contains, node).
256           */           */
257          static public Object contains;          static public final Object contains;
258          /** The x and y coordinates of a node on a canvas.          /** The x and y coordinates of a node on a canvas.
259           * (node, x, literal), where the literal is parseable           * (node, x, literal), where the literal is parseable
260           * as a floating-point number (similar to Java doubles).           * as a floating-point number (similar to Java doubles).
# Line 263  Javadoc:: Line 263  Javadoc::
263           * to define its own coordinate attributes, which would take           * to define its own coordinate attributes, which would take
264           * use close to Ted's floating world ideas.           * use close to Ted's floating world ideas.
265           */           */
266          static public Object x, y;          static public final Object x, y;
267      }      }
268    
269  PP  PP
# Line 288  Javadoc:: Line 288  Javadoc::
288          /** The directed link association.          /** The directed link association.
289           * A and B are linked by the tuple (A, DLINK.dLink, B)           * A and B are linked by the tuple (A, DLINK.dLink, B)
290           */           */
291          static public Object dLink;          static public final Object dLink;
292      }      }
293    
294    
# Line 305  Leave as is, javadoc properly. Javadoc:: Line 305  Leave as is, javadoc properly. Javadoc::
305           * to be Foo           * to be Foo
306           * by a triple (node, RDF.type, Foo).           * by a triple (node, RDF.type, Foo).
307           */           */
308          static public Object type;          static public final Object type;
309      }      }
310    
311    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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